Greetings,
I'm having problem sending email notifications to an SMTP relay with authentication. My email service is Office 365 (Exchange Online) and I get informations above with admin:
Sender E-Mail: [email protected] SMTP Relay Server: pod51028.outlook.com SMTP Relay SMTP Port: 587 Cryptographic method: TLS User: [email protected] Password: <pass>
So, I configured on PRTG Server (Notifications Delivery):
- Authentication "No authentication is required", SSL Method "TLS V1", Security "No encryption (use plain text)"
- Authentication "No authentication is required", SSL Method "TLS V1", Security "Encrypt data using Transport-Level Security (TLS)"
- Authentication "Use standard SMTP authentication", SSL Method "TLS V1", SMTP Relay Username "[email protected]", SMTP Relay Password "<?>", Security "No encryption (use plain text)"
- Authentication "Use standard SMTP authentication", SSL Method "TLS V1", SMTP Relay Username "[email protected]", SMTP Relay Password "<?>", Security "Encrypt data using Transport-Level Security (TLS)"
- Authentication "SASL authentication is required", SSL Method "TLS V1", SMTP Relay Username "[email protected]", SMTP Relay Password "<?>", Security "No encryption (use plain text)"
- Authentication "SASL authentication is required", SSL Method "TLS V1", SMTP Relay Username "[email protected]", SMTP Relay Password "<?>", Security "Encrypt data using Transport-Level Security (TLS)".
On tests 3 and 4 results logs "Error sending "Email": Connection failed ("pod51028.outlook.com")", and on tests 5 and 6 results "Error sending "Email": Authentication unsuccessful ("pod51028.outlook.com")".
I sniffed internal interface (DMZ) on firewall filtering packets of PRTG server during test 3, 4, 5 and 6 and catch this dump:
220 pod51028.outlook.com Microsoft ESMTP MAIL Service ready at Mon, 18 Jun 2012 21:22:30 +0000 EHLO monitor.zillion.com.br 250-pod51028.outlook.com Hello [187.72.237.228] 250-SIZE 36700160 250-PIPELINING 250-DSN 250-ENHANCEDSTATUSCODES 250-STARTTLS 250-AUTH 250-8BITMIME 250-BINARYMIME 250 CHUNKING QUIT 221 2.0.0 Service closing transmission channel
Now, I sniffed interface a workstation with Mozilla Thunderbird and catch this:
220 pod51028.outlook.com Microsoft ESMTP MAIL Service ready at Mon, 18 Jun 2012 20:57:00 +0000 EHLO [192.168.0.41] 250-pod51028.outlook.com Hello [187.72.237.225] 250-SIZE 36700160 250-PIPELINING 250-DSN 250-ENHANCEDSTATUSCODES 250-STARTTLS 250-AUTH 250-8BITMIME 250-BINARYMIME 250 CHUNKING STARTTLS 220 2.0.0 SMTP server ready (continue...)
What could I do to resolve this problem?
Add comment