Manlio Perillo ha scritto:
> [...]

> Mailman explicitly set the umask to 002 but postalias ignore it.
> Moreover in the manual page it is stated that, without the -p option,
> postalias should inherit file permission from the input file.
> 

I was wrong, it only inherits read access permission.
However I got an useful solution from one of postfix developers,
LaMont Jones:

Code not tested

# Mailman/MTA/Postfix.py
def _update_maps():
  # ...
  acmd = mm_cfg.POSTFIX_ALIAS_CMD + ' ' + ALIASFILE + \
         '&& chmod g+w ' + ALIASFILE
  # ...




Regards  Manlio Perillo

------------------------------------------------------
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&file=faq01.027.htp

Reply via email to