You are browsing a read-only backup copy of Wikitech. The live site can be found at wikitech.wikimedia.org
Portal:Cloud VPS/Admin/Email
< Portal:Cloud VPS | Admin
Jump to navigation
Jump to search
Revision as of 12:51, 28 April 2020 by imported>Arturo Borrero Gonzalez (→See also: add a bit more info)
This page is currently a draft. More information and discussion about changes to this draft on the talk page. |
This page contains information on the email setup and how to manage it inside CloudVPS.
Servers
The general outgoint SMTP servers are hosted in the cloudinfra project. By the time of this writing:
- mx-out01.cloudinfra.eqiad.wmflabs
- mx-out02.cloudinfra.eqiad.wmflabs
Each servers uses a floating IP so we can reference the servers in SPF records. Additionally, each floating IP is referenced by a public FQDN:
- mx-out01.wmflabs.org --- 185.15.56.18
- mx-out02.wmflabs.org --- 185.15.56.19
Servers use the puppet role role::mail::smarthost::wmcs plus some hiera config:
profile::mail::smarthost::cert_name: mx-out01.wmflabs.org profile::mail::smarthost::cert_subjects: mx-out01.wmflabs.org profile::mail::smarthost::exim_primary_hostname: mx-out01.wmflabs.org profile::standard::has_default_mail_relay: false standard::has_default_mail_relay: false
SPF
TODO: put here some info.
Toolforge
The Toolforge email setup is a bit different. Specific documentation can be found somewhere in wikitech TODO.
See also
- Portal:Cloud_VPS/Admin/DNS -- our DNS setups, our domains, etc (admin docs).
- Help:Toolforge/Email -- email in Toolforge (end user docs)
- Help:Email_in_CloudVPS -- email in CloudVPS (end user docs)