welcome: please sign in

Diff for "DaemonAdmin/Mailman"

Differences between revisions 1 and 7 (spanning 6 versions)
Revision 1 as of 2006-02-12 18:38:13
Size: 467
Editor: AdamChlipala
Comment:
Revision 7 as of 2012-04-23 04:18:56
Size: 253
Editor: ClintonEbadi
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
We override the behavior of some Debian packages, such that we need to re-make some changes each time they update. The `/usr/local/sbin/fixperms` script is responsible for doing this, so you should run it after an `apt-get upgrade`. Currently, it does this: The following should be done after any update of the mailman package.
Line 3: Line 3:
{{{chown list.list /usr/lib/cgi-bin/mailman/*
chmod g-s /usr/lib/cgi-bin/mailman/*
chmod u+s /usr/lib/cgi-bin/mailman/*

chown -R list /var/lib/mailman/lists/*}}}
{{{
chown -R list.list /usr/lib/cgi-bin/mailman
chown -R list /var/lib/mailman/lists/*
ln -s /etc/mailman/vhosts_cfg.py /var/lib/mailman/Mailman/
}}}
Line 9: Line 9:
CategorySystemAdministration CategoryNeedsWork

The following should be done after any update of the mailman package.

chown -R list.list /usr/lib/cgi-bin/mailman
chown -R list /var/lib/mailman/lists/*
ln -s /etc/mailman/vhosts_cfg.py /var/lib/mailman/Mailman/


CategoryNeedsWork

DaemonAdmin/Mailman (last edited 2019-01-10 02:18:08 by ClintonEbadi)