[EMAIL PROTECTED] wrote:

>When I add: MTA='Postfix' to my mm_cfg.py file mail stops getting
>delivered.  I don't see anything suspicous in my logs to help.  I
>checked to confirm that the OutgoingRunner hasn't died.  Postfix appears
>to still be livering based on it's logs saying 'sent'.  Anyone else had
>this issue?


What does the postfix log actually say? Does it say "status=sent
(delivered to command: /usr/local/mailman/mail/mailman post LISTNAME)"
or does it say "status=sent (delivered to mailbox)" or something else?

After adding MTA = 'Postfix' to mm_cfg.py, you have to run Mailman's
bin/genaliases to build the data/aliases and data/aliases.db files.

You also need to add hash:/usr/local/mailman/data/aliases to the
alias_maps list in Postfix's main.cf.

Then you need to remove any mailman aliases from /etc/aliases or
whereever they were before if not /usr/local/mailman/data/aliases, and
run 'postalias /etc/aliases' (or wherever to update the corresponding
.db file.

The above assumes that Mailman's email domain is not a Postfix virtual
domain. If it is, there's more that needs to be done.

Then depending on how you configured mailman, you might run into group
mismatch errors on mail delivery. See the FAQ at
<http://wiki.list.org/x/tYA9>.

-- 
Mark Sapiro <[EMAIL PROTECTED]>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to