jem.m4, vampire.m4: Cull some external services.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 1 Apr 2015 18:38:19 +0000 (19:38 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 1 Apr 2015 18:38:19 +0000 (19:38 +0100)
jem never provided externally facing email.  vampire used to, but
doesn't any more.  It also doesn't provide a slew of other random
services.  Block them all.

jem.m4
vampire.m4

diff --git a/jem.m4 b/jem.m4
index a1e9f92..4a9f9c6 100644 (file)
--- a/jem.m4
+++ b/jem.m4
@@ -36,7 +36,6 @@ iptables -A inbound -g sauce -m set --match-set sauce src || :
 allowservices inbound tcp \
        ssh \
        ident \
-       smtp submission \
        imaps \
        http https rsync \
        git
index e016358..ed9bd9b 100644 (file)
 m4_divert(86)m4_dnl
 ## Externally visible services.
 allowservices inbound tcp \
-       finger ident \
+       ident \
        ssh \
-       smtp submission \
-       gnutella_svc \
-       ftp ftp_data \
-       rsync \
-       imaps \
-       disorder mpd \
-       http https squid \
-       git \
        tor_public tor_directory i2p
 allowservices inbound udp \
        tripe \