diff options
author | Jonas Smedegaard <dr@jones.dk> | 2020-07-09 08:14:58 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2020-07-09 08:14:58 +0200 |
commit | 5b160f06fa35314be794dd567a6e5bb2fa1672df (patch) | |
tree | c49d2e1aa3291d19ccb5064be0b20cc42ad20166 | |
parent | f9b9130002eae20078bd32a1709f12239653cc9e (diff) |
add realm FSUB.DE
-rw-r--r-- | FSUB.DE/maildomains | 1 | ||||
-rw-r--r-- | FSUB.DE/mailhost | 1 | ||||
-rw-r--r-- | FSUB.DE/mailnetworks | 12 | ||||
-rw-r--r-- | bind/named.conf.FSUB.DE | 2 | ||||
-rw-r--r-- | bind/named.conf.FSUB.DE.internal | 2 | ||||
-rw-r--r-- | postfix/permit_mx_backup_networks | 13 | ||||
-rw-r--r-- | realms | 1 |
7 files changed, 32 insertions, 0 deletions
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) @@ -1,5 +1,6 @@ # These are the realms that are fully part of this redpill +FSUB.DE HOMEBASE.DK JONES.DK SHAKTI.IN |