Version 9

BoardsEmailListConfig

Created by: spiderr, Last modification: 12 Apr 2008 (05:48 UTC) by spiderr

Integrated Mailing List Setup

Install postfix (or sendmail), imap server (dovecot or similar) and mailman.
  • yum install postfix
  • yum install mailman
  • yum install dovecot
  • yum install php-imap
Make sure postfix and imap are up and running:
  • chkconfig postfix on
  • service postfix start
  • chkconfig dovecot on
  • service dovecot start

Check your mail and imaps ports are open. Currently, only imaps works because it is hardcoded in the UI. someone with more time than me can add support for pop, pops, and imap.

  • telnet yourserver.com 25
  • telnet yourserver.com 993

If either fail, it is likely a firewall issue. Try system-config-securitylevel-tui on RedHat flavors...

Add "apache" to mailman group.
  • in /etc/group, add similar: mailman:x:41:apache ( 41 may vary depending on your unix flavor)

Give Permissions to aliases to mailman groups
  • sudo chgrp mailman /etc/aliases* ; sudo chmod g+rw /etc/aliases*

Create a user to receive all list emails and set password
  • createuser boardsync; passwd boardsync


Page History
Date/CommentUserIPVersion
07 Dec 2008 (22:49 UTC)
config for subdomaing lists
Will69.203.72.16116
Current • Source
Will69.203.72.16115
View • Compare • Difference • Source
spiderr69.134.60.20414
View • Compare • Difference • Source
spiderr69.134.60.2049
View • Compare • Difference • Source
spiderr69.134.60.2046
View • Compare • Difference • Source
spiderr69.134.60.2044
View • Compare • Difference • Source
spiderr69.134.60.2042
View • Compare • Difference • Source