Integrasi Web Server Apache dengan Mailing List Manager Mailman

Untuk melakukan integrasi web server Apache dengan mailing list manager Mailman, edit file /etc/httpd/conf.d/mailman.conf, sebagai berikut:

# vi /etc/httpd/conf.d/mailman.conf
#
# httpd configuration settings for use with mailman.
#

ScriptAlias /mailman/ /var/mailman/cgi-bin/
Alias /pipermail/ /var/mailman/archives/public/

Options +FollowSymlinks

#
# Uncomment the following line, replacing www.example.com with your server's
# name, to redirect queries to /mailman to the listinfo page (recommended).
RedirectMatch /mailman[/]*$ http://mail.aaa.bbb.co.id/mailman/listinfo