Re: submission configuration issues

2019-07-28 Thread Stephan Bosch via dovecot
On 27/07/2019 23:13, Stephan Bosch via dovecot wrote: On 23/07/2019 17:13, Jean-Daniel Dupas via dovecot wrote: Hello, I'm having trouble configuring the submission proxy. I have configured the submission service as follow: submission_host = smtp.example.com submission_relay_host = local

Re: submission configuration issues

2019-07-28 Thread Jean-Daniel via dovecot
My configuration has 2 listeners. The default one (submission) on port 587 (which does not appear on "dovecot -n » output as it is the default) And a second one on port 465 that is configured to use submission over TLS (note the ssl = yes in the configuration and the ’s’ at the end of the name:

Re: submission configuration issues

2019-07-27 Thread Bob Gustafson via dovecot
service submission-login {   inet_listener submissions {     haproxy = no     port = 465     reuse_port = no     ssl = yes   } } Shouldn't the port be 587 here? My config file looks like: service submission-login {   inet_listener submission {     #port = 587   } } The # comment must also mean

Re: submission configuration issues

2019-07-27 Thread Jean-Daniel via dovecot
> Le 27 juil. 2019 à 23:13, Stephan Bosch a écrit : > > > > On 23/07/2019 17:13, Jean-Daniel Dupas via dovecot wrote: >> Hello, >> >> I'm having trouble configuring the submission proxy. >> >> I have configured the submission service as follow: >> >> submission_host = smtp.example.com >>

Re: submission configuration issues

2019-07-27 Thread Stephan Bosch via dovecot
On 23/07/2019 17:13, Jean-Daniel Dupas via dovecot wrote: Hello, I'm having trouble configuring the submission proxy. I have configured the submission service as follow: submission_host = smtp.example.com submission_relay_host = localhost submission_relay_port = 8587 submission_relay_rawlog

Re: submission configuration issues

2019-07-27 Thread Jean-Daniel via dovecot
> Le 27 juil. 2019 à 14:30, Stephan Bosch a écrit : > > On 23/07/2019 17:13, Jean-Daniel Dupas via dovecot wrote: >> Hello, >> >> I'm having trouble configuring the submission proxy. >> >> I have configured the submission service as follow: >> >> submission_host = smtp.example.com >> submiss

Re: submission configuration issues

2019-07-27 Thread Stephan Bosch via dovecot
On 23/07/2019 17:13, Jean-Daniel Dupas via dovecot wrote: Hello, I'm having trouble configuring the submission proxy. I have configured the submission service as follow: submission_host = smtp.example.com submission_relay_host = localhost submission_relay_port = 8587 submission_relay_rawlog_di

submission configuration issues

2019-07-23 Thread Jean-Daniel Dupas via dovecot
Hello, I'm having trouble configuring the submission proxy. I have configured the submission service as follow: submission_host = smtp.example.com submission_relay_host = localhost submission_relay_port = 8587 submission_relay_rawlog_dir = /var/log/dovecot/ submission_relay_trusted = yes My mai