Inleiding
In dit document wordt beschreven hoe SMTP-verificatiegebeurtenissen worden vastgelegd voor inkomende en uitgaande verificatie.
Hoe worden SMTP-verificatiegebeurtenissen vastgelegd?
Inkomende SMTP-verificatie
In de Cisco Email Security Applicatie (ESA) worden verificatiepogingen die tijdens inkomende verbindingen worden gedaan (om Relay Access te verkrijgen), in de mail_logs ingelogd wanneer deze succesvol en niet succesvol zijn. Alle relevante vermeldingen worden aan het betreffende ICID gekoppeld.
Geslaagd:
Wed Apr 22 11:43:59 2009 Info: New SMTP ICID 450 interface IncomingMail (172.16.155.16)
address 172.16.155.102 reverse dns host unknown verified no
Wed Apr 22 11:43:59 2009 Info: ICID 450 ACCEPT SG None match ALL SBRS None
Wed Apr 22 11:44:48 2009 Info: SMTP Auth: (ICID 450) succeeded for user: ironport
using AUTH mechanism: PLAIN with profile: IncomingAuthentication
Wed Apr 22 11:46:14 2009 Info: ICID 450 close
Niet geslaagd:
Wed Apr 22 11:47:30 2009 Info: New SMTP ICID 451 interface mail (172.16.155.16)
address 172.16.155.102 reverse dns host unknown verified no
Wed Apr 22 11:47:30 2009 Info: ICID 451 ACCEPT SG None match ALL SBRS None
Wed Apr 22 11:47:47 2009 Info: SMTP Auth: (ICID 451) failed for user: ironport
using AUTH mechanism: PLAIN with profile: IncomingAuthentication
Wed Apr 22 11:47:56 2009 Info: ICID 451 close
Uitgaande SMTP-verificatie
Wanneer een SMTP-verificatie vereist is voor leveringen aan een specifieke host (geconfigureerd via een "Uitgaand" SMTP-verificatieprofiel en een SMTP-route die naar dat profiel verwijst), zullen zowel succesvolle als niet-succesvolle verificatiepogingen worden ingelogd in de mail_logs. Alle vermeldingen worden gekoppeld aan de betreffende DCID.
Geslaagd:
Wed Apr 22 11:06:20 2009 Info: New SMTP DCID 5633 interface 172.16.155.16
address 172.16.155.102 port 25
Wed Apr 22 11:06:20 2009 Info: DCID: 5633 IP: 172.16.155.102 SMTP authentication using
the profile OutboundAuthentication succeeded.
Wed Apr 22 11:06:20 2009 Info: Delivery start DCID 5633 MID 441 to RID [0]
Wed Apr 22 11:06:20 2009 Info: Message done DCID 5633 MID 441 to RID [0]
Wed Apr 22 11:06:25 2009 Info: DCID 5633 close
Niet geslaagd:
Wed Apr 22 11:19:39 2009 Info: New SMTP DCID 5640 interface 172.16.155.16
address 172.16.155.102 port 25
Wed Apr 22 11:19:41 2009 Info: DCID: 5640 IP: 172.16.155.102 SMTP authentication
using the profile OutboundAuthentication failed: ('535', ['5.7.8 Error: authentication
failed: authentication failure'])
Wed Apr 22 11:19:41 2009 Info: Delivery start DCID 5640 MID 448 to RID [0]
Wed Apr 22 11:19:41 2009 Info: Bounced: DCID 5640 MID 448 to RID 0 - Bounced by
destination server with response: 5.1.0 - Unknown address error
('554', ['5.7.1 <postmaster@example.com>: Relay access denied'])
Wed Apr 22 11:19:46 2009 Info: DCID 5640 close
Gerelateerde informatie