]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Listen on 2025 for even more stupid firewalls
authorPeter Palfrader <peter@palfrader.org>
Sat, 18 Apr 2009 01:46:28 +0000 (03:46 +0200)
committerPeter Palfrader <peter@palfrader.org>
Sat, 18 Apr 2009 01:46:28 +0000 (03:46 +0200)
modules/exim/files/common/exim4.conf
modules/exim/files/per-host/ancina.debian.org/local-settings.conf

index 65da8dc56a7ce44ffc67a212bf5e0ee42647b8c0..a31a29249a2c5fd170446b93b8282216c550f5a2 100644 (file)
@@ -200,6 +200,9 @@ av_scanner = CLAMAV
 .ifdef HAVE_USER_DEBBUGS MAIL_RELAY STUPID_FIREWALL
 daemon_smtp_ports = 25 : 587
 .endif
+.ifdef EVEN_MORE_STUPID_FIREWALL
+daemon_smtp_ports = 25 : 2025
+.endif
 
 admin_groups = adm
 remote_sort_domains = *.debian.org:*.debian.net
index d160da52174d8cf4818dab4331cb96591e4e61ae..9a070dd1e633c4fc77a29041b54c7757c905d9c7 100644 (file)
@@ -5,4 +5,4 @@
 
 SMARTHOST = spohr.debian.org
 SMARTHST_PORT = 587
-STUPID_FIREWALL = 1
+EVEN_MORE_STUPID_FIREWALL = 1