base.m4: Fix LSB init-script ordering.
[firewall] / vampire.m4
index 224374a..f6f5d46 100644 (file)
@@ -1,4 +1,4 @@
-### -*-m4-*-
+### -*-sh-*-
 ###
 ### Firewall configuration for vampire
 ###
@@ -43,10 +43,11 @@ allowservices inbound tcp \
        finger ident \
        dns iodine \
        ssh \
-       smtp \
+       smtp submission \
        gnutella_svc \
        ftp ftp_data \
        rsync \
+       imaps \
        disorder mpd \
        http https squid \
        git \
@@ -85,7 +86,7 @@ run iptables -A OUTPUT -m multiport \
 
 ## Other interesting things.
 dnsresolver inbound
-ntpclient inbound 158.152.1.76 158.152.1.204 194.159.253.2
+ntpclient inbound $ntp_servers
 
 m4_divert(-1)
 ###----- That's all, folks --------------------------------------------------