contacts.cfg is not working properly

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.
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: contacts.cfg is not working properly

Post by hsmith »

sinkak wrote:define contact{
contact_name wsacritical
alias WSACRITICAL
service_notification_period 24x7
host_notification_period 24x7
service_notification_options c
host_notification_options d
service_notification_commands notify-service-by-email
host_notification_commands notify-host-by-email
# email [email protected]
email [email protected]
}

This is the contact definition for the contact he is having issues with. It looks like it is set correctly, unless I'm missing something completely obvious..
Former Nagios Employee.
me.
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: contacts.cfg is not working properly

Post by hsmith »

sinkak wrote:i got critical email alert
Can we set your email address back to the email address you want to receive the critical alerts at, and restart the Nagios / Apache2 services? We're making progress. :)
Former Nagios Employee.
me.
User avatar
eloyd
Cool Title Here
Posts: 2190
Joined: Thu Sep 27, 2012 9:14 am
Location: Rochester, NY
Contact:

Re: contacts.cfg is not working properly

Post by eloyd »

So me coming late to this party is what fixed it, right? :-)

Seriously, I am glad it is working.
Image
Eric Loyd • http://everwatch.global • 844.240.EVER • @EricLoyd
I'm a Nagios Fanatic! • Join our public Nagios Discord Server!
sinkak
Posts: 158
Joined: Thu Jul 30, 2015 1:30 pm

Re: contacts.cfg is not working properly

Post by sinkak »

no its not fixed yet.
i changed email address back to alerts911 email. So far i see some new critical alerts coming up on nagios but nothing to alerts911 email?
does this means problem is with alerts911mail?

Code: Select all

define contact{
        contact_name                    wsacritical
        alias                           WSACRITICAL
        service_notification_period     24x7
        host_notification_period        24x7
        service_notification_options    c
        host_notification_options       d
        service_notification_commands   notify-service-by-email
        host_notification_commands      notify-host-by-email
        service_notifications_enabled   1
        host_notifications_enabled      1
        email                           [email protected]

        }
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: contacts.cfg is not working properly

Post by hsmith »

sinkak wrote:does this means problem is with alerts911mail?
Yes.

Can we take a look at your mail log and see what kind of errors there are?
Former Nagios Employee.
me.
sinkak
Posts: 158
Joined: Thu Jul 30, 2015 1:30 pm

Re: contacts.cfg is not working properly

Post by sinkak »

Code: Select all

ubuntu@nagios-2015:~$ tail -f /var/log/mail.log
Nov  3 19:27:18 nagios-2015 postfix/pickup[14955]: 3386542AD5: uid=106 from=<nagios>
Nov  3 19:27:18 nagios-2015 postfix/cleanup[24504]: 3386542AD5: message-id=<20151103192718.3386542AD5@ip-10-0-10-149>
Nov  3 19:27:18 nagios-2015 postfix/qmgr[31700]: 3386542AD5: from=<nagios@ip-10-0-10-149>, size=492, nrcpt=1 (queue active)
Nov  3 19:27:18 nagios-2015 postfix/local[24506]: 3386542AD5: to=<root@ip-10-0-10-149>, orig_to=<root>, relay=local, delay=0.02, delays=0.01/0/0/0, dsn=2.0.0, status=sent (delivered to mailbox)
Nov  3 19:27:18 nagios-2015 postfix/qmgr[31700]: 3386542AD5: removed
Nov  3 19:32:18 nagios-2015 postfix/pickup[14955]: 2B7F642AD5: uid=106 from=<nagios>
Nov  3 19:32:18 nagios-2015 postfix/cleanup[28134]: 2B7F642AD5: message-id=<20151103193218.2B7F642AD5@ip-10-0-10-149>
Nov  3 19:32:18 nagios-2015 postfix/qmgr[31700]: 2B7F642AD5: from=<nagios@ip-10-0-10-149>, size=492, nrcpt=1 (queue active)
Nov  3 19:32:18 nagios-2015 postfix/local[28136]: 2B7F642AD5: to=<root@ip-10-0-10-149>, orig_to=<root>, relay=local, delay=0.02, delays=0.01/0/0/0, dsn=2.0.0, status=sent (delivered to mailbox)
Nov  3 19:32:18 nagios-2015 postfix/qmgr[31700]: 2B7F642AD5: removed
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: contacts.cfg is not working properly

Post by hsmith »

Postfix thinks that it was sent.

Can we see the full logs ? I want to look over it for some more information.
Former Nagios Employee.
me.
sinkak
Posts: 158
Joined: Thu Jul 30, 2015 1:30 pm

Re: contacts.cfg is not working properly

Post by sinkak »

Code: Select all

Nov  3 11:07:30 nagios-2015 postfix/bounce[2316]: 10BA442F29: sender non-delivery notification: 7E7AA42AD5
Nov  3 11:07:30 nagios-2015 postfix/qmgr[31700]: 7E7AA42AD5: removed
Nov  3 11:07:30 nagios-2015 postfix/qmgr[31700]: 10BA442F29: removed
Nov  3 11:07:30 nagios-2015 postfix/qmgr[31700]: 7EFB742461: from=<>, size=2628, nrcpt=1 (queue active)
Nov  3 11:07:30 nagios-2015 postfix/bounce[2004]: 1380A42F2A: sender non-delivery notification: 7EFB742461
Nov  3 11:07:30 nagios-2015 postfix/qmgr[31700]: 1380A42F2A: removed
Nov  3 11:07:30 nagios-2015 postfix/local[3669]: 7EFB742461: to=<nagios@ip-10-0-10-149>, relay=local, delay=0.01, delays=0.01/0/0/0, dsn=2.0.0, status=sent (delivered t
o mailbox)
Nov  3 11:07:30 nagios-2015 postfix/qmgr[31700]: 7EFB742461: removed
Nov  3 11:07:30 nagios-2015 postfix/smtp[1568]: 174B942F2E: to=<[email protected]>, relay=smtp17.msoutlookonline.net[64.78.22.100]:25, delay=0.75, delays=0.01/
0.39/0.26/0.1, dsn=5.5.2, status=bounced (host smtp17.msoutlookonline.net[64.78.22.100] said: 504 5.5.2 <nagios@ip-10-0-10-149>: Sender address rejected: need fully-qua
lified address (in reply to RCPT TO command))
Nov  3 11:07:30 nagios-2015 postfix/smtp[3670]: 147A742F2C: to=<[email protected]>, relay=smtp17.msoutlookonline.net[64.78.22.100]:25, delay=0.77, delays=0.02/
0.4/0.26/0.1, dsn=5.5.2, status=bounced (host smtp17.msoutlookonline.net[64.78.22.100] said: 504 5.5.2 <nagios@ip-10-0-10-149>: Sender address rejected: need fully-qual
ified address (in reply to RCPT TO command))
Nov  3 11:07:30 nagios-2015 postfix/smtp[3671]: 1FBC342F2D: to=<[email protected]>, relay=smtp17.msoutlookonline.net[64.78.22.100]:25, delay=0.73, delays=0.02/
0.38/0.25/0.08, dsn=5.5.2, status=bounced (host smtp17.msoutlookonline.net[64.78.22.100] said: 504 5.5.2 <nagios@ip-10-0-10-149>: Sender address rejected: need fully-qu
alified address (in reply to RCPT TO command))
Nov  3 11:07:30 nagios-2015 postfix/smtp[1512]: 1EDC0431A9: to=<[email protected]>, relay=smtp17.msoutlookonline.net[64.78.22.100]:25, delay=0.74, delays=0.02/
0.38/0.25/0.08, dsn=5.5.2, status=bounced (host smtp17.msoutlookonline.net[64.78.22.100] said: 504 5.5.2 <nagios@ip-10-0-10-149>: Sender address rejected: need fully-qu
alified address (in reply to RCPT TO command))
Nov  3 11:07:30 nagios-2015 postfix/smtp[2683]: 20EE343199: to=<[email protected]>, relay=smtp17.msoutlookonline.net[64.78.22.100]:25, delay=0.75, delays=0.02/
0.38/0.26/0.08, dsn=5.5.2, status=bounced (host smtp17.msoutlookonline.net[64.78.22.100] said: 504 5.5.2 <nagios@ip-10-0-10-149>: Sender address rejected: need fully-qu
alified address (in reply to RCPT TO command))
Nov  3 11:07:30 nagios-2015 postfix/smtp[1538]: 22F0342F30: to=<[email protected]>, relay=smtp17.msoutlookonline.net[64.78.22.100]:25, delay=0.75, delays=0.03/
0.37/0.26/0.09, dsn=5.5.2, status=bounced (host smtp17.msoutlookonline.net[64.78.22.100] said: 504 5.5.2 <nagios@ip-10-0-10-149>: Sender address rejected: need fully-qu
alified address (in reply to RCPT TO command))
Nov  3 11:07:30 nagios-2015 postfix/smtp[3668]: 28F50431C7: to=<[email protected]>, relay=smtp17.msoutlookonline.net[64.78.22.100]:25, delay=0.71, delays=0.01/
0.35/0.26/0.09, dsn=5.5.2, status=bounced (host smtp17.msoutlookonline.net[64.78.22.100] said: 504 5.5.2 <nagios@ip-10-0-10-149>: Sender address rejected: need fully-qu
alified address (in reply to RCPT TO command))
Nov  3 11:07:30 nagios-2015 postfix/smtp[2005]: 25152431CA: to=<[email protected]>, relay=smtp17.msoutlookonline.net[64.78.22.100]:25, delay=0.73, delays=0.01/
0.36/0.25/0.11, dsn=5.5.2, status=bounced (host smtp17.msoutlookonline.net[64.78.22.100] said: 504 5.5.2 <nagios@ip-10-0-10-149>: Sender address rejected: need fully-qu
alified address (in reply to RCPT TO command))
Nov  3 11:07:30 nagios-2015 postfix/smtp[1566]: 23F9442F2F: to=<[email protected]>, relay=smtp17.msoutlookonline.net[64.78.22.100]:25, delay=0.75, delays=0.01/
0.36/0.25/0.12, dsn=5.5.2, status=bounced (host smtp17.msoutlookonline.net[64.78.22.100] said: 504 5.5.2 <nagios@ip-10-0-10-149>: Sender address rejected: need fully-qu
alified address (in reply to RCPT TO command))
Nov  3 11:07:30 nagios-2015 postfix/smtp[2003]: 28104431CC: to=<[email protected]>, relay=smtp17.msoutlookonline.net[64.78.22.100]:25, delay=0.73, delays=0.01/
0.35/0.24/0.13, dsn=5.5.2, status=bounced (host smtp17.msoutlookonline.net[64.78.22.100] said: 504 5.5.2 <nagios@ip-10-0-10-149>: Sender address rejected: need fully-qu
alified address (in reply to RCPT TO command))
Nov  3 11:07:30 nagios-2015 postfix/cleanup[6612]: E054F44814: message-id=<20151103110730.E054F44814@ip-10-0-10-149>
Nov  3 11:07:30 nagios-2015 postfix/cleanup[3986]: E0B5B44815: message-id=<20151103110730.E0B5B44815@ip-10-0-10-149>
Nov  3 11:07:30 nagios-2015 postfix/qmgr[31700]: E0B5B44815: from=<>, size=2608, nrcpt=1 (queue active)
Nov  3 11:07:30 nagios-2015 postfix/bounce[2316]: 174B942F2E: sender non-delivery notification: E0B5B44815
Nov  3 11:07:30 nagios-2015 postfix/bounce[1579]: 147A742F2C: sender non-delivery notification: E054F44814
Nov  3 11:07:30 nagios-2015 postfix/qmgr[31700]: 147A742F2C: removed
Nov  3 11:07:30 nagios-2015 postfix/cleanup[3986]: E183244816: message-id=<20151103110730.E183244816@ip-10-0-10-149>
Nov  3 11:07:30 nagios-2015 postfix/qmgr[31700]: 174B942F2E: removed
Nov  3 11:07:30 nagios-2015 postfix/qmgr[31700]: E183244816: from=<>, size=2632, nrcpt=1 (queue active)
Nov  3 11:07:30 nagios-2015 postfix/qmgr[31700]: E054F44814: from=<>, size=2628, nrcpt=1 (queue active)
Nov  3 11:07:30 nagios-2015 postfix/local[1580]: E0B5B44815: to=<nagios@ip-10-0-10-149>, relay=local, delay=0.01, delays=0/0/0/0, dsn=2.0.0, status=sent (delivered to m
ailbox)
Nov  3 11:07:30 nagios-2015 postfix/bounce[2004]: 1FBC342F2D: sender non-delivery notification: E183244816
Nov  3 11:07:30 nagios-2015 postfix/qmgr[31700]: 1FBC342F2D: removed
Nov  3 11:07:30 nagios-2015 postfix/qmgr[31700]: E0B5B44815: removed
Nov  3 11:07:30 nagios-2015 postfix/cleanup[6612]: E3E0742461: message-id=<20151103110730.E3E0742461@ip-10-0-10-149>
Nov  3 11:07:30 nagios-2015 postfix/local[3669]: E183244816: to=<nagios@ip-10-0-10-149>, relay=local, delay=0.01, delays=0/0/0/0, dsn=2.0.0, status=sent (delivered to m
ailbox)
Nov  3 11:07:30 nagios-2015 postfix/qmgr[31700]: E183244816: removed
Nov  3 11:07:30 nagios-2015 postfix/bounce[1579]: 1EDC0431A9: sender non-delivery notification: E3E0742461
Nov  3 11:07:30 nagios-2015 postfix/qmgr[31700]: 1EDC0431A9: removed
Nov  3 11:07:30 nagios-2015 postfix/qmgr[31700]: E3E0742461: from=<>, size=2624, nrcpt=1 (queue active)
Nov  3 11:07:30 nagios-2015 postfix/local[1580]: E054F44814: to=<nagios@ip-10-0-10-149>, relay=local, delay=0.02, delays=0.01/0.01/0/0.01, dsn=2.0.0, status=sent (deliv
ered to mailbox)
Nov  3 11:07:30 nagios-2015 postfix/qmgr[31700]: E054F44814: removed
Nov  3 11:07:30 nagios-2015 postfix/cleanup[3986]: E5FDF42AD5: message-id=<20151103110730.E5FDF42AD5@ip-10-0-10-149>
Nov  3 11:07:30 nagios-2015 postfix/cleanup[6612]: E6E1A42F29: message-id=<20151103110730.E6E1A42F29@ip-10-0-10-149>
Nov  3 11:07:30 nagios-2015 postfix/bounce[2316]: 20EE343199: sender non-delivery notification: E5FDF42AD5
Nov  3 11:07:30 nagios-2015 postfix/local[3669]: E3E0742461: to=<nagios@ip-10-0-10-149>, relay=local, delay=0.02, delays=0.01/0/0/0.01, dsn=2.0.0, status=sent (delivere
d to mailbox)
Nov  3 11:07:30 nagios-2015 postfix/cleanup[3986]: E70AB42F2A: message-id=<20151103110730.E70AB42F2A@ip-10-0-10-149>
Nov  3 11:07:30 nagios-2015 postfix/qmgr[31700]: 20EE343199: removed
Nov  3 11:07:30 nagios-2015 postfix/qmgr[31700]: E3E0742461: removed
Nov  3 11:07:30 nagios-2015 postfix/qmgr[31700]: E70AB42F2A: from=<>, size=2624, nrcpt=1 (queue active)
Nov  3 11:07:30 nagios-2015 postfix/qmgr[31700]: E6E1A42F29: from=<>, size=2626, nrcpt=1 (queue active)
Nov  3 11:07:30 nagios-2015 postfix/qmgr[31700]: E5FDF42AD5: from=<>, size=2628, nrcpt=1 (queue active)
Nov  3 11:07:30 nagios-2015 postfix/bounce[2004]: 22F0342F30: sender non-delivery notification: E6E1A42F29
Nov  3 11:07:30 nagios-2015 postfix/bounce[1579]: 28F50431C7: sender non-delivery notification: E70AB42F2A
Nov  3 11:07:30 nagios-2015 postfix/qmgr[31700]: 22F0342F30: removed
Nov  3 11:07:30 nagios-2015 postfix/qmgr[31700]: 28F50431C7: removed
Nov  3 11:07:30 nagios-2015 postfix/cleanup[6614]: E83A342461: message-id=<20151103110730.E83A342461@ip-10-0-10-149>
Nov  3 11:07:30 nagios-2015 postfix/local[1580]: E70AB42F2A: to=<nagios@ip-10-0-10-149>, relay=local, delay=0.01, delays=0/0/0/0.01, dsn=2.0.0, status=sent (delivered t
o mailbox)
Nov  3 11:07:30 nagios-2015 postfix/qmgr[31700]: E70AB42F2A: removed
Nov  3 11:07:30 nagios-2015 postfix/local[3669]: E6E1A42F29: to=<nagios@ip-10-0-10-149>, relay=local, delay=0.02, delays=0/0.01/0/0, dsn=2.0.0, status=sent (delivered t
o mailbox)
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: contacts.cfg is not working properly

Post by rkennedy »

The timestamp on these logs you just posted are from a time that is prior to the ones posted at 19:xx:xx.

Can you please run tail -200 /var/log/maillog and post the output?
Former Nagios Employee
sinkak
Posts: 158
Joined: Thu Jul 30, 2015 1:30 pm

Re: contacts.cfg is not working properly

Post by sinkak »

Code: Select all

ubuntu@nagios-2015:~$ tail -200 /var/log/mail.log
Nov  3 17:45:48 nagios-2015 postfix/qmgr[31700]: 0D9A742F29: from=<>, size=2659, nrcpt=1 (queue active)
Nov  3 17:45:48 nagios-2015 postfix/bounce[18621]: 9365842AD5: sender non-delivery notification: 0D9A742F29
Nov  3 17:45:48 nagios-2015 postfix/qmgr[31700]: 9365842AD5: removed
Nov  3 17:45:48 nagios-2015 postfix/local[18624]: 0D9A742F29: to=<nagios@ip-10-0-10-149>, relay=local, delay=0.01, delays=0/0/0/0, dsn=2.0.0, status=sent (delivered to mailbox)
Nov  3 17:45:48 nagios-2015 postfix/qmgr[31700]: 0D9A742F29: removed
Nov  3 17:47:18 nagios-2015 postfix/pickup[25701]: A6B0442AD5: uid=106 from=<nagios>
Nov  3 17:47:18 nagios-2015 postfix/cleanup[18587]: A6B0442AD5: message-id=<20151103174718.A6B0442AD5@ip-10-0-10-149>
Nov  3 17:47:18 nagios-2015 postfix/qmgr[31700]: A6B0442AD5: from=<nagios@ip-10-0-10-149>, size=492, nrcpt=1 (queue active)
Nov  3 17:47:18 nagios-2015 postfix/local[18624]: A6B0442AD5: to=<root@ip-10-0-10-149>, orig_to=<root>, relay=local, delay=0.01, delays=0.01/0/0/0, dsn=2.0.0, status=sent (delivered to mailbox)
Nov  3 17:47:18 nagios-2015 postfix/qmgr[31700]: A6B0442AD5: removed
Nov  3 17:52:18 nagios-2015 postfix/pickup[25701]: 9253F42AD5: uid=106 from=<nagios>
Nov  3 17:52:18 nagios-2015 postfix/cleanup[23789]: 9253F42AD5: message-id=<20151103175218.9253F42AD5@ip-10-0-10-149>
Nov  3 17:52:18 nagios-2015 postfix/qmgr[31700]: 9253F42AD5: from=<nagios@ip-10-0-10-149>, size=492, nrcpt=1 (queue active)
Nov  3 17:52:18 nagios-2015 postfix/local[23791]: 9253F42AD5: to=<root@ip-10-0-10-149>, orig_to=<root>, relay=local, delay=0.02, delays=0.01/0/0/0, dsn=2.0.0, status=sent (delivered to mailbox)
Nov  3 17:52:18 nagios-2015 postfix/qmgr[31700]: 9253F42AD5: removed
Nov  3 17:57:18 nagios-2015 postfix/pickup[25701]: 836E342AD5: uid=106 from=<nagios>
Nov  3 17:57:18 nagios-2015 postfix/cleanup[27153]: 836E342AD5: message-id=<20151103175718.836E342AD5@ip-10-0-10-149>
Nov  3 17:57:18 nagios-2015 postfix/qmgr[31700]: 836E342AD5: from=<nagios@ip-10-0-10-149>, size=492, nrcpt=1 (queue active)
Nov  3 17:57:18 nagios-2015 postfix/local[27156]: 836E342AD5: to=<root@ip-10-0-10-149>, orig_to=<root>, relay=local, delay=0.02, delays=0.01/0/0/0, dsn=2.0.0, status=sent (delivered to mailbox)
Nov  3 17:57:18 nagios-2015 postfix/qmgr[31700]: 836E342AD5: removed
Nov  3 18:02:18 nagios-2015 postfix/pickup[25701]: 716F542AD5: uid=106 from=<nagios>
Nov  3 18:02:18 nagios-2015 postfix/cleanup[30553]: 716F542AD5: message-id=<20151103180218.716F542AD5@ip-10-0-10-149>
Nov  3 18:02:18 nagios-2015 postfix/qmgr[31700]: 716F542AD5: from=<nagios@ip-10-0-10-149>, size=492, nrcpt=1 (queue active)
Nov  3 18:02:18 nagios-2015 postfix/local[30555]: 716F542AD5: to=<root@ip-10-0-10-149>, orig_to=<root>, relay=local, delay=0.02, delays=0.01/0/0/0, dsn=2.0.0, status=sent (delivered to mailbox)
Nov  3 18:02:18 nagios-2015 postfix/qmgr[31700]: 716F542AD5: removed
Nov  3 18:07:18 nagios-2015 postfix/pickup[25701]: 6AFEE42AD5: uid=106 from=<nagios>
Nov  3 18:07:18 nagios-2015 postfix/cleanup[1564]: 6AFEE42AD5: message-id=<20151103180718.6AFEE42AD5@ip-10-0-10-149>
Nov  3 18:07:18 nagios-2015 postfix/qmgr[31700]: 6AFEE42AD5: from=<nagios@ip-10-0-10-149>, size=492, nrcpt=1 (queue active)
Nov  3 18:07:18 nagios-2015 postfix/local[1566]: 6AFEE42AD5: to=<root@ip-10-0-10-149>, orig_to=<root>, relay=local, delay=0.02, delays=0.01/0/0/0, dsn=2.0.0, status=sent (delivered to mailbox)
Nov  3 18:07:18 nagios-2015 postfix/qmgr[31700]: 6AFEE42AD5: removed
Nov  3 18:07:48 nagios-2015 postfix/pickup[25701]: 3B95342AD5: uid=106 from=<nagios>
Nov  3 18:07:48 nagios-2015 postfix/cleanup[1564]: 3B95342AD5: message-id=<20151103180748.3B95342AD5@ip-10-0-10-149>
Nov  3 18:07:48 nagios-2015 postfix/qmgr[31700]: 3B95342AD5: from=<nagios@ip-10-0-10-149>, size=629, nrcpt=1 (queue active)
Nov  3 18:07:48 nagios-2015 postfix/smtp[1761]: 3B95342AD5: to=<[email protected]>, relay=smtp17.msoutlookonline.net[64.78.22.100]:25, delay=0.46, delays=0.01/0/0.26/0.19, dsn=5.5.2, status=bounced (host smtp17.msoutlookonline.net[64.78.22.100] said: 504 5.5.2 <nagios@ip-10-0-10-149>: Sender address rejected: need fully-qualified address (in reply to RCPT TO command))
Nov  3 18:07:48 nagios-2015 postfix/cleanup[1564]: BF25E42F29: message-id=<20151103180748.BF25E42F29@ip-10-0-10-149>
Nov  3 18:07:48 nagios-2015 postfix/qmgr[31700]: BF25E42F29: from=<>, size=2637, nrcpt=1 (queue active)
Nov  3 18:07:48 nagios-2015 postfix/bounce[1786]: 3B95342AD5: sender non-delivery notification: BF25E42F29
Nov  3 18:07:48 nagios-2015 postfix/qmgr[31700]: 3B95342AD5: removed
Nov  3 18:07:48 nagios-2015 postfix/local[1566]: BF25E42F29: to=<nagios@ip-10-0-10-149>, relay=local, delay=0.01, delays=0/0/0/0.01, dsn=2.0.0, status=sent (delivered to mailbox)
Nov  3 18:07:48 nagios-2015 postfix/qmgr[31700]: BF25E42F29: removed
Nov  3 18:09:01 nagios-2015 postfix/pickup[25701]: C20D042AD5: uid=0 from=<root>
Nov  3 18:09:01 nagios-2015 postfix/cleanup[1564]: C20D042AD5: message-id=<20151103180901.C20D042AD5@ip-10-0-10-149>
Nov  3 18:09:01 nagios-2015 postfix/qmgr[31700]: C20D042AD5: from=<root@ip-10-0-10-149>, size=771, nrcpt=1 (queue active)
Nov  3 18:09:01 nagios-2015 postfix/local[1566]: C20D042AD5: to=<root@ip-10-0-10-149>, orig_to=<root>, relay=local, delay=0.01, delays=0.01/0/0/0.01, dsn=2.0.0, status=sent (delivered to mailbox)
Nov  3 18:09:01 nagios-2015 postfix/qmgr[31700]: C20D042AD5: removed
Nov  3 18:12:18 nagios-2015 postfix/pickup[25701]: 63C1942AD5: uid=106 from=<nagios>
Nov  3 18:12:18 nagios-2015 postfix/cleanup[4937]: 63C1942AD5: message-id=<20151103181218.63C1942AD5@ip-10-0-10-149>
Nov  3 18:12:18 nagios-2015 postfix/qmgr[31700]: 63C1942AD5: from=<nagios@ip-10-0-10-149>, size=492, nrcpt=1 (queue active)
Nov  3 18:12:18 nagios-2015 postfix/local[4939]: 63C1942AD5: to=<root@ip-10-0-10-149>, orig_to=<root>, relay=local, delay=0.02, delays=0.01/0/0/0, dsn=2.0.0, status=sent (delivered to mailbox)
Nov  3 18:12:18 nagios-2015 postfix/qmgr[31700]: 63C1942AD5: removed
Nov  3 18:17:18 nagios-2015 postfix/pickup[25701]: 4F2C542AD5: uid=106 from=<nagios>
Nov  3 18:17:18 nagios-2015 postfix/cleanup[8344]: 4F2C542AD5: message-id=<20151103181718.4F2C542AD5@ip-10-0-10-149>
Nov  3 18:17:18 nagios-2015 postfix/qmgr[31700]: 4F2C542AD5: from=<nagios@ip-10-0-10-149>, size=492, nrcpt=1 (queue active)
Nov  3 18:17:18 nagios-2015 postfix/local[8346]: 4F2C542AD5: to=<root@ip-10-0-10-149>, orig_to=<root>, relay=local, delay=0.02, delays=0.01/0/0/0, dsn=2.0.0, status=sent (delivered to mailbox)
Nov  3 18:17:18 nagios-2015 postfix/qmgr[31700]: 4F2C542AD5: removed
Nov  3 18:22:18 nagios-2015 postfix/pickup[25701]: 4B74B42AD5: uid=106 from=<nagios>
Nov  3 18:22:18 nagios-2015 postfix/cleanup[11733]: 4B74B42AD5: message-id=<20151103182218.4B74B42AD5@ip-10-0-10-149>
Nov  3 18:22:18 nagios-2015 postfix/qmgr[31700]: 4B74B42AD5: from=<nagios@ip-10-0-10-149>, size=492, nrcpt=1 (queue active)
Nov  3 18:22:18 nagios-2015 postfix/local[11739]: 4B74B42AD5: to=<root@ip-10-0-10-149>, orig_to=<root>, relay=local, delay=0.02, delays=0.01/0/0/0, dsn=2.0.0, status=sent (delivered to mailbox)
Nov  3 18:22:18 nagios-2015 postfix/qmgr[31700]: 4B74B42AD5: removed
Nov  3 18:27:18 nagios-2015 postfix/pickup[14955]: 4271142AD5: uid=106 from=<nagios>
Nov  3 18:27:18 nagios-2015 postfix/cleanup[15098]: 4271142AD5: message-id=<20151103182718.4271142AD5@ip-10-0-10-149>
Nov  3 18:27:18 nagios-2015 postfix/qmgr[31700]: 4271142AD5: from=<nagios@ip-10-0-10-149>, size=492, nrcpt=1 (queue active)
Nov  3 18:27:18 nagios-2015 postfix/local[15102]: 4271142AD5: to=<root@ip-10-0-10-149>, orig_to=<root>, relay=local, delay=0.02, delays=0.01/0/0/0, dsn=2.0.0, status=sent (delivered to mailbox)
Nov  3 18:27:18 nagios-2015 postfix/qmgr[31700]: 4271142AD5: removed
Nov  3 18:32:18 nagios-2015 postfix/pickup[14955]: 2CACC42AD5: uid=106 from=<nagios>
Nov  3 18:32:18 nagios-2015 postfix/cleanup[18726]: 2CACC42AD5: message-id=<20151103183218.2CACC42AD5@ip-10-0-10-149>
Nov  3 18:32:18 nagios-2015 postfix/qmgr[31700]: 2CACC42AD5: from=<nagios@ip-10-0-10-149>, size=492, nrcpt=1 (queue active)
Nov  3 18:32:18 nagios-2015 postfix/local[18729]: 2CACC42AD5: to=<root@ip-10-0-10-149>, orig_to=<root>, relay=local, delay=0.02, delays=0.01/0/0/0, dsn=2.0.0, status=sent (delivered to mailbox)
Nov  3 18:32:18 nagios-2015 postfix/qmgr[31700]: 2CACC42AD5: removed
Nov  3 18:37:18 nagios-2015 postfix/pickup[14955]: 25D3842AD5: uid=106 from=<nagios>
Nov  3 18:37:18 nagios-2015 postfix/cleanup[22233]: 25D3842AD5: message-id=<20151103183718.25D3842AD5@ip-10-0-10-149>
Nov  3 18:37:18 nagios-2015 postfix/qmgr[31700]: 25D3842AD5: from=<nagios@ip-10-0-10-149>, size=492, nrcpt=1 (queue active)
Nov  3 18:37:18 nagios-2015 postfix/local[22239]: 25D3842AD5: to=<root@ip-10-0-10-149>, orig_to=<root>, relay=local, delay=0.02, delays=0.02/0/0/0, dsn=2.0.0, status=sent (delivered to mailbox)
Nov  3 18:37:18 nagios-2015 postfix/qmgr[31700]: 25D3842AD5: removed
Nov  3 18:39:01 nagios-2015 postfix/pickup[14955]: D262242AD5: uid=0 from=<root>
Nov  3 18:39:01 nagios-2015 postfix/cleanup[23340]: D262242AD5: message-id=<20151103183901.D262242AD5@ip-10-0-10-149>
Nov  3 18:39:01 nagios-2015 postfix/qmgr[31700]: D262242AD5: from=<root@ip-10-0-10-149>, size=771, nrcpt=1 (queue active)
Nov  3 18:39:01 nagios-2015 postfix/local[23341]: D262242AD5: to=<root@ip-10-0-10-149>, orig_to=<root>, relay=local, delay=0.02, delays=0.01/0/0/0, dsn=2.0.0, status=sent (delivered to mailbox)
Nov  3 18:39:01 nagios-2015 postfix/qmgr[31700]: D262242AD5: removed
Nov  3 18:42:18 nagios-2015 postfix/pickup[14955]: 2199B42AD5: uid=106 from=<nagios>
Nov  3 18:42:18 nagios-2015 postfix/cleanup[25591]: 2199B42AD5: message-id=<20151103184218.2199B42AD5@ip-10-0-10-149>
Nov  3 18:42:18 nagios-2015 postfix/qmgr[31700]: 2199B42AD5: from=<nagios@ip-10-0-10-149>, size=492, nrcpt=1 (queue active)
Nov  3 18:42:18 nagios-2015 postfix/local[25594]: 2199B42AD5: to=<root@ip-10-0-10-149>, orig_to=<root>, relay=local, delay=0.02, delays=0.01/0/0/0, dsn=2.0.0, status=sent (delivered to mailbox)
Nov  3 18:42:18 nagios-2015 postfix/qmgr[31700]: 2199B42AD5: removed
Nov  3 18:47:18 nagios-2015 postfix/pickup[14955]: 1209242AD5: uid=106 from=<nagios>
Nov  3 18:47:18 nagios-2015 postfix/cleanup[28971]: 1209242AD5: message-id=<20151103184718.1209242AD5@ip-10-0-10-149>
Nov  3 18:47:18 nagios-2015 postfix/qmgr[31700]: 1209242AD5: from=<nagios@ip-10-0-10-149>, size=492, nrcpt=1 (queue active)
Nov  3 18:47:18 nagios-2015 postfix/local[28974]: 1209242AD5: to=<root@ip-10-0-10-149>, orig_to=<root>, relay=local, delay=0.02, delays=0.01/0/0/0, dsn=2.0.0, status=sent (delivered to mailbox)
Nov  3 18:47:18 nagios-2015 postfix/qmgr[31700]: 1209242AD5: removed
Nov  3 18:52:18 nagios-2015 postfix/pickup[14955]: 0FEBA42AD5: uid=106 from=<nagios>
Nov  3 18:52:18 nagios-2015 postfix/cleanup[32552]: 0FEBA42AD5: message-id=<20151103185218.0FEBA42AD5@ip-10-0-10-149>
Nov  3 18:52:18 nagios-2015 postfix/qmgr[31700]: 0FEBA42AD5: from=<nagios@ip-10-0-10-149>, size=492, nrcpt=1 (queue active)
Nov  3 18:52:18 nagios-2015 postfix/local[32554]: 0FEBA42AD5: to=<root@ip-10-0-10-149>, orig_to=<root>, relay=local, delay=0.02, delays=0.01/0/0/0, dsn=2.0.0, status=sent (delivered to mailbox)
Nov  3 18:52:18 nagios-2015 postfix/qmgr[31700]: 0FEBA42AD5: removed
Nov  3 18:57:18 nagios-2015 postfix/pickup[14955]: 0E27F42AD5: uid=106 from=<nagios>
Nov  3 18:57:18 nagios-2015 postfix/cleanup[3518]: 0E27F42AD5: message-id=<20151103185718.0E27F42AD5@ip-10-0-10-149>
Nov  3 18:57:18 nagios-2015 postfix/qmgr[31700]: 0E27F42AD5: from=<nagios@ip-10-0-10-149>, size=492, nrcpt=1 (queue active)
Nov  3 18:57:18 nagios-2015 postfix/local[3521]: 0E27F42AD5: to=<root@ip-10-0-10-149>, orig_to=<root>, relay=local, delay=0.02, delays=0.02/0/0/0, dsn=2.0.0, status=sent (delivered to mailbox)
Nov  3 18:57:18 nagios-2015 postfix/qmgr[31700]: 0E27F42AD5: removed
Nov  3 19:02:18 nagios-2015 postfix/pickup[14955]: B6E2042AD5: uid=106 from=<nagios>
Nov  3 19:02:18 nagios-2015 postfix/cleanup[6957]: B6E2042AD5: message-id=<20151103190218.B6E2042AD5@ip-10-0-10-149>
Nov  3 19:02:18 nagios-2015 postfix/qmgr[31700]: B6E2042AD5: from=<nagios@ip-10-0-10-149>, size=492, nrcpt=1 (queue active)
Nov  3 19:02:18 nagios-2015 postfix/local[6959]: B6E2042AD5: to=<root@ip-10-0-10-149>, orig_to=<root>, relay=local, delay=0.02, delays=0.01/0/0/0, dsn=2.0.0, status=sent (delivered to mailbox)
Nov  3 19:02:18 nagios-2015 postfix/qmgr[31700]: B6E2042AD5: removed
Nov  3 19:05:43 nagios-2015 postfix/pickup[14955]: 952B942AD5: uid=106 from=<nagios>
Nov  3 19:05:43 nagios-2015 postfix/cleanup[9256]: 952B942AD5: message-id=<20151103190543.952B942AD5@ip-10-0-10-149>
Nov  3 19:05:43 nagios-2015 postfix/qmgr[31700]: 952B942AD5: from=<nagios@ip-10-0-10-149>, size=629, nrcpt=1 (queue active)
Nov  3 19:05:44 nagios-2015 postfix/smtp[9258]: 952B942AD5: to=<[email protected]>, relay=smtp17.msoutlookonline.net[64.78.22.100]:25, delay=0.41, delays=0.01/0/0.26/0.13, dsn=5.5.2, status=bounced (host smtp17.msoutlookonline.net[64.78.22.100] said: 504 5.5.2 <nagios@ip-10-0-10-149>: Sender address rejected: need fully-qualified address (in reply to RCPT TO command))
Nov  3 19:05:44 nagios-2015 postfix/cleanup[9256]: 16BED42F29: message-id=<20151103190544.16BED42F29@ip-10-0-10-149>
Nov  3 19:05:44 nagios-2015 postfix/qmgr[31700]: 16BED42F29: from=<>, size=2637, nrcpt=1 (queue active)
Nov  3 19:05:44 nagios-2015 postfix/bounce[9259]: 952B942AD5: sender non-delivery notification: 16BED42F29
Nov  3 19:05:44 nagios-2015 postfix/qmgr[31700]: 952B942AD5: removed
Nov  3 19:05:44 nagios-2015 postfix/local[9260]: 16BED42F29: to=<nagios@ip-10-0-10-149>, relay=local, delay=0.01, delays=0/0/0/0, dsn=2.0.0, status=sent (delivered to mailbox)
Nov  3 19:05:44 nagios-2015 postfix/qmgr[31700]: 16BED42F29: removed
Nov  3 19:07:18 nagios-2015 postfix/pickup[14955]: 4F0D142AD5: uid=106 from=<nagios>
Nov  3 19:07:18 nagios-2015 postfix/cleanup[9256]: 4F0D142AD5: message-id=<20151103190718.4F0D142AD5@ip-10-0-10-149>
Nov  3 19:07:18 nagios-2015 postfix/qmgr[31700]: 4F0D142AD5: from=<nagios@ip-10-0-10-149>, size=492, nrcpt=1 (queue active)
Nov  3 19:07:18 nagios-2015 postfix/local[9260]: 4F0D142AD5: to=<root@ip-10-0-10-149>, orig_to=<root>, relay=local, delay=0.01, delays=0.01/0/0/0, dsn=2.0.0, status=sent (delivered to mailbox)
Nov  3 19:07:18 nagios-2015 postfix/qmgr[31700]: 4F0D142AD5: removed
Nov  3 19:09:01 nagios-2015 postfix/pickup[14955]: E09E242AD5: uid=0 from=<root>
Nov  3 19:09:01 nagios-2015 postfix/cleanup[11642]: E09E242AD5: message-id=<20151103190901.E09E242AD5@ip-10-0-10-149>
Nov  3 19:09:01 nagios-2015 postfix/qmgr[31700]: E09E242AD5: from=<root@ip-10-0-10-149>, size=771, nrcpt=1 (queue active)
Nov  3 19:09:01 nagios-2015 postfix/local[11643]: E09E242AD5: to=<root@ip-10-0-10-149>, orig_to=<root>, relay=local, delay=0.02, delays=0.01/0/0/0, dsn=2.0.0, status=sent (delivered to mailbox)
Nov  3 19:09:01 nagios-2015 postfix/qmgr[31700]: E09E242AD5: removed
Nov  3 19:10:42 nagios-2015 postfix/pickup[14955]: DCA2342AD5: uid=106 from=<nagios>
Nov  3 19:10:42 nagios-2015 postfix/cleanup[12826]: DCA2342AD5: message-id=<20151103191042.DCA2342AD5@ip-10-0-10-149>
Nov  3 19:10:42 nagios-2015 postfix/qmgr[31700]: DCA2342AD5: from=<nagios@ip-10-0-10-149>, size=650, nrcpt=1 (queue active)
Nov  3 19:10:43 nagios-2015 postfix/smtp[12827]: DCA2342AD5: to=<[email protected]>, relay=smtp17.msoutlookonline.net[64.78.22.100]:25, delay=0.49, delays=0.02/0/0.28/0.19, dsn=5.5.2, status=bounced (host smtp17.msoutlookonline.net[64.78.22.100] said: 504 5.5.2 <nagios@ip-10-0-10-149>: Sender address rejected: need fully-qualified address (in reply to RCPT TO command))
Nov  3 19:10:43 nagios-2015 postfix/cleanup[12826]: 7261F42F29: message-id=<20151103191043.7261F42F29@ip-10-0-10-149>
Nov  3 19:10:43 nagios-2015 postfix/qmgr[31700]: 7261F42F29: from=<>, size=2643, nrcpt=1 (queue active)
Nov  3 19:10:43 nagios-2015 postfix/bounce[12836]: DCA2342AD5: sender non-delivery notification: 7261F42F29
Nov  3 19:10:43 nagios-2015 postfix/qmgr[31700]: DCA2342AD5: removed
Nov  3 19:10:43 nagios-2015 postfix/local[12840]: 7261F42F29: to=<nagios@ip-10-0-10-149>, relay=local, delay=0.02, delays=0.01/0.01/0/0.01, dsn=2.0.0, status=sent (delivered to mailbox)
Nov  3 19:10:43 nagios-2015 postfix/qmgr[31700]: 7261F42F29: removed
Nov  3 19:11:43 nagios-2015 postfix/pickup[14955]: 7BB1642AD5: uid=106 from=<nagios>
Nov  3 19:11:43 nagios-2015 postfix/cleanup[12826]: 7BB1642AD5: message-id=<20151103191143.7BB1642AD5@ip-10-0-10-149>
Nov  3 19:11:43 nagios-2015 postfix/qmgr[31700]: 7BB1642AD5: from=<nagios@ip-10-0-10-149>, size=651, nrcpt=1 (queue active)
Nov  3 19:11:43 nagios-2015 postfix/smtp[12827]: 7BB1642AD5: to=<[email protected]>, relay=smtp17.msoutlookonline.net[64.78.22.100]:25, delay=0.46, delays=0.01/0/0.27/0.17, dsn=5.5.2, status=bounced (host smtp17.msoutlookonline.net[64.78.22.100] said: 504 5.5.2 <nagios@ip-10-0-10-149>: Sender address rejected: need fully-qualified address (in reply to RCPT TO command))
Nov  3 19:11:44 nagios-2015 postfix/cleanup[12826]: 0A3EB42F29: message-id=<20151103191144.0A3EB42F29@ip-10-0-10-149>
Nov  3 19:11:44 nagios-2015 postfix/bounce[12836]: 7BB1642AD5: sender non-delivery notification: 0A3EB42F29
Nov  3 19:11:44 nagios-2015 postfix/qmgr[31700]: 7BB1642AD5: removed
Nov  3 19:11:44 nagios-2015 postfix/qmgr[31700]: 0A3EB42F29: from=<>, size=2659, nrcpt=1 (queue active)
Nov  3 19:11:44 nagios-2015 postfix/local[12840]: 0A3EB42F29: to=<nagios@ip-10-0-10-149>, relay=local, delay=0.01, delays=0/0/0/0.01, dsn=2.0.0, status=sent (delivered to mailbox)
Nov  3 19:11:44 nagios-2015 postfix/qmgr[31700]: 0A3EB42F29: removed
Nov  3 19:12:18 nagios-2015 postfix/pickup[14955]: 5878C42AD5: uid=106 from=<nagios>
Nov  3 19:12:18 nagios-2015 postfix/cleanup[12826]: 5878C42AD5: message-id=<20151103191218.5878C42AD5@ip-10-0-10-149>
Nov  3 19:12:18 nagios-2015 postfix/qmgr[31700]: 5878C42AD5: from=<nagios@ip-10-0-10-149>, size=492, nrcpt=1 (queue active)
Nov  3 19:12:18 nagios-2015 postfix/local[12840]: 5878C42AD5: to=<root@ip-10-0-10-149>, orig_to=<root>, relay=local, delay=0.01, delays=0.01/0/0/0, dsn=2.0.0, status=sent (delivered to mailbox)
Nov  3 19:12:18 nagios-2015 postfix/qmgr[31700]: 5878C42AD5: removed
Nov  3 19:17:18 nagios-2015 postfix/pickup[14955]: 4103442AD5: uid=106 from=<nagios>
Nov  3 19:17:18 nagios-2015 postfix/cleanup[17363]: 4103442AD5: message-id=<20151103191718.4103442AD5@ip-10-0-10-149>
Nov  3 19:17:18 nagios-2015 postfix/qmgr[31700]: 4103442AD5: from=<nagios@ip-10-0-10-149>, size=492, nrcpt=1 (queue active)
Nov  3 19:17:18 nagios-2015 postfix/local[17365]: 4103442AD5: to=<root@ip-10-0-10-149>, orig_to=<root>, relay=local, delay=0.02, delays=0.01/0/0/0, dsn=2.0.0, status=sent (delivered to mailbox)
Nov  3 19:17:18 nagios-2015 postfix/qmgr[31700]: 4103442AD5: removed
Nov  3 19:22:18 nagios-2015 postfix/pickup[14955]: 39DC242AD5: uid=106 from=<nagios>
Nov  3 19:22:18 nagios-2015 postfix/cleanup[20864]: 39DC242AD5: message-id=<20151103192218.39DC242AD5@ip-10-0-10-149>
Nov  3 19:22:18 nagios-2015 postfix/qmgr[31700]: 39DC242AD5: from=<nagios@ip-10-0-10-149>, size=492, nrcpt=1 (queue active)
Nov  3 19:22:18 nagios-2015 postfix/local[20866]: 39DC242AD5: to=<root@ip-10-0-10-149>, orig_to=<root>, relay=local, delay=0.02, delays=0.01/0/0/0, dsn=2.0.0, status=sent (delivered to mailbox)
Nov  3 19:22:18 nagios-2015 postfix/qmgr[31700]: 39DC242AD5: removed
Nov  3 19:27:18 nagios-2015 postfix/pickup[14955]: 3386542AD5: uid=106 from=<nagios>
Nov  3 19:27:18 nagios-2015 postfix/cleanup[24504]: 3386542AD5: message-id=<20151103192718.3386542AD5@ip-10-0-10-149>
Nov  3 19:27:18 nagios-2015 postfix/qmgr[31700]: 3386542AD5: from=<nagios@ip-10-0-10-149>, size=492, nrcpt=1 (queue active)
Nov  3 19:27:18 nagios-2015 postfix/local[24506]: 3386542AD5: to=<root@ip-10-0-10-149>, orig_to=<root>, relay=local, delay=0.02, delays=0.01/0/0/0, dsn=2.0.0, status=sent (delivered to mailbox)
Nov  3 19:27:18 nagios-2015 postfix/qmgr[31700]: 3386542AD5: removed
Nov  3 19:32:18 nagios-2015 postfix/pickup[14955]: 2B7F642AD5: uid=106 from=<nagios>
Nov  3 19:32:18 nagios-2015 postfix/cleanup[28134]: 2B7F642AD5: message-id=<20151103193218.2B7F642AD5@ip-10-0-10-149>
Nov  3 19:32:18 nagios-2015 postfix/qmgr[31700]: 2B7F642AD5: from=<nagios@ip-10-0-10-149>, size=492, nrcpt=1 (queue active)
Nov  3 19:32:18 nagios-2015 postfix/local[28136]: 2B7F642AD5: to=<root@ip-10-0-10-149>, orig_to=<root>, relay=local, delay=0.02, delays=0.01/0/0/0, dsn=2.0.0, status=sent (delivered to mailbox)
Nov  3 19:32:18 nagios-2015 postfix/qmgr[31700]: 2B7F642AD5: removed
Nov  3 19:37:18 nagios-2015 postfix/pickup[14955]: 17B9342AD5: uid=106 from=<nagios>
Nov  3 19:37:18 nagios-2015 postfix/cleanup[31752]: 17B9342AD5: message-id=<20151103193718.17B9342AD5@ip-10-0-10-149>
Nov  3 19:37:18 nagios-2015 postfix/qmgr[31700]: 17B9342AD5: from=<nagios@ip-10-0-10-149>, size=492, nrcpt=1 (queue active)
Nov  3 19:37:18 nagios-2015 postfix/local[31754]: 17B9342AD5: to=<root@ip-10-0-10-149>, orig_to=<root>, relay=local, delay=0.02, delays=0.01/0/0/0.01, dsn=2.0.0, status=sent (delivered to mailbox)
Nov  3 19:37:18 nagios-2015 postfix/qmgr[31700]: 17B9342AD5: removed
Nov  3 19:39:01 nagios-2015 postfix/pickup[14955]: F074342AD5: uid=0 from=<root>
Nov  3 19:39:01 nagios-2015 postfix/cleanup[452]: F074342AD5: message-id=<20151103193901.F074342AD5@ip-10-0-10-149>
Nov  3 19:39:01 nagios-2015 postfix/qmgr[31700]: F074342AD5: from=<root@ip-10-0-10-149>, size=771, nrcpt=1 (queue active)
Nov  3 19:39:01 nagios-2015 postfix/local[453]: F074342AD5: to=<root@ip-10-0-10-149>, orig_to=<root>, relay=local, delay=0.02, delays=0.01/0/0/0, dsn=2.0.0, status=sent (delivered to mailbox)
Nov  3 19:39:01 nagios-2015 postfix/qmgr[31700]: F074342AD5: removed
Nov  3 19:42:18 nagios-2015 postfix/pickup[14955]: 00AFA42AD5: uid=106 from=<nagios>
Nov  3 19:42:18 nagios-2015 postfix/cleanup[2802]: 00AFA42AD5: message-id=<20151103194218.00AFA42AD5@ip-10-0-10-149>
Nov  3 19:42:18 nagios-2015 postfix/qmgr[31700]: 00AFA42AD5: from=<nagios@ip-10-0-10-149>, size=492, nrcpt=1 (queue active)
Nov  3 19:42:18 nagios-2015 postfix/local[2805]: 00AFA42AD5: to=<root@ip-10-0-10-149>, orig_to=<root>, relay=local, delay=0.02, delays=0.01/0/0/0, dsn=2.0.0, status=sent (delivered to mailbox)
Nov  3 19:42:18 nagios-2015 postfix/qmgr[31700]: 00AFA42AD5: removed
Nov  3 19:47:17 nagios-2015 postfix/pickup[4672]: F197942AD5: uid=106 from=<nagios>
Nov  3 19:47:17 nagios-2015 postfix/cleanup[6144]: F197942AD5: message-id=<20151103194717.F197942AD5@ip-10-0-10-149>
Nov  3 19:47:17 nagios-2015 postfix/qmgr[31700]: F197942AD5: from=<nagios@ip-10-0-10-149>, size=492, nrcpt=1 (queue active)
Nov  3 19:47:18 nagios-2015 postfix/local[6146]: F197942AD5: to=<root@ip-10-0-10-149>, orig_to=<root>, relay=local, delay=0.02, delays=0.01/0/0/0, dsn=2.0.0, status=sent (delivered to mailbox)
Nov  3 19:47:18 nagios-2015 postfix/qmgr[31700]: F197942AD5: removed
Nov  3 19:52:17 nagios-2015 postfix/pickup[4672]: E086942AD5: uid=106 from=<nagios>
Nov  3 19:52:17 nagios-2015 postfix/cleanup[9620]: E086942AD5: message-id=<20151103195217.E086942AD5@ip-10-0-10-149>
Nov  3 19:52:17 nagios-2015 postfix/qmgr[31700]: E086942AD5: from=<nagios@ip-10-0-10-149>, size=492, nrcpt=1 (queue active)
Nov  3 19:52:17 nagios-2015 postfix/local[9622]: E086942AD5: to=<root@ip-10-0-10-149>, orig_to=<root>, relay=local, delay=0.02, delays=0.01/0/0/0, dsn=2.0.0, status=sent (delivered to mailbox)
Nov  3 19:52:17 nagios-2015 postfix/qmgr[31700]: E086942AD5: removed
Nov  3 19:57:17 nagios-2015 postfix/pickup[4672]: D8E3742AD5: uid=106 from=<nagios>
Nov  3 19:57:17 nagios-2015 postfix/cleanup[13051]: D8E3742AD5: message-id=<20151103195717.D8E3742AD5@ip-10-0-10-149>
Nov  3 19:57:17 nagios-2015 postfix/qmgr[31700]: D8E3742AD5: from=<nagios@ip-10-0-10-149>, size=492, nrcpt=1 (queue active)
Nov  3 19:57:17 nagios-2015 postfix/local[13053]: D8E3742AD5: to=<root@ip-10-0-10-149>, orig_to=<root>, relay=local, delay=0.02, delays=0.01/0/0/0, dsn=2.0.0, status=sent (delivered to mailbox)
Nov  3 19:57:17 nagios-2015 postfix/qmgr[31700]: D8E3742AD5: removed
ubuntu@nagios-2015:~$
Locked