Displaying 5 results from an estimated 5 matches for "interface_port".
2018 Apr 06
2
Dovecot Submission Proxy Auth
...ted 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_smtp_mail ACL:
deny
condition = ${if eq{$interface_port}{10025}}
condition = ${if eq{$authenticated_...
2019 Jan 09
3
Dovecot Submission Proxy Auth
...te 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_smtp_mail ACL:
>>
>> deny
>> condition = ${if...
2019 Jan 09
0
Dovecot Submission Proxy Auth
...ere 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_smtp_mail ACL:
>
> deny
> condition = ${if eq{$interface_port}{10025...
2019 Jan 09
0
Dovecot Submission Proxy Auth
...gt;>
>>> - 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_smtp_mail ACL:
>>>
>>> deny
>>...
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