Mailman Configuration
Jump to navigation
Jump to search
Created user mailman, group mailman
groupadd mailman useradd -c''GNU Mailman'' -s /no/shell -d /no/home -g mailman mailman
Download Mailman source code from http://www.gnu.org/software/mailman/download.html
configure options
./configure --with-mail-gid=mailman --with-mailhost=lists.burntout.org --with-urlhost=lists.burntout.org make;make install
edit mm_cfg.py to add https url stuff
DEFAULT_URL_PATTERN = 'https://%s/mailman/' PUBLIC_ARCHIVE_URL = 'https:////%(hostname)s/pipermail/%(listname)s'