From 5b160f06fa35314be794dd567a6e5bb2fa1672df Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 9 Jul 2020 08:14:58 +0200 Subject: add realm FSUB.DE --- FSUB.DE/maildomains | 1 + FSUB.DE/mailhost | 1 + FSUB.DE/mailnetworks | 12 ++++++++++++ bind/named.conf.FSUB.DE | 2 ++ bind/named.conf.FSUB.DE.internal | 2 ++ postfix/permit_mx_backup_networks | 13 +++++++++++++ realms | 1 + 7 files changed, 32 insertions(+) create mode 100644 FSUB.DE/maildomains create mode 100644 FSUB.DE/mailhost create mode 100644 FSUB.DE/mailnetworks create mode 100644 bind/named.conf.FSUB.DE create mode 100644 bind/named.conf.FSUB.DE.internal diff --git a/FSUB.DE/maildomains b/FSUB.DE/maildomains new file mode 100644 index 0000000..b87d1c5 --- /dev/null +++ b/FSUB.DE/maildomains @@ -0,0 +1 @@ +fsub.de diff --git a/FSUB.DE/mailhost b/FSUB.DE/mailhost new file mode 100644 index 0000000..e2ac997 --- /dev/null +++ b/FSUB.DE/mailhost @@ -0,0 +1 @@ +mail.fsub.de diff --git a/FSUB.DE/mailnetworks b/FSUB.DE/mailnetworks new file mode 100644 index 0000000..36bd848 --- /dev/null +++ b/FSUB.DE/mailnetworks @@ -0,0 +1,12 @@ +# +# 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 +# + +#fsub.de (Freifunk Initiative Guetersloh) +193.26.120.115 diff --git a/bind/named.conf.FSUB.DE b/bind/named.conf.FSUB.DE new file mode 100644 index 0000000..7577ba2 --- /dev/null +++ b/bind/named.conf.FSUB.DE @@ -0,0 +1,2 @@ +zone "fsub.de" { type slave; file "db.fsub.de"; masters { 193.26.120.115; }; }; +zone "fsub.org" { type slave; file "db.fsub.org"; masters { 193.26.120.115; }; }; diff --git a/bind/named.conf.FSUB.DE.internal b/bind/named.conf.FSUB.DE.internal new file mode 100644 index 0000000..bd91b54 --- /dev/null +++ b/bind/named.conf.FSUB.DE.internal @@ -0,0 +1,2 @@ +zone fsub.de { in-view internal; }; +zone fsub.org { in-view internal; }; diff --git a/postfix/permit_mx_backup_networks b/postfix/permit_mx_backup_networks index 727f6c4..6725036 100644 --- a/postfix/permit_mx_backup_networks +++ b/postfix/permit_mx_backup_networks @@ -1,3 +1,16 @@ + +# +# 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 +# + +#fsub.de (Freifunk Initiative Guetersloh) +193.26.120.115 # # List of networks with trusted primary MX hosts. # (add primary domain name of the network as hint) diff --git a/realms b/realms index b0f7062..4a52489 100644 --- a/realms +++ b/realms @@ -1,5 +1,6 @@ # These are the realms that are fully part of this redpill +FSUB.DE HOMEBASE.DK JONES.DK SHAKTI.IN -- cgit v1.2.3