> Try
>
> alias_maps = hash:/etc/aliases, hash:/usr/local/mailman/data/aliases
>
> You may need to run postalias after making this change.


Ok tried this approach. Same error.  I was actually following the
instructions from 6.1.2 Virtual Domains with the original
configuration....Thank you very much for the suggestion though.

See <http://www.list.org/mailman-install/node13.html>
>
> I think I may have the above memorized at this point ;>.

I believe the problem is something to do with the virtual mailbox setup.
Postfix instructions are here:

http://www.postfix.org/VIRTUAL_README.html

"There is one major limitation: virtual aliases and virtual mailboxes can't
directly deliver to mailing list managers such as majordomo. The solution is
to set up virtual aliases that direct virtual addresses to the local
delivery agent:

/etc/postfix/main.cf <http://www.postfix.org/postconf.5.html>:
    virtual_alias_maps
<http://www.postfix.org/postconf.5.html#virtual_alias_maps> =
hash:/etc/postfix/virtual

/etc/postfix/virtual <http://www.postfix.org/virtual.8.html>:
    [EMAIL PROTECTED] listname-request
    [EMAIL PROTECTED]         listname
    [EMAIL PROTECTED]   owner-listname

/etc/aliases:
    listname: "|/some/where/majordomo/wrapper ..."
    owner-listname: ...
    listname-request: ...

"

I believe the above example is for Majordomo -- having trouble translating
for Mailman.  Any ideas?
------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
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://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to