From 5bebcb79e8a4b0c519c19cb19eca3ff34e0e425c Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 11 Jul 2007 17:29:53 +0000 Subject: Add REDPILL-specific postfix config. --- postfix/mkpostfixconfig.sh | 12 +++++ postfix/permit_mx_backup_networks | 108 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 120 insertions(+) create mode 100755 postfix/mkpostfixconfig.sh create mode 100644 postfix/permit_mx_backup_networks diff --git a/postfix/mkpostfixconfig.sh b/postfix/mkpostfixconfig.sh new file mode 100755 index 0000000..682f89b --- /dev/null +++ b/postfix/mkpostfixconfig.sh @@ -0,0 +1,12 @@ +#!/bin/sh + +set -e + +basedir="/etc/local-REDPILL" + +domains="$(cat "$basedir/realms" | sed 's/#.*//')" + +echo '' > "$basedir/postfix/permit_mx_backup_networks" +for domain in $domains; do + cat "$basedir/$domain/mailnetworks" >> "$basedir/postfix/permit_mx_backup_networks" +done diff --git a/postfix/permit_mx_backup_networks b/postfix/permit_mx_backup_networks new file mode 100644 index 0000000..e322337 --- /dev/null +++ b/postfix/permit_mx_backup_networks @@ -0,0 +1,108 @@ + +# +# List of networks with trusted primary MX hosts. +# (add primary domain name of the network as hint) +# +# Used by Postfix. Example usage: +# +# mx_backup_networks = /etc/local-COMMON/postfix/mx_networks +# smtpd_recipient_restrictions = permit_mynetworks, permit_mx_backup, reject_non_fqdn_recipient, reject_unauth_destination +# +# $Id: permit_mx_backup_networks,v 1.1 2007-07-11 17:29:53 jonas Exp $ +# + +#bitbase.dk (colocation Broadcom) +83.133.64.38/32 +# +# List of networks with trusted primary MX hosts. +# (add primary domain name of the network as hint) +# +# Used by Postfix. Example usage: +# +# mx_backup_networks = /etc/local-COMMON/postfix/mx_networks +# smtpd_recipient_restrictions = permit_mynetworks, permit_mx_backup, reject_non_fqdn_recipient, reject_unauth_destination +# +# $Id: permit_mx_backup_networks,v 1.1 2007-07-11 17:29:53 jonas Exp $ +# + +#dgi-huset.dk (ADSL TeleDK) +80.166.109.186/32 +# +# List of networks with trusted primary MX hosts. +# (add primary domain name of the network as hint) +# +# Used by Postfix. Example usage: +# +# mx_backup_networks = /etc/local-COMMON/postfix/mx_networks +# smtpd_recipient_restrictions = permit_mynetworks, permit_mx_backup, reject_non_fqdn_recipient, reject_unauth_destination +# +# $Id: permit_mx_backup_networks,v 1.1 2007-07-11 17:29:53 jonas Exp $ +# + +#homebase.dk (WLAN Sonofon) +62.121.169.66/32 + +#homebase.dk (ADSL Unotel) +87.57.151.214/32 +# +# List of networks with trusted primary MX hosts. +# (add primary domain name of the network as hint) +# +# Used by Postfix. Example usage: +# +# mx_backup_networks = /etc/local-COMMON/postfix/mx_networks +# smtpd_recipient_restrictions = permit_mynetworks, permit_mx_backup, reject_non_fqdn_recipient, reject_unauth_destination +# +# $Id: permit_mx_backup_networks,v 1.1 2007-07-11 17:29:53 jonas Exp $ +# + +#haakansson.com (ADSL TeleDK) +62.242.210.184/32 +# +# List of networks with trusted primary MX hosts. +# (add primary domain name of the network as hint) +# +# Used by Postfix. Example usage: +# +# mx_backup_networks = /etc/local-COMMON/postfix/mx_networks +# smtpd_recipient_restrictions = permit_mynetworks, permit_mx_backup, reject_non_fqdn_recipient, reject_unauth_destination +# +# $Id: permit_mx_backup_networks,v 1.1 2007-07-11 17:29:53 jonas Exp $ +# + +#idraetsdaghojskolen.dk (ADSL Tiscali) +217.157.178.135/32 +# +# List of networks with trusted primary MX hosts. +# (add primary domain name of the network as hint) +# +# Used by Postfix. Example usage: +# +# mx_backup_networks = /etc/local-COMMON/postfix/mx_networks +# smtpd_recipient_restrictions = permit_mynetworks, permit_mx_backup, reject_non_fqdn_recipient, reject_unauth_destination +# +# $Id: permit_mx_backup_networks,v 1.1 2007-07-11 17:29:53 jonas Exp $ +# + +#jones.dk (WLAN Sonofon) +213.83.190.243/32 + +#jones.dk (ADSL TDC via munksoegaard.dk) +80.166.186.182/32 +# +# List of networks with trusted primary MX hosts. +# (add primary domain name of the network as hint) +# +# Used by Postfix. Example usage: +# +# mx_backup_networks = /etc/local-COMMON/postfix/mx_networks +# smtpd_recipient_restrictions = permit_mynetworks, permit_mx_backup, reject_non_fqdn_recipient, reject_unauth_destination +# +# $Id: permit_mx_backup_networks,v 1.1 2007-07-11 17:29:53 jonas Exp $ +# + +#107b.dk (ADSL Tiscali) +213.237.80.158/32 + +#107b.dk temp +195.184.109.89/32 -- cgit v1.2.3