diff options
-rw-r--r-- | JONES.DK/mailnetworks | 4 | ||||
-rw-r--r-- | bind/named.conf.JONES.DK | 20 | ||||
-rw-r--r-- | postfix/permit_mx_backup_networks | 4 |
3 files changed, 14 insertions, 14 deletions
diff --git a/JONES.DK/mailnetworks b/JONES.DK/mailnetworks index 84e616d..2c442bd 100644 --- a/JONES.DK/mailnetworks +++ b/JONES.DK/mailnetworks @@ -8,5 +8,5 @@ # smtpd_recipient_restrictions = permit_mynetworks, permit_mx_backup, reject_non_fqdn_recipient, reject_unauth_destination # -#jones.dk (ADSL Fullrate) -95.166.42.9/32 +#jones.dk (ADSL Perspektivbredband) +87.59.52.115/32 diff --git a/bind/named.conf.JONES.DK b/bind/named.conf.JONES.DK index 013e56b..8367dc7 100644 --- a/bind/named.conf.JONES.DK +++ b/bind/named.conf.JONES.DK @@ -1,10 +1,10 @@ -zone "anniqa.dk" { type slave; file "db.anniqa.dk"; masters { 95.166.42.9; }; }; -zone "bassballs.dk" { type slave; file "db.bassballs.dk"; masters { 95.166.42.9; }; }; -zone "feliciaweb.dk" { type slave; file "db.feliciaweb.dk"; masters { 95.166.42.9; }; }; -zone "jones.dk" { type slave; file "db.jones.dk"; masters { 95.166.42.9; }; }; -zone "kassandra-production.dk" { type slave; file "db.kassandra-production.dk"; masters { 95.166.42.9; }; }; -zone "lejlighederinc.org" { type slave; file "db.lejlighederinc.org"; masters { 95.166.42.9; }; }; -zone "mageloese.dk" { type slave; file "db.mageloese.dk"; masters { 95.166.42.9; }; }; -zone "peronard.dk" { type slave; file "db.peronard.dk"; masters { 95.166.42.9; }; }; -zone "xn--magelse-u1a.dk" { type slave; file "db.xn--magelse-u1a.dk"; masters { 95.166.42.9; }; }; -zone "xpositionreverse.org" { type slave; file "db.xpositionreverse.org"; masters { 95.166.42.9; }; }; +zone "anniqa.dk" { type slave; file "db.anniqa.dk"; masters { 87.59.52.115; }; }; +zone "bassballs.dk" { type slave; file "db.bassballs.dk"; masters { 87.59.52.115; }; }; +zone "feliciaweb.dk" { type slave; file "db.feliciaweb.dk"; masters { 87.59.52.115; }; }; +zone "jones.dk" { type slave; file "db.jones.dk"; masters { 87.59.52.115; }; }; +zone "kassandra-production.dk" { type slave; file "db.kassandra-production.dk"; masters { 87.59.52.115; }; }; +zone "lejlighederinc.org" { type slave; file "db.lejlighederinc.org"; masters { 87.59.52.115; }; }; +zone "mageloese.dk" { type slave; file "db.mageloese.dk"; masters { 87.59.52.115; }; }; +zone "peronard.dk" { type slave; file "db.peronard.dk"; masters { 87.59.52.115; }; }; +zone "xn--magelse-u1a.dk" { type slave; file "db.xn--magelse-u1a.dk"; masters { 87.59.52.115; }; }; +zone "xpositionreverse.org" { type slave; file "db.xpositionreverse.org"; masters { 87.59.52.115; }; }; diff --git a/postfix/permit_mx_backup_networks b/postfix/permit_mx_backup_networks index 7db6bb5..802a9fc 100644 --- a/postfix/permit_mx_backup_networks +++ b/postfix/permit_mx_backup_networks @@ -60,8 +60,8 @@ # smtpd_recipient_restrictions = permit_mynetworks, permit_mx_backup, reject_non_fqdn_recipient, reject_unauth_destination # -#jones.dk (ADSL Fullrate) -95.166.42.9/32 +#jones.dk (ADSL Perspektivbredband) +87.59.52.115/32 # # List of networks with trusted primary MX hosts. # (add primary domain name of the network as hint) |