I setup dma v0.13 on slackware linux 15.0 with those settings in view to do SASL on submissions (465/tcp). ``` MAILNAME (HOST).localdomain SECURETRANSFER AUTHPATH /etc/dma/auth.conf PORT 465 ``` I also tried adding SMARTHOST anyhow (as manual says PORT goes with it). And in auth.conf the following. ``` user@domain|SERVER:clear-text-password ``` That's correct setup right? However I see in the logs that DMA is still trying to reach the MSA on port 25/tcp instead of 465/tcp.