From Wikitech
(Difference between revisions)
(→Wikimedia email setup) |
(some ideas) |
||
| Line 1: | Line 1: | ||
| − | + | == New mailserver plans == | |
| + | * An IMAP/SSL server! Yay | ||
| + | * Two separate servers: | ||
| + | ** One handling all incoming, external mail, and does spam filtering | ||
| + | ** One containing all mail boxes (IMAP), sending out internal mail | ||
| − | ==Wikimedia email setup== | + | * Alias files copied to secondary MXes |
| + | * Using cdb | ||
| + | * Exim! (sorry) and Dovecot | ||
| + | * Mailinglists without specific aliases, just by looking at the <tt>-l</tt> postfix ''or'' <tt>lists.wikimedia.org</tt> | ||
| + | |||
| + | == Old Wikimedia email setup== | ||
* [[postfix]], [[mailman]], [[OTRS]], spamassassin on [[goeje]] | * [[postfix]], [[mailman]], [[OTRS]], spamassassin on [[goeje]] | ||
** mail.wikimedia.org <- service ip/name for mail | ** mail.wikimedia.org <- service ip/name for mail | ||
| Line 10: | Line 19: | ||
** internally in pmtpa they forward to smtp.pmtpa.wmnet, which relays to the external world. | ** internally in pmtpa they forward to smtp.pmtpa.wmnet, which relays to the external world. | ||
| − | ==How to make an email alias== | + | ===How to make an email alias=== |
On goeje: | On goeje: | ||
vi /etc/postfix/aliases | vi /etc/postfix/aliases | ||
newaliases | newaliases | ||
postfix reload | postfix reload | ||
| − | |||
| − | |||
[[Category:Mail]] | [[Category:Mail]] | ||
Revision as of 14:55, 28 December 2006
New mailserver plans
- An IMAP/SSL server! Yay
- Two separate servers:
- One handling all incoming, external mail, and does spam filtering
- One containing all mail boxes (IMAP), sending out internal mail
- Alias files copied to secondary MXes
- Using cdb
- Exim! (sorry) and Dovecot
- Mailinglists without specific aliases, just by looking at the -l postfix or lists.wikimedia.org
Old Wikimedia email setup
- postfix, mailman, OTRS, spamassassin on goeje
- mail.wikimedia.org <- service ip/name for mail
- secure.wikimedia.org <- service ip/name for OTRS
- ticket.wikimedia.org <- service name for OTRS, redirects to secure.wikimedia.org currently
- srv38 is the mysql server for OTRS
- sendmail on most other machines (apaches)
- internally in pmtpa they forward to smtp.pmtpa.wmnet, which relays to the external world.
How to make an email alias
On goeje:
vi /etc/postfix/aliases newaliases postfix reload