Educational ICT Virtualisation Specialist

Twitter LinkedIn E-mail
Precedence Technologies Ltd
Technology House, 36a Union Lane
Cambridge, CB4 1QB, United Kingdom
T: +44 (0)8456 446 800 / +44 (0)1223 359900
E: enquiries@precedence.co.uk
Email-NMForward

Jump To: Support > KB > NetManager > Email > NMForward

Setting up a 2nd NetManager (e.g. proxy or backup) to send system mail onwards

If you have other NetManagers, e.g. backup servers or proxy servers, you will want them to send their system reports onwards to your main server rather than delivering to root on the machine itself. To do this, determine your email domain (e.g. mydomain.com) and the IP address of your main NetManager (e.g. 10.0.0.1). Add the following to the netman.conf file:

domain_external="YOUR_EXTERNAL_EMAIL_DOMAIN"
mail_relay="10.0.0.1"
mail_forward="10.0.0.1"

While you are there, you might want to some/all of the following lines too:

  • proxy_external="10.0.0.1:3128" - set proxy to enable it to update itself
  • services_stop="mysqld squid apache imap homed pop3" - disable unused services (don't put squid in there if it's a proxy server!)

Then run build_server -f

© Copyright Precedence Technologies 1999-2024
Page last modified on November 25, 2016, at 01:11 PM by sborrill