welcome: please sign in

Diff for "ServerMinsky"

Differences between revisions 5 and 6
Revision 5 as of 2018-04-23 06:07:28
Size: 1813
Editor: ClintonEbadi
Comment: a few things to look at before putting into production
Revision 6 as of 2018-04-23 23:06:48
Size: 1665
Editor: ClintonEbadi
Comment: get-token wasn't working, but has been fixed
Deletions are marked like this. Additions are marked like this.
Line 20: Line 20:
 * is get-token working correctly?
   * may be due to setup, but on first call I didn't get tokens. second and later were fine. test after reboot

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

  • make sure firewall allows spamd to contact external services
  • spamassassin is using /var/spool/exim4/.spamassassin to store bayes and txrep for some reason... see if passing --helper-home-dir /var/lib/spamassassin fixes it

  • 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 ?

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)