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