numbers.m4, stratocaster.m4: Public-facing IMAP server.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 12 Feb 2014 15:27:38 +0000 (15:27 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 12 Feb 2014 15:27:38 +0000 (15:27 +0000)
It supports (and insists on, indeed) using `STARTTLS', so this is
sensible.

numbers.m4
stratocaster.m4

index caee6fe..0f92b8b 100644 (file)
@@ -40,6 +40,7 @@ defport ident 113
 defport netbios_ns 137
 defport netbios_dgm 138
 defport netbios_ssn 139
+defport imap 143
 defport https 443
 defport microsoft_ds 445
 defport syslog 514                     # UDP only!
index a063fc2..da7bd68 100644 (file)
@@ -37,7 +37,7 @@ allowservices inbound tcp \
        ssh \
        ident \
        smtp submission \
-       imaps \
+       imap imaps \
        http https \
        rsync \
        git