Re: Dovecot Submission Proxy Auth

2019-01-12 Thread Stephan Bosch
Op 11/01/2019 om 02:52 schreef Jacky: Hi, Just found out that Postfix does not implement/support the AUTH=sender parameter. So, back to Dovecot, can we use variables in the submission_relay_user = submission_relay_password = No, that is not supported. :/ then Dovecot will forward

Re: Dovecot Submission Proxy Auth

2019-01-10 Thread Jacky
Hi, Just found out that Postfix does not implement/support the AUTH=sender parameter. So, back to Dovecot, can we use variables in the submission_relay_user = submission_relay_password = then Dovecot will forward the username and password information of the current user to the Postfix

Re: Dovecot Submission Proxy Auth

2019-01-09 Thread Jacky
Hi Gerald and Odhiambo Washington, Thank you for your suggestions and will try them out. Best regards, Jacky On 9/1/2019 6:38 PM, Odhiambo Washington wrote: On Wed, 9 Jan 2019 at 13:09, Jacky > wrote: Hi Gerald, in my postfix/main.cf

Re: Dovecot Submission Proxy Auth

2019-01-09 Thread Odhiambo Washington
On Wed, 9 Jan 2019 at 13:09, Jacky wrote: > Hi Gerald, > > in my postfix/main.cf > > smtpd_sasl_authenticated_header = yes > smtpd_sasl_security_options = noanonymous > smtpd_sasl_local_domain = $myhostname > smtpd_sasl_type = dovecot > smtpd_sasl_path = /var/run/dovecot/auth-client >

Re: Dovecot Submission Proxy Auth

2019-01-09 Thread Gerald Galster
Hi Jacky, if postfix did not log a specific error to your maillog you could change smtpd to smtpd -v in master.cf to get more debug output or use debug_peer_list to see what smtp commands are sent: http://www.postfix.org/DEBUG_README.html Typically smtp auth looks like this: S: 220

Re: Dovecot Submission Proxy Auth

2019-01-09 Thread Jacky
Hi Gerald, in my postfix/main.cf smtpd_sasl_authenticated_header = yes smtpd_sasl_security_options = noanonymous smtpd_sasl_local_domain = $myhostname smtpd_sasl_type = dovecot smtpd_sasl_path = /var/run/dovecot/auth-client broken_sasl_auth_clients = yes I am already using dovecot for SASL

Re: Dovecot Submission Proxy Auth

2019-01-09 Thread Gerald Galster
Hi Jacky, in postfix/main.cf you typically set something like smtpd_sasl_auth_enable=yes smtpd_sasl_type=cyrus smtpd_sasl_exceptions_networks=$mynetworks smtpd_sasl_security_options=noanonymous smtpd_sasl_authenticated_header=yes broken_sasl_auth_clients=yes

Re: Dovecot Submission Proxy Auth

2019-01-09 Thread Jacky
Hi, Anyone know how to enable this SMTP AUTH feature with Postfix? Regards, Jacky On 7/4/2018 3:40 AM, Paul Hecker wrote: Hi, On 6. Apr 2018, at 18:58, Odhiambo Washington wrote: Hi Paul, Care to share your config (even OFFLIST) that has successfully integrated Dovecot Submission

Re: Dovecot Submission Proxy Auth

2018-04-06 Thread Paul Hecker
Hi, > On 6. Apr 2018, at 18:58, Odhiambo Washington wrote: > > Hi Paul, > > Care to share your config (even OFFLIST) that has successfully integrated > Dovecot Submission service with Exim?? here the steps I have done to integrate Dovecot submission in Exim: - Create and

Re: Dovecot Submission Proxy Auth

2018-04-06 Thread Odhiambo Washington
Hi Paul, Care to share your config (even OFFLIST) that has successfully integrated Dovecot Submission service with Exim?? I use Exim+Dovecot (Exim4U) and wouldn't mind exploring this. Thanks in advance. On 6 April 2018 at 19:15, Paul Hecker wrote: > Hi, > > Thanks you

Re: Dovecot Submission Proxy Auth

2018-04-06 Thread Paul Hecker
Hi, Thanks you very much. This did the trick! > On 6. Apr 2018, at 15:56, Stephan Bosch wrote: > > > > Op 6-4-2018 om 13:52 schreef Paul Hecker: >> Hi, >> >> Dovecot 2.3.1 (8e2f634). Could not get Dovecot to forward the (plain) >> authentication to the SMTP server

Re: Dovecot Submission Proxy Auth

2018-04-06 Thread Stephan Bosch
Op 6-4-2018 om 13:52 schreef Paul Hecker: Hi, Dovecot 2.3.1 (8e2f634). Could not get Dovecot to forward the (plain) authentication to the SMTP server using submission. Reason why I need it is sender spoofing (do not want my employees to send messages in behalf of me). In exim I can disable