Re: [Mailman-Users] Mountain Lion Server Issue after migration fromLion

2013-04-01 Thread Mark Sapiro
Allan Herman wrote:

Accordingly, I don't think anything is actually wrong that warrants further 
digging. I only use the mailman list, which was set up by default, for 
testing. Any reason I can't delete it and make a testing list?


You can't delete it for a few reasons, the most important of which is
mailmanctl will refuse to run the qrunners if it isn't there. Also,
there will be issues with cron/mailpasswds

Further, the site list address is exposed on the web admin and listinfo
overview pages.

But, its name doesn't have to be 'mailman'. You can call it anything
you want by putting, e.g.,

MAILMAN_SITE_LIST = 'testing'

in mm_cfg.py, however 'testing' probably isn't the best name as monthly
reminders are From: the -owner of this list and its posting address is
exposed on the web admin and listinfo overview pages.

-- 
Mark Sapiro m...@msapiro.netThe highway is for gamblers,
San Francisco Bay Area, Californiabetter 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
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Mountain Lion Server Issue after migration fromLion

2013-03-29 Thread Mark Sapiro
Allan Herman wrote:

Here are the logs.

Mar 29 18:14:08 x.yy.ca postfix/postscreen[2793]: PASS NEW 
[98.136.217.31]:34253
Mar 29 18:14:08 x.yy.ca postfix/smtpd[2798]: connect from 
nm19-vm8.bullet.mail.gq1.yahoo.com[98.136.217.31]
Mar 29 18:14:09 x.yy.ca postfix/smtpd[2798]: sacl_check: 
mbr_user_name_to_uuid(mail...@yy.ca) failed: No such file or directory
Mar 29 18:14:09 x.yy.ca postfix/smtpd[2798]: warning: recipient 
rejected mailman uid falls below minimum allowed: 78  501
Mar 29 18:14:09 x.yy.ca postfix/smtpd[2798]: NOQUEUE: reject: RCPT 
from nm19-vm8.bullet.mail.gq1.yahoo.com[98.136.217.31]: 550 5.1.1 
mail...@yy.ca: Recipient address rejected: User unknown in local 
recipient table; from=...@b.com to=mail...@yy.ca proto=SMTP 
helo=nm19-vm8.bullet.mail.gq1.yahoo.com
Mar 29 18:14:09 x.yy.ca postfix/smtpd[2798]: disconnect from 
nm19-vm8.bullet.mail.gq1.yahoo.com[98.136.217.31]

Either there is no alias for mailman or postfix is identifying mailman with 
the user mailman before processing aliases. I though postfix precesses 
aliases first, however.


Clearly, Postfix is doing something to validate users way before alias
processing. Alias processing does not occur until the message is
accepted and queued and ready to be delivered by the 'local' transport.

What does 'postconf -n' show? In particular, what's
smtpd_recipient_restrictions?

Note that http://www.google.com/#q=postfix+sacl_check gets a ton of
Mac OS X Lion hits, but a cursory look didn't show much in the way of
solutions.

Whereas
http://www.google.com/search?q=saclsitesearch=www.postfix.org finds
nothing. Is this some Apple specific Postfix check?

-- 
Mark Sapiro m...@msapiro.netThe highway is for gamblers,
San Francisco Bay Area, Californiabetter 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
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org