diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2020-12-11 17:57:22 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2020-12-11 18:32:43 +0100 |
commit | b99cd2fd12bc3a2c6b858e65182a47a4ef27dba2 (patch) | |
tree | 6d1f90a97a008b6be7680021ccb93faccaad3988 /tests/config/dovecot/lmtpd.conf | |
parent | 35f4ecefa9c9ff55acfdb337b215e3d13345c86d (diff) |
test suite: `mv tests/snippets tests/config`
Diffstat (limited to 'tests/config/dovecot/lmtpd.conf')
-rw-r--r-- | tests/config/dovecot/lmtpd.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/config/dovecot/lmtpd.conf b/tests/config/dovecot/lmtpd.conf new file mode 100644 index 0000000..6aa8365 --- /dev/null +++ b/tests/config/dovecot/lmtpd.conf @@ -0,0 +1,7 @@ +protocols = $protocols lmtp + +service lmtp { + inet_listener lmtp { + port = 10024 + } +} |