Software: Apache/2.2.16 (Debian). PHP/5.3.3-7+squeeze19 uname -a: Linux mail.tri-specialutilitydistrict.com 2.6.32-5-amd64 #1 SMP Tue May 13 16:34:35 UTC uid=33(www-data) gid=33(www-data) groups=33(www-data) Safe-mode: OFF (not secure) /usr/share/doc/mailman/mailman-install/ drwxr-xr-x |
Viewing file: Select action/file-type: 10 Start the Mailman qrunnerMailman depends on a process called the ``qrunner'' to delivery all email messages it sees. You must start the qrunner by executing the following command from the $prefix directory:
% bin/mailmanctl start You probably want to start Mailman every time you reboot your system. Exactly how to do this depends on your operating system. If your OS supports the chkconfig command (e.g. RedHat and Mandrake Linuxes) you can do the following (as root, from the Mailman install directory):
% cp scripts/mailman /etc/init.d/mailman % chkconfig --add mailman Note that /etc/init.d may be /etc/rc.d/init.d on some systems. On Gentoo Linux, you can do the following:
% cp scripts/mailman /etc/init.d/mailman % rc-update add mailman default On Debian, you probably want to use:
% update-rc.d mailman defaults For Unixes that don't support chkconfig, you might try the following set of commands:
% cp scripts/mailman /etc/init.d/mailman % cp misc/mailman /etc/init.d % cd /etc/rc.d/rc0.d % ln -s ../init.d/mailman K12mailman % cd ../rc1.d % ln -s ../init.d/mailman K12mailman % cd ../rc2.d % ln -s ../init.d/mailman S98mailman % cd ../rc3.d % ln -s ../init.d/mailman S98mailman % cd ../rc4.d % ln -s ../init.d/mailman S98mailman % cd ../rc5.d % ln -s ../init.d/mailman S98mailman % cd ../rc6.d % ln -s ../init.d/mailman K12mailman
|
:: Command execute :: | |
--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.008 ]-- |