[Mailman-Users] FAQ 6.9 on Debian Sarge

Manlio Perillo manlio_perillo at libero.it
Fri Mar 31 20:03:31 CEST 2006


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




More information about the Mailman-Users mailing list