summaryrefslogtreecommitdiff
path: root/Mailman/MTA/Postfix.py
diff options
context:
space:
mode:
authorbwarsaw2003-09-13 22:51:35 +0000
committerbwarsaw2003-09-13 22:51:35 +0000
commitbfb7a608cb61c0829f003b85c0d3e7a3f5a4e0cc (patch)
tree7c0b44617d55f074edd1af82876519479aa2af4e /Mailman/MTA/Postfix.py
parent700f6636efe415292a5476bd323e09069ab9b6aa (diff)
downloadmailman-bfb7a608cb61c0829f003b85c0d3e7a3f5a4e0cc.tar.gz
mailman-bfb7a608cb61c0829f003b85c0d3e7a3f5a4e0cc.tar.zst
mailman-bfb7a608cb61c0829f003b85c0d3e7a3f5a4e0cc.zip
Diffstat (limited to 'Mailman/MTA/Postfix.py')
-rw-r--r--Mailman/MTA/Postfix.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/Mailman/MTA/Postfix.py b/Mailman/MTA/Postfix.py
index 929ed1b5d..5e9d38d09 100644
--- a/Mailman/MTA/Postfix.py
+++ b/Mailman/MTA/Postfix.py
@@ -136,10 +136,13 @@ def _addvirtual(mlist, fp):
# Note that you should already have this virtual domain set up properly in
# your Postfix installation. See README.POSTFIX for details.
+# Set up Postfix-style virtual domains
+%s\tIGNORED
+
# LOOP ADDRESSES START
%s\t%s
# LOOP ADDRESSES END
-""" % (loopaddr, loopdest)
+""" % (hostname, loopaddr, loopdest)
# The text file entries get a little extra info
print >> fp, '# STANZA START:', listname
print >> fp, '# CREATED:', time.ctime(time.time())