welcome: please sign in

Diff for "ServerMinsky"

Differences between revisions 4 and 7 (spanning 3 versions)
Revision 4 as of 2018-04-23 05:10:27
Size: 1043
Editor: ClintonEbadi
Comment: fixed mailNodes_admin spam filtering, but sa doesn't regen...
Revision 7 as of 2018-04-24 03:02:35
Size: 1594
Editor: ClintonEbadi
Comment: zen.spamhaus.org is ok, but other dns blacklists are blocking requests from do nameservers
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
== TODO ==

 * courier
 * ejabberd

== Immediate Issues ==

 * make sure firewall allows spamd to contact external services
 * exim is not configured to forward mailman mail to mccarthy
 * we don't have a dns cache enabled, do we need one to avoid annoying zen.spamhaus.org ?
   * https://www.spamhaus.org/organization/dnsblusage/ zen has 100k message / 300k lookup per day ... something we will not hit for a long time
   * but also [[http://uribl.com/refused.shtml|upstream dns servers are blocked from URIBL]] so we may need one anyway

minsky.hcoop.net is a virtual machine at DigitalOcean that will become our primary mail server, and replaces ServerMcCarthy

It is named after professor Marvin Minsky.

1. Setup Notes

Similar issues as ServerMarsh:

  • had to manually add "domain hcoop.net" to resolv.conf
  • had to open puppetserver port 8140 (bootstrap problem: new server can't connect to the puppetserver to request a cert, so it can't add its ip to the whitelist...)
  • Default /etc/hosts is no good, sets marsh to loopback, with no ipv6. Had to munge like ServerGibran to public IP and add IPv6 alias. Really need to look deeper into this before perpetuating bad practice even further.

2. TODO

  • courier
  • ejabberd

3. Immediate Issues

4. Exim

  • Exim can't lookup addresses if there are no vmail users present
    • This makes mailNodes_admin not work.

  • spamassassin addrs are only updated when someone toggle their status with setsa, this needs to also happen during a domtool-admin regen


CategorySystemAdministration

ServerMinsky (last edited 2018-04-24 15:19:05 by ClintonEbadi)