From: James B. <jl...@bo...> - 2018-12-10 13:19:38
|
I’m trying to properly setup Postfix, ASSP, and Dovecot are on the same machine. My problem is with users submitting emails. I think Postfix needs to listen on port 465 and send to ASSP on port 25. ASSP then sends back to Postfix on port 10026? I have in Postfix’s master.conf: 10026 inet n - n - - smtp 465 inet n - n - - smtp dovecot unix - n n - - pipe flags=DRhu user=_vmail argv=/usr/local/libexec/dovecot/deliver -f ${sender} -d ${recipient} listenPort is 25 SmtpDestination is 127.0.0.1:10026 relayPort: 225 allowRelayCon is 127.0.0.1 relayHost is 127.0.0.1:10026 Postfix logs are: warning: unexpected attribute ??? from 465 socket (expecting: flags) warning: deliver_request_get: error receiving common attributes Does anyone have a similar setup who can help? Thanks, James. |