Jennifer Redman wrote:

>> 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.


6.1.2 is a suplement to, not a replacement for 6.1.1.

>
>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?


I'm not really a Postfix guy at all. Others on the mailman-users list
know a lot more than I about Postfix, but the mailman translation of
the above is straightforward.

Mailman creates data/virtual-mailman* which corresponds to the mailman
portion of/etc/postfix/virtual above and which maps in your case

 [EMAIL PROTECTED] listname
 [EMAIL PROTECTED] listname-bounces
 etc.

i.e. it maps the [EMAIL PROTECTED] addresses to the corresponding
local addresses.

Then the mailman created data/aliases* pipes those local addresses to
the mailman wrapper. This corresponds to the mailman portion of
/etc/aliases.

Possibly there is a permissions issue. What does ls -l mailman/data
show?

Also, what's in mailman/data/aliases and mailman/data/virtual-mailman?

-- 
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://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