aboutsummaryrefslogtreecommitdiffstats
path: root/tests/snippets
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2019-11-13 04:16:48 +0100
committerGuilhem Moulin <guilhem@fripost.org>2019-11-13 06:23:57 +0100
commitdac4ab1c9306bf2035bc1547d2ed27ab09850120 (patch)
tree39d04c3d9c92ccf05f109b1123e69af407fe7a6d /tests/snippets
parent0a2558aabfefd6800fe74c24e5aff2b0d47cc5e2 (diff)
Test suite: add new test for pullimap(1).
This adds a dependency on Dovecot's LMTPd, which will bind to to TCP port 10024 on the loopback interface.
Diffstat (limited to 'tests/snippets')
-rw-r--r--tests/snippets/dovecot/lmtpd.conf7
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
+ }
+}