search for: acl_check_mailauth

Displaying 5 results from an estimated 5 matches for "acl_check_mailauth".

2018 Apr 06
2
Dovecot Submission Proxy Auth
...gmail.com> 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 set the acl_smtp_mailauth ACL: acl_smtp_mailauth = acl_check_mailauth acl_check_mailauth: accept hosts = <; 127.0.0.1 ; ::1 condition = ${if eq{$interface_port}{10025}} log_message = Will accept MAIL AUTH parameter for $authenticated_sender deny - add a deny fo all connections to 10025 without MAIL AUTH parameter in acl_smt...
2019 Jan 09
3
Dovecot Submission Proxy Auth
...gt;> 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 set the acl_smtp_mailauth ACL: >> >> acl_smtp_mailauth = acl_check_mailauth >> >> acl_check_mailauth: >> accept >> hosts = <; 127.0.0.1 ; ::1 >> condition = ${if eq{$interface_port}{10025}} >> log_message = Will accept MAIL AUTH parameter for $authenticated_sender >> deny >> >>...
2019 Jan 09
0
Dovecot Submission Proxy Auth
...t; 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 set the acl_smtp_mailauth ACL: > > acl_smtp_mailauth = acl_check_mailauth > > acl_check_mailauth: > accept > hosts = <; 127.0.0.1 ; ::1 > condition = ${if eq{$interface_port}{10025}} > log_message = Will accept MAIL AUTH parameter for $authenticated_sender > > deny > > > - add a deny fo all c...
2019 Jan 09
0
Dovecot Submission Proxy Auth
...are 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 set the acl_smtp_mailauth ACL: >>> >>> acl_smtp_mailauth = acl_check_mailauth >>> >>> acl_check_mailauth: >>> accept >>> hosts = <; 127.0.0.1 ; ::1 >>> condition = ${if eq{$interface_port}{10025}} >>> log_message = Will accept MAIL AUTH parameter for $authenticated_sender >>>...
2018 Apr 06
2
Dovecot Submission Proxy Auth
Hi, Thanks you very much. This did the trick! > On 6. Apr 2018, at 15:56, Stephan Bosch <stephan at rename-it.nl> 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 using submission. Reason why I need it is sender spoofing (do not