Difference between revisions of "EMail"

From Pumping Station One
Jump to navigation Jump to search
(Created page with "The spaces email infrastructure: == Incoming Email == * The MX records for pumpingstationone.org redirects to google apps. * Google apps routes some email into into various...")
 
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{mbox |type=warning |text=This information is out of date. [[IT Infrastructure|Up-to-date IT information can be found here]] }}
 +
 
The spaces email infrastructure:
 
The spaces email infrastructure:
 +
 +
== Contacting PS1 ==
 +
 +
See https://wiki.pumpingstationone.org/Contact_Points or https://wiki.pumpingstationone.org/Contact_Information for contact information.
  
 
== Incoming Email ==
 
== Incoming Email ==
Line 16: Line 22:
  
 
* has no MX record, so the A/AAAA record is used, which routes to the space, which routes to mail.ad.pumpingstationone.org
 
* has no MX record, so the A/AAAA record is used, which routes to the space, which routes to mail.ad.pumpingstationone.org
* mail.ad.pumpingstationone.org has postfix and [https://lists.pumpingstationone.org/listinfo listserv]. There are a few mailing lists hosted there,
+
* mail.ad.pumpingstationone.org has postfix and [https://lists.pumpingstationone.org/listinfo listserv]. There are a few mailing lists hosted there,
  
 
== Outgoing Email ==
 
== Outgoing Email ==
  
Most services are configured to use mail.ad.pumpingstationone.org as the outgoing email server. Postfix on that box then routes through comcast's smtp relay, which helps us avoid the PBL.
+
* Most services are configured to use mail.ad.pumpingstationone.org as the outgoing email server. Postfix on that box then routes through comcast's smtp relay, which helps us avoid the PBL.
 +
* Having all the email route through this box also makes debugging things easier, journalctl can be used to view the mail logs.

Latest revision as of 14:03, 1 November 2018

The spaces email infrastructure:

Contacting PS1

See https://wiki.pumpingstationone.org/Contact_Points or https://wiki.pumpingstationone.org/Contact_Information for contact information.

Incoming Email

  • The MX records for pumpingstationone.org redirects to google apps.
  • Google apps routes some email into into various accounts.
  • By default, google apps forwards unmatched emails to [email protected]
  • [email protected] forwards to the postfix server on mail.ad.pumpingstationone.org
  • mail.ad.pumpingstationone.org runs a postfix instance

rt.pumpingstationone.org

  • has no MX record, so the A/AAAA record is used, which routes to the space, which routes to mail.ad.pumpingstationone.org

lists.pumpingstationone.org

  • has no MX record, so the A/AAAA record is used, which routes to the space, which routes to mail.ad.pumpingstationone.org
  • mail.ad.pumpingstationone.org has postfix and listserv. There are a few mailing lists hosted there,

Outgoing Email

  • Most services are configured to use mail.ad.pumpingstationone.org as the outgoing email server. Postfix on that box then routes through comcast's smtp relay, which helps us avoid the PBL.
  • Having all the email route through this box also makes debugging things easier, journalctl can be used to view the mail logs.