diff options
author | tkikuchi <> | 2005-12-13 00:48:44 +0000 |
---|---|---|
committer | tkikuchi <> | 2005-12-13 00:48:44 +0000 |
commit | ff48e0ff7992c887840b65ea4c30687ab79a056a (patch) | |
tree | 607321a924b7aa17a60ba67edd83ab1edbd6def9 /doc | |
parent | 574ee397c24044689ae667ef4bd58f22d33ca5b0 (diff) | |
download | mailman2-ff48e0ff7992c887840b65ea4c30687ab79a056a.tar.gz mailman2-ff48e0ff7992c887840b65ea4c30687ab79a056a.tar.xz mailman2-ff48e0ff7992c887840b65ea4c30687ab79a056a.zip |
SF bug tracker 1378270. Fix aliases permission check in Postfix.py.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mailman-install.tex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/mailman-install.tex b/doc/mailman-install.tex index a0dcbea2..73b9a977 100644 --- a/doc/mailman-install.tex +++ b/doc/mailman-install.tex @@ -472,13 +472,14 @@ domains, read the \ref{postfix-virtual} section below first! \end{verbatim} Make sure that the owner of the \file{data/aliases} and - \file{data/aliases.db} file is \code{mailman} and that the group owner + \file{data/aliases.db} file is \code{mailman}, that the group owner for those files is \code{mailman}, or whatever user and group you used - in the configure command: + in the configure command, and that both files are group writable: \begin{verbatim} % su % chown mailman:mailman data/aliases* + % chmod g+w data/aliases* \end{verbatim} \item Hack your Postfix's \file{main.cf} file to include the following path in |