aboutsummaryrefslogtreecommitdiffstats
path: root/admin/www/mailman-install/node13.html
diff options
context:
space:
mode:
authortkikuchi <>2005-12-13 00:48:44 +0000
committertkikuchi <>2005-12-13 00:48:44 +0000
commitff48e0ff7992c887840b65ea4c30687ab79a056a (patch)
tree607321a924b7aa17a60ba67edd83ab1edbd6def9 /admin/www/mailman-install/node13.html
parent574ee397c24044689ae667ef4bd58f22d33ca5b0 (diff)
downloadmailman2-ff48e0ff7992c887840b65ea4c30687ab79a056a.tar.gz
mailman2-ff48e0ff7992c887840b65ea4c30687ab79a056a.tar.xz
mailman2-ff48e0ff7992c887840b65ea4c30687ab79a056a.zip
SF bug tracker 1378270. Fix aliases permission check in Postfix.py.
Diffstat (limited to 'admin/www/mailman-install/node13.html')
-rw-r--r--admin/www/mailman-install/node13.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/admin/www/mailman-install/node13.html b/admin/www/mailman-install/node13.html
index 1a80655e..a3627647 100644
--- a/admin/www/mailman-install/node13.html
+++ b/admin/www/mailman-install/node13.html
@@ -105,14 +105,15 @@ The MTA variable names a module in the <span class="file">Mailman/MTA</span> dir
<P>
Make sure that the owner of the <span class="file">data/aliases</span> and
- <span class="file">data/aliases.db</span> file is <code>mailman</code> and that the group owner
+ <span class="file">data/aliases.db</span> file is <code>mailman</code>, that the group owner
for those files is <code>mailman</code>, or whatever user and group you used
- in the configure command:
+ in the configure command, and that both files are group writable:
<P>
<div class="verbatim"><pre>
% su
% chown mailman:mailman data/aliases*
+ % chmod g+w data/aliases*
</pre></div>
<P>
@@ -197,7 +198,7 @@ tables.
</div>
</div>
<hr />
-<span class="release-info">Release 2.1, documentation updated on May 30, 2005.</span>
+<span class="release-info">Release 2.1, documentation updated on December 13, 2005.</span>
</DIV>
<!--End of Navigation Panel-->