Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
ericosman
Posts: 20 Joined: Thu Oct 30, 2014 4:11 am
Post
by ericosman » Fri Nov 07, 2014 9:32 am
I would like to follow this but... I use CentOS and whenn i install POSTFIX i'm not getting the purple screen....
Anybody else who knows something
rhassing
Posts: 416 Joined: Sat Oct 05, 2013 10:29 pm
Location: Netherlands
Post
by rhassing » Fri Nov 07, 2014 9:50 am
For postfix you could do the following:
Routing all mails to a smarthost (which could be you exchange server):
As it is CentOS, I assume the postfix config files live in /etc/postfix/main.cf
In/etc/postfix/main.cf add the line:
relayhost = <your exchange ip address>:25
This should be it... And then a restart of the postfix service.
Rob Hassing
ericosman
Posts: 20 Joined: Thu Oct 30, 2014 4:11 am
Post
by ericosman » Fri Nov 07, 2014 10:02 am
It works!
Now i see i have to fix the time of the server
Last edited by
ericosman on Fri Nov 07, 2014 10:10 am, edited 1 time in total.
rhassing
Posts: 416 Joined: Sat Oct 05, 2013 10:29 pm
Location: Netherlands
Post
by rhassing » Fri Nov 07, 2014 10:09 am
Nice to hear it worked out.
Now I hope you don't receive too much mail
Rob Hassing
slansing
Posts: 7698 Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...
Post
by slansing » Fri Nov 07, 2014 10:25 am
Great! Yeah, without the CLI GUI thing, that guide does not work very well, however it helps you out in the later portions.