Hello!
When i try send alert mail over exchange smtp i get
Oct 25 21:42:11 svrumskmon01 postfix/error[28944]: CB82C1B79: to=<helpdesk@domain>, relay=none, delay=185076, delays=185074/1.4/0/0.03, dsn=4.4.1, status=deferred (delivery temporarily suspended: connect to mailserver[IP]:25: Connection refused)
i make relay and connections to exchange
I use exchange 2013 did i need make any changes for postfix relay.
Send alert mail over exchange smtp
-
kyang
Re: Send alert mail over exchange smtp
Did you change your email settings in XI Home --> Admin --> (Under system config) click Manage email settings --> Change sendmail to SMTP.
Then add your SMTP host, Port --> username and password if necessary and security.
Take a look at the documentation on SMTP from pages (specifically pages 5-7)
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
Does this help?
Then add your SMTP host, Port --> username and password if necessary and security.
Take a look at the documentation on SMTP from pages (specifically pages 5-7)
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
Does this help?
Re: Send alert mail over exchange smtp
it not help me. I did it.kyang wrote:Did you change your email settings in XI Home --> Admin --> (Under system config) click Manage email settings --> Change sendmail to SMTP.
Then add your SMTP host, Port --> username and password if necessary and security.
Take a look at the documentation on SMTP from pages (specifically pages 5-7)
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
Does this help?
-
kyang
Re: Send alert mail over exchange smtp
Are you able to telnet the exchange server over port 25?
Or you could run the check_smtp plugin from Nagios
Are you authenticating SMTP?
Code: Select all
telnet <ipaddress> 25Code: Select all
cd /usr/local/nagios/libexec
./check_smtp -H hostaddress -p 25Re: Send alert mail over exchange smtp
[root@host libexec]# ./check_smtp -H mailserver -p 25kyang wrote:Are you able to telnet the exchange server over port 25?
Or you could run the check_smtp plugin from NagiosCode: Select all
telnet <ipaddress> 25
Are you authenticating SMTP?Code: Select all
cd /usr/local/nagios/libexec ./check_smtp -H hostaddress -p 25
SMTP OK - 0.007 sec. response time|time=0.006663s;;;0.000000
-
dwhitfield
- Former Nagios Staff
- Posts: 4583
- Joined: Wed Sep 21, 2016 10:29 am
- Location: NoLo, Minneapolis, MN
- Contact:
Re: Send alert mail over exchange smtp
Are you still having issues? The temporary nature of this suggests you need to speak with your mail administrator, whether this is someone in your organization or an external provider.maxvandl wrote:delivery temporarily suspended
It's possible there was initially a flood of emails. If you have warnings and criticals resolved, that flood would no longer be causing you to get blocked.
Re: Send alert mail over exchange smtp
Now i can get email from nagios to nagios mailbox but cannt get email on helpdesk@domaindwhitfield wrote:Are you still having issues? The temporary nature of this suggests you need to speak with your mail administrator, whether this is someone in your organization or an external provider.maxvandl wrote:delivery temporarily suspended
It's possible there was initially a flood of emails. If you have warnings and criticals resolved, that flood would no longer be causing you to get blocked.
Still get error
svrumskmon01 postfix/error[28944]: CB82C1B79: to=<helpdesk@domain>, relay=none, delay=185076, delays=185074/1.4/0/0.03, dsn=4.4.1, status=deferred (delivery temporarily suspended: connect to mailserver[IP]:25: Connection refused)
-
kyang
Re: Send alert mail over exchange smtp
It looks like it's the same issue as before?
It goes back to what @dwhitfield said in his previous post.
Did you have a chance to speak to your mail administrator?status=deferred (delivery temporarily suspended: connect to mailserver[IP]:25: Connection refused)
It goes back to what @dwhitfield said in his previous post.
Do you have a lot of issues on Nagios, which are causing a lot of notifications?If you have warnings and criticals resolved, that flood would no longer be causing you to get blocked.