Logging for Address Verification are written to the syslogs, located under the Log Directory path at System > System Settings > Log Directory.
default path is "c:\Program Files\Ipswitch\IMail\logs"
Note: Debug Messages and Verbose Logging has been turned on for SMTP Logging.
Enabled for Specified Domains
Address not successfully verified. Domain address not a specified domain.
03:10 13:26 SMTPD(8c61000000010002) <<< RCPT TO: <user123@internal.server.local>
03:10 13:26 SMTPD(8c61000000010002) [192.168.5.200] RCPT TO: <user123@internal.server.local>
03:10 13:26 SMTPD(8c61000000010002) [x] looking up internal.server.local in HOSTS
03:10 13:26 SMTPD(8c61000000010002) External Address Verification rejected address user123@internal.server.local. Domain is not allowed.
03:10 13:26 SMTPD(8c61000000010002) >>> 550 not local host internal.server.local, not a gateway
Address not successfully verified. User invalid for a specified domain.
03:10 13:29 SMTPD(3d63000000010002) <<< RCPT TO: <Not-a-user@internal.server.local>
03:10 13:29 SMTPD(3d63000000010002) [192.168.5.200] RCPT TO: <Not-a-user@internal.server.local>
03:10 13:29 SMTPD(3d63000000010002) [x] looking up internal.server.local in HOSTS
03:10 13:29 SMTPD(3d63000000010002) External Address Verification rejected address Not-a-user@internal.server.local.
03:10 13:29 SMTPD(3d63000000010002) >>> 550 not local host internal.server.local, not a gateway
Address successfully verified.
03:10 13:18 SMTPD(6086000000020002) <<< RCPT TO: <user123@internal.server.local>
03:10 13:18 SMTPD(6086000000020002) [192.168.5.200] RCPT TO: <user123@internal.server.local>
03:10 13:18 SMTPD(6086000000020002) [x] looking up internal.server.local in HOSTS
03:10 13:18 SMTPD(6086000000020002) External Address Verification verified address user123@internal.server.local. Verifier Name: QATest AD Database
03:10 13:18 SMTPD(6086000000020002) >>> 250 ok its for <user123@internal.server.local>
Address successfully verified from a cache entry.
03:10 13:36 SMTPD(8e2a000000010002) <<< VRFY <user1234@internal.server.local>
03:10 13:36 SMTPD(8e2a000000010002) [x] looking up internal.server.local in HOSTS
03:10 13:36 SMTPD(8e2a000000010002) External Address Verification verified address user1234@internal.server.local. Address found in the address results cache.
03:10 13:36 SMTPD(8e2a000000010002) >>> 250 ok its for <user1234@internal.server.local>
03:10 13:36 SMTPD(8e2a000000010002) [192.168.5.200] VRFY Successful for: <user1234@internal.server.local>
External Address Verification is enabled - 3 verifiers are active, 1 is disabled, and the cache is enabled.
03:10 12:31 SMTPD(0000000000000000) Auto Restart Queue Manager: False
03:10 12:31 SMTPD(0000000000000000) External Address Verification loaded and enabled.
03:10 12:31 SMTPD(0000000000000000) Caching enabled
03:10 12:31 SMTPD(0000000000000000) Item Expiration: 04:00:00
03:10 12:31 SMTPD(0000000000000000) Memory Limit (MB): 0
03:10 12:31 SMTPD(0000000000000000) Memory Limit (%): 0
03:10 12:31 SMTPD(0000000000000000) Polling Interval: 00:02:00
03:10 12:31 SMTPD(0000000000000000) Verifiers Active: 2, Verifiers Disabled: 1
03:10 12:31 SMTPD(0000000000000000) 0: (Enabled) Name=QATest AD Database | Type=Ipswitch.Messaging.AddressVerification.LdapAddressVerifier
03:10 12:31 SMTPD(0000000000000000) 1: (Enabled) Name=Ipswitch_m AD Database | Type=Ipswitch.Messaging.AddressVerification.LdapAddressVerifier
03:10 12:31 SMTPD(0000000000000000) 2: (Disabled) Name=Internal LDAP Database | Type=Ipswitch.Messaging.AddressVerification.LdapAddressVerifier
03:10 12:31 SMTPD(0000000000000000) SMTP Service Started
Verifiers failed to load. With Debug Messages and Verbose Logging enabled, Log lines will display error details.
03:10 12:48 SMTPD(0000000000000000) External Address Verification loaded and enabled.
......
03:10 12:48 SMTPD(0000000000000000) External Address Verification failed to load 1 verifiers.
03:10 12:48 SMTPD(0000000000000000) Name: Broken Verifier
03:10 12:48 SMTPD(0000000000000000) Error: Ipswitch.Messaging.AddressVerification.AddressVerifierInfoLoadException - TypeName is not a valid type.
03:10 12:48 SMTPD(0000000000000000) SMTP Service Started
Related Topics