-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
Port 465 vs. STARTTLS: Normally, when using port 465, you wouldn't see a message about STARTTLS support because the connection would start with SSL/TLS. The message "Server does not support STARTTLS" might be misleading or might show that dma attempted to use STARTTLS even though it should use SSL from the start.
Logs
Feb 12 10:50:54 rachaeltyrell dma[20b757.1bf69190]: SSL initialization successful
Feb 12 10:50:54 rachaeltyrell dma[20b757.1bf69190]: Server greeting successfully completed
Feb 12 10:50:54 rachaeltyrell dma[20b757.1bf69190]: Server does not support STARTTLS
Feb 12 10:50:54 rachaeltyrell dma[20b757.1bf69190]: Server supports LOGIN authentication
Feb 12 10:50:54 rachaeltyrell dma[20b757.1bf69190]: using SMTP authentication for user xxxx@fastmail.com
I just want to make sure my connection is encrypt all the way. :)
my dma.conf
SMARTHOST smtp.fastmail.com
PORT 465
MASQUERADE xxx@fastmail.com
SECURETRANSFER
VERIFYCERT
AUTHPATH /etc/dma/auth.conf
my auth.conf
xxxxx@fastmail.com|smtp.fastmail.com:PASSWORD
Metadata
Metadata
Assignees
Labels
No labels