From Wikitech
(Difference between revisions)
| Line 1: | Line 1: | ||
{{Document me!}} | {{Document me!}} | ||
| − | |||
| − | |||
| − | |||
==Wikimedia email setup== | ==Wikimedia email setup== | ||
| − | * [[postfix]], [[mailman]] on [[ | + | * [[postfix]], [[mailman]], [[OTRS]] on [[goeje]] |
| − | ** mail.wikimedia.org <- service ip/name | + | ** 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) | * [[sendmail]] on most other machines (apaches) | ||
| − | ** internally in pmtpa they forward to smtp.pmtpa.wmnet, which relays to 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 | + | On goeje: |
| − | vi /etc/aliases | + | vi /etc/postfix/aliases |
newaliases | newaliases | ||
postfix reload | postfix reload | ||
Revision as of 05:14, 20 April 2006
Wikimedia email setup
- postfix, mailman, OTRS 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