My messages to other peoples' gmail.com addresses have started being bounced, and the fix I need is to set up my SMTP server use properly. I've got it to work in another (lesser) email client, but I've struggled with configuring Pegasus Mail.
It's not my SMTP server. The settings specified by the email provider are
Security - SSL
Outgoing Port - 465 or 587
Authentication - Password
I've tried various combinations of direct SSL or STARTTLS, port 465 or port 587. Haven't found one which works yet.
Here's the trace showing the SMTP transaction for direct SSL, port 465. What do I need to adjust?
10:07:28.687: [*] Setting SNI hostname to 'mail.secure.aluminati.net'
10:07:28.750: [*] SSL/TLS session established
10:07:28.750: [*] ECDHE-RSA-AES128-GCM-SHA256, TLSv1.2, Kx=ECDH, Au=RSA, Enc=AESGCM(128), Mac=AEAD
10:07:28.750: [*] Peer's certificate name is '/CN=mail.secure.aluminati.net'.
10:07:28.772: >> 220 svc01-2.prd.rdg.aluminati.org ESMTP Postfix
10:07:28.772: << EHLO [192.168.1.148]
10:07:28.772: >> 250-svc01-2.prd.rdg.aluminati.org
10:07:28.772: >> 250-PIPELINING
10:07:28.772: >> 250-SIZE 31240000
10:07:28.772: >> 250-VRFY
10:07:28.772: >> 250-ETRN
10:07:28.772: >> 250-AUTH PLAIN LOGIN
10:07:28.772: >> 250-ENHANCEDSTATUSCODES
10:07:28.772: >> 250-8BITMIME
10:07:28.772: >> 250 DSN
10:07:28.787: << AUTH LOGIN
10:07:28.803: >> 334 VXNlcm5hbWU6
10:07:28.803: << <REDACTED BY ME>
10:07:28.818: >> 334 UGFzc3dvcmQ6
10:07:28.818: << <REDACTED BY ME>
10:07:29.934: >> 535 5.7.8 Error: authentication failed: UGFzc3dvcmQ6
My messages to other peoples' gmail.com addresses have started being bounced, and the fix I need is to set up my SMTP server use properly. I've got it to work in another (lesser) email client, but I've struggled with configuring Pegasus Mail.
It's not my SMTP server. The settings specified by the email provider are
Security - SSL
Outgoing Port - 465 or 587
Authentication - Password
I've tried various combinations of direct SSL or STARTTLS, port 465 or port 587. Haven't found one which works yet.
Here's the trace showing the SMTP transaction for direct SSL, port 465. What do I need to adjust?
````
10:07:28.687: [*] Setting SNI hostname to 'mail.secure.aluminati.net'
10:07:28.750: [*] SSL/TLS session established
10:07:28.750: [*] ECDHE-RSA-AES128-GCM-SHA256, TLSv1.2, Kx=ECDH, Au=RSA, Enc=AESGCM(128), Mac=AEAD
10:07:28.750: [*] Peer's certificate name is '/CN=mail.secure.aluminati.net'.
10:07:28.772: >> 220 svc01-2.prd.rdg.aluminati.org ESMTP Postfix
10:07:28.772: << EHLO [192.168.1.148]
10:07:28.772: >> 250-svc01-2.prd.rdg.aluminati.org
10:07:28.772: >> 250-PIPELINING
10:07:28.772: >> 250-SIZE 31240000
10:07:28.772: >> 250-VRFY
10:07:28.772: >> 250-ETRN
10:07:28.772: >> 250-AUTH PLAIN LOGIN
10:07:28.772: >> 250-ENHANCEDSTATUSCODES
10:07:28.772: >> 250-8BITMIME
10:07:28.772: >> 250 DSN
10:07:28.787: << AUTH LOGIN
10:07:28.803: >> 334 VXNlcm5hbWU6
10:07:28.803: << <REDACTED BY ME>
10:07:28.818: >> 334 UGFzc3dvcmQ6
10:07:28.818: << <REDACTED BY ME>
10:07:29.934: >> 535 5.7.8 Error: authentication failed: UGFzc3dvcmQ6
````