Changes between Version 1 and Version 2 of individual-mail-relay


Ignore:
Timestamp:
Aug 23, 2017, 3:23:24 PM (7 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • individual-mail-relay

    v1 v2  
    88
    99We have two individual mail relay servers: gil.mayfirst.org and paulo.mayfirst.org.
     10
     11The servers are both for proxying IMAP and POP connections and also provide smtp relay service for authenticated users using postfix and saslauthd.
     12
     13== IP allocation ==
     14
     15IPs are allocated via puppet via the gil.pp and paulo.pp puppet files.
     16
     17When an IP gets blocked or otherwise becomes un-usable, follow these steps:
     18
     19 * Read both gil.pp and paulo.pp for comments about past abuse reports for IP addresses previously assigned
     20 * Pick a new IP address and add it both as an A record and PTR record pointing to the host (e.g. gil.mayfirst.org or paulo.mayfirst.org)
     21 * Add it to the .pp file - both using m_interface::set AND also using the smtp_bind_ip argument of m_mailsubmission
     22
     23The new IP will be automatically added to our spf.mayfirst.org record once a day - but you can manually make that happen with:
     24
     25{{{
     26ssh root@hay.mayfirst.org
     27su -l www-data -c 'cd /usr/local/share/red/ui/sbin/ && DNS_LOOKUP_LOGIN="dns-lookup@wiwa.mayfirst.org" ./red-spf-generator'
     28}}}
     29