24 lines
442 B
Plaintext
24 lines
442 B
Plaintext
yum -y install sendmail-cf
|
|
yum -y install mailman
|
|
|
|
cp mail /etc/
|
|
|
|
restart sendmail
|
|
|
|
cd /usr/lib/mailman/
|
|
|
|
bin/newlist mailman
|
|
Enter the email of the person running the list: root@gibbson.edu
|
|
|
|
copy the tail of bin/newlist to /etc/aliases
|
|
run newaliases
|
|
|
|
bin/config_list -i /var/lib/mailman/data/sitelist.cfg mailman
|
|
|
|
cp httpd.conf /etc/httpd/conf/httpd.conf
|
|
|
|
restart apache
|
|
start mailman
|
|
|
|
goto http://localhost/mailman/admin/mailman to test
|