welcome: please sign in

Diff for "DaemonAdmin/Mailman"

Differences between revisions 3 and 4
Revision 3 as of 2007-11-14 18:20:55
Size: 557
Editor: MichaelOlson
Comment: Make part of DaemonAdmin page
Revision 4 as of 2007-11-14 18:23:24
Size: 170
Editor: MichaelOlson
Comment: Revamp
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from MailmanInstallation
## page was renamed from ThwartingPackages
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:
Line 5: Line 2:
{{{chown list.list /usr/lib/cgi-bin/mailman/*
chmod g-s /usr/lib/cgi-bin/mailman/*
chmod u+s /usr/lib/cgi-bin/mailman/*
The following should be done after any update of the mailman package.
Line 9: Line 4:
chown -R list /var/lib/mailman/lists/*}}}
----
CategorySystemAdministration
{{{
chown -R list.list /usr/lib/cgi-bin/mailman
chown -R list /var/lib/mailman/lists/*
}}}

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/*

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