diff options
Diffstat (limited to 'tests/snippets/dovecot/lmtpd.conf')
-rw-r--r-- | tests/snippets/dovecot/lmtpd.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/snippets/dovecot/lmtpd.conf b/tests/snippets/dovecot/lmtpd.conf new file mode 100644 index 0000000..6aa8365 --- /dev/null +++ b/tests/snippets/dovecot/lmtpd.conf @@ -0,0 +1,7 @@ +protocols = $protocols lmtp + +service lmtp { + inet_listener lmtp { + port = 10024 + } +} |