From 9cfd338206762af30a5034dc73cae79a71220b1b Mon Sep 17 00:00:00 2001 From: Joshua Oreman Date: Mon, 16 May 2011 15:34:29 -0400 Subject: [PATCH] Update for the new XVM backend subnet IPs. --- debian/changelog | 6 ++++++ debian/control | 2 +- main.cf.xvm | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index e4a0439..d1706ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xvm-mail-config (0.0.11) unstable; urgency=low + + * Use the new XVM backend subnets. + + -- Joshua Oreman Mon, 16 May 2011 15:33:55 -0400 + xvm-mail-config (0.0.10) unstable; urgency=low * Add a few more options to main.cf to deal with /etc/hostname not being diff --git a/debian/control b/debian/control index 888c015..560c1e4 100644 --- a/debian/control +++ b/debian/control @@ -12,5 +12,5 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, postfix, procmail Provides: ${diverted-files} Conflicts: ${diverted-files} Description: Configure mail forwarding on XVM Servers - Configure an MTA for all servers. Accept mail on the 10.5.128/24 + Configure an MTA for all servers. Accept mail on the 18.4.58/23 backend network. Forward all mail for root to xvm-root@mit.edu diff --git a/main.cf.xvm b/main.cf.xvm index ea62238..e589431 100644 --- a/main.cf.xvm +++ b/main.cf.xvm @@ -3,6 +3,6 @@ myorigin = /etc/mailname append_dot_mydomain = no relayhost = outgoing.mit.edu -mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 10.5.128.0/24 +mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 18.4.58.0/23 mailbox_size_limit = 0 recipient_delimiter = + -- 1.7.9.5