notifications not being sent
Posted: Mon Apr 07, 2014 1:17 am
Installed Version: 2012R2.9
Mail-method: SMTP
Host: smtp.mydomain.net
Port: 25
Hostname: mynagiosbox.mydomain.net
IP: 10.x.x.219
Recipient: [email protected]
Mailserver is accepting connections from 10.x.x.0/24
The Incident Management – Notifications dashboard tells that the notifications are sent.
uname -a
Linux mynagiosbox.mydomain.net 2.6.32-358.2.1.el6.x86_64 #1 SMP Wed Mar 13 00:26:49 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
cat /etc/*-release
CentOS release 6.4 (Final)
tail -10 /var/log/maillog
Apr 3 10:42:43 mynagiosbox postfix/error[15849]: 5BA2B1067: to=<[email protected]>, relay=none, delay=80294, delays=80294/0.01/0/0.03, dsn=4.4.2, status=deferred (delivery temporarily suspended: lost connection with mail.mydomain.com[10.x.x.x] while receiving the initial server greeting)
Apr 3 10:42:43 mynagiosbox postfix/error[15850]: 77BB92205: to=<[email protected]>, relay=none, delay=80164, delays=80164/0.01/0/0.03, dsn=4.4.2, status=deferred (delivery temporarily suspended: lost connection with mail.mydomain.com[10.x.x.x] while receiving the initial server greeting)
Apr 3 10:42:43 mynagiosbox postfix/error[15853]: 8BDD348B5: to=<[email protected]>, relay=none, delay=84254, delays=84254/0.02/0/0.02, dsn=4.4.2, status=deferred (delivery temporarily suspended: lost connection with mail.mydomain.com[10.x.x.x] while receiving the initial server greeting)
Apr 3 10:42:43 mynagiosbox postfix/error[15852]: 7E06C488D: to=<[email protected]>, relay=none, delay=84454, delays=84454/0.01/0/0.02, dsn=4.4.2, status=deferred (delivery temporarily suspended: lost connection with mail.mydomain.com[10.x.x.x] while receiving the initial server greeting)
Apr 3 10:47:43 mynagiosbox postfix/qmgr[1811]: 6AAA248D3: from=<[email protected]>, size=772, nrcpt=1 (queue active)
Apr 3 10:47:43 mynagiosbox postfix/qmgr[1811]: 8193C4A6E: from=<[email protected]>, size=780, nrcpt=1 (queue active)
Apr 3 10:47:43 mynagiosbox postfix/qmgr[1811]: 893C34A83: from=<[email protected]>, size=771, nrcpt=1 (queue active)
Apr 3 10:47:43 mynagiosbox postfix/smtp[20429]: 6AAA248D3: to=<[email protected]>, relay=mail.mydomain.com[10.x.x.x]:25, delay=84414, delays=84414/0.02/0.1/0, dsn=4.4.2, status=deferred (lost connection with mail.mydomain.com[10.x.x.x] while receiving the initial server greeting)
Apr 3 10:47:43 mynagiosbox postfix/smtp[20430]: 8193C4A6E: to=<[email protected]>, relay=mail.mydomain.com[10.x.x.x]:25, delay=88574, delays=88574/0.02/0.11/0, dsn=4.4.2, status=deferred (lost connection with mail.mydomain.com[10.x.x.x] while receiving the initial server greeting)
Apr 3 10:47:43 mynagiosbox postfix/smtp[20431]: 893C34A83: to=<[email protected]>, relay=mail.mydomain.com[10.x.x.x]:25, delay=88464, delays=88464/0.02/0.1/0, dsn=4.4.2, status=deferred (lost connection with mail.mydomain.com[10.x.x.x] while receiving the initial server greeting)
dig smtp.mydomain.net mx
; <<>> DiG 9.8.2rc1-RedHat-9.8.2-0.17.rc1.el6_4.6 <<>> smtp.mydomain.net mx
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 26166
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;smtp.mydomain.net. IN MX
;; ANSWER SECTION:
smtp.mydomain.net. 900 IN CNAME mymailserver.mydomain.net.
;; Query time: 3 msec
;; SERVER: 10.x.x.187#53(10.x.x.187)
;; WHEN: Thu Apr 3 11:13:33 2014
;; MSG SIZE rcvd: 56
telnet smtp.mydomain.net 25
Trying 10.8.x.x...
Connected to smtp.mydomain.net.
Escape character is '^]'.
220 smtp.mydomain.net Microsoft ESMTP MAIL Service ready at Thu, 3 Apr 2014 09:18:06 +0000
helo mynagiosbox.mydomain.net
250 smtp.mydomain.net Hello [10.x.x.219]
mail from: [email protected]
250 2.1.0 Sender OK
rcpt to: [email protected]
250 2.1.5 Recipient OK
data
354 Start mail input; end with <CRLF>.<CRLF>
SUBJECT: testmail from telnet smtp.mydomain.net 25
Hi All,
This is a testmail.
BR,
NagiosXI.box
.
250 2.6.0 <[email protected]> [InternalId=8246566] Queued mail for delivery
quit
221 2.0.0 Service closing transmission channel
Connection closed by foreign host.
Above message is received correctly
Hope you can help
--edit-- anonymized
Mail-method: SMTP
Host: smtp.mydomain.net
Port: 25
Hostname: mynagiosbox.mydomain.net
IP: 10.x.x.219
Recipient: [email protected]
Mailserver is accepting connections from 10.x.x.0/24
The Incident Management – Notifications dashboard tells that the notifications are sent.
uname -a
Linux mynagiosbox.mydomain.net 2.6.32-358.2.1.el6.x86_64 #1 SMP Wed Mar 13 00:26:49 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
cat /etc/*-release
CentOS release 6.4 (Final)
tail -10 /var/log/maillog
Apr 3 10:42:43 mynagiosbox postfix/error[15849]: 5BA2B1067: to=<[email protected]>, relay=none, delay=80294, delays=80294/0.01/0/0.03, dsn=4.4.2, status=deferred (delivery temporarily suspended: lost connection with mail.mydomain.com[10.x.x.x] while receiving the initial server greeting)
Apr 3 10:42:43 mynagiosbox postfix/error[15850]: 77BB92205: to=<[email protected]>, relay=none, delay=80164, delays=80164/0.01/0/0.03, dsn=4.4.2, status=deferred (delivery temporarily suspended: lost connection with mail.mydomain.com[10.x.x.x] while receiving the initial server greeting)
Apr 3 10:42:43 mynagiosbox postfix/error[15853]: 8BDD348B5: to=<[email protected]>, relay=none, delay=84254, delays=84254/0.02/0/0.02, dsn=4.4.2, status=deferred (delivery temporarily suspended: lost connection with mail.mydomain.com[10.x.x.x] while receiving the initial server greeting)
Apr 3 10:42:43 mynagiosbox postfix/error[15852]: 7E06C488D: to=<[email protected]>, relay=none, delay=84454, delays=84454/0.01/0/0.02, dsn=4.4.2, status=deferred (delivery temporarily suspended: lost connection with mail.mydomain.com[10.x.x.x] while receiving the initial server greeting)
Apr 3 10:47:43 mynagiosbox postfix/qmgr[1811]: 6AAA248D3: from=<[email protected]>, size=772, nrcpt=1 (queue active)
Apr 3 10:47:43 mynagiosbox postfix/qmgr[1811]: 8193C4A6E: from=<[email protected]>, size=780, nrcpt=1 (queue active)
Apr 3 10:47:43 mynagiosbox postfix/qmgr[1811]: 893C34A83: from=<[email protected]>, size=771, nrcpt=1 (queue active)
Apr 3 10:47:43 mynagiosbox postfix/smtp[20429]: 6AAA248D3: to=<[email protected]>, relay=mail.mydomain.com[10.x.x.x]:25, delay=84414, delays=84414/0.02/0.1/0, dsn=4.4.2, status=deferred (lost connection with mail.mydomain.com[10.x.x.x] while receiving the initial server greeting)
Apr 3 10:47:43 mynagiosbox postfix/smtp[20430]: 8193C4A6E: to=<[email protected]>, relay=mail.mydomain.com[10.x.x.x]:25, delay=88574, delays=88574/0.02/0.11/0, dsn=4.4.2, status=deferred (lost connection with mail.mydomain.com[10.x.x.x] while receiving the initial server greeting)
Apr 3 10:47:43 mynagiosbox postfix/smtp[20431]: 893C34A83: to=<[email protected]>, relay=mail.mydomain.com[10.x.x.x]:25, delay=88464, delays=88464/0.02/0.1/0, dsn=4.4.2, status=deferred (lost connection with mail.mydomain.com[10.x.x.x] while receiving the initial server greeting)
dig smtp.mydomain.net mx
; <<>> DiG 9.8.2rc1-RedHat-9.8.2-0.17.rc1.el6_4.6 <<>> smtp.mydomain.net mx
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 26166
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;smtp.mydomain.net. IN MX
;; ANSWER SECTION:
smtp.mydomain.net. 900 IN CNAME mymailserver.mydomain.net.
;; Query time: 3 msec
;; SERVER: 10.x.x.187#53(10.x.x.187)
;; WHEN: Thu Apr 3 11:13:33 2014
;; MSG SIZE rcvd: 56
telnet smtp.mydomain.net 25
Trying 10.8.x.x...
Connected to smtp.mydomain.net.
Escape character is '^]'.
220 smtp.mydomain.net Microsoft ESMTP MAIL Service ready at Thu, 3 Apr 2014 09:18:06 +0000
helo mynagiosbox.mydomain.net
250 smtp.mydomain.net Hello [10.x.x.219]
mail from: [email protected]
250 2.1.0 Sender OK
rcpt to: [email protected]
250 2.1.5 Recipient OK
data
354 Start mail input; end with <CRLF>.<CRLF>
SUBJECT: testmail from telnet smtp.mydomain.net 25
Hi All,
This is a testmail.
BR,
NagiosXI.box
.
250 2.6.0 <[email protected]> [InternalId=8246566] Queued mail for delivery
quit
221 2.0.0 Service closing transmission channel
Connection closed by foreign host.
Above message is received correctly
Hope you can help
--edit-- anonymized