diff options
| author | bwarsaw | 2003-09-13 22:51:35 +0000 |
|---|---|---|
| committer | bwarsaw | 2003-09-13 22:51:35 +0000 |
| commit | bfb7a608cb61c0829f003b85c0d3e7a3f5a4e0cc (patch) | |
| tree | 7c0b44617d55f074edd1af82876519479aa2af4e | |
| parent | 700f6636efe415292a5476bd323e09069ab9b6aa (diff) | |
| download | mailman-bfb7a608cb61c0829f003b85c0d3e7a3f5a4e0cc.tar.gz mailman-bfb7a608cb61c0829f003b85c0d3e7a3f5a4e0cc.tar.zst mailman-bfb7a608cb61c0829f003b85c0d3e7a3f5a4e0cc.zip | |
| -rw-r--r-- | Mailman/MTA/Postfix.py | 5 |
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()) |
