Helmut Schneider wrote:

>From: "Mark Sapiro" <m...@msapiro.net>
>> Helmut Schneider wrote:
>>>
>>> I did not touch the MTA setting, the only things I added are
>>>
>>> DEFAULT_EMAIL_HOST
>>> DEFAULT_URL_HOST
>>> DEFAULT_URL_PATTERN
>>> PUBLIC_ARCHIVE_URL
>>> add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)
>>> DELIVERY_MODULE = 'SMTPDirect'
>>> SMTPHOST
>>> SMTPPORT
>>>
>>> Communication itself seems fine, i recieved a subscription reminder this
>>> morning from mailman-owner.
>>
>>
>> What is/are the address(es) listed for the owner of the mailman list?
>
>postmas...@domain.tld
>
>> Are they deliverable? This is where the aliases mail is sent.
>> What happens if you send mail to mailman-ow...@...?
>
>A mail to mailman-ow...@domain.tld is forwarded to postmas...@domain.tld and 
>gets delivered. 

And is that also true if it is sent via SMTPHOST:SMTPPORT (assuming
they are different from localhost)?

If so I don't know what the problem is. You can check Mailman's smtp
log and error log for messages at the time a list is cerated. Also,
check MTA logs.

If MTA = 'Manual' (the default), when a list is created via the web,
Mailman will send the 'aliases' mail to mailman-owner@(the email
domain of the list). Mailman should receive that and resend it to the
actual list owner.

If lists are created via bin/newlist, there is never an aliases email.
The aliases are just reported to stdout of the newlist command.

-- 
Mark Sapiro <m...@msapiro.net>        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