search for: authenticated_id

Displaying 7 results from an estimated 7 matches for "authenticated_id".

2018 Apr 06
2
Dovecot Submission Proxy Auth
...hentication.html#SECTauthparamail > This requires explicit configuration, so it will not work out of the box. Here is what I did: I had to add the acl_smtp_mailauth to only allow this on a certain port. Then I had to duplicate my code for sender spoofing for authenticated users and change the $authenticated_id -> $authenticated_sender. Besides that, I must use TLS (in my case STARTTLS) so that Dovecot actually sends the MAIL AUTH parameter. > > The Dovecot Submission service should support this too. It sends an AUTH parameter with the MAIL command (currently only then the username is a valid...
2018 Apr 06
2
Dovecot Submission Proxy Auth
...paramail > > This requires explicit configuration, so it will not work out of the box. > > Here is what I did: > > I had to add the acl_smtp_mailauth to only allow this on a certain port. Then I had to duplicate my code for sender spoofing for authenticated users and change the $authenticated_id -> $authenticated_sender. > > Besides that, I must use TLS (in my case STARTTLS) so that Dovecot actually sends the MAIL AUTH parameter. > > > > > The Dovecot Submission service should support this too. It sends an AUTH parameter with the MAIL command (currently only then...
2019 Jan 09
3
Dovecot Submission Proxy Auth
...This requires explicit configuration, so it will not work out of the box. >>> Here is what I did: >>> >>> I had to add the acl_smtp_mailauth to only allow this on a certain port. Then I had to duplicate my code for sender spoofing for authenticated users and change the $authenticated_id -> $authenticated_sender. >>> >>> Besides that, I must use TLS (in my case STARTTLS) so that Dovecot actually sends the MAIL AUTH parameter. >>> >>>> The Dovecot Submission service should support this too. It sends an AUTH parameter with the MAIL command...
2018 Apr 06
0
Dovecot Submission Proxy Auth
...> > This requires explicit configuration, so it will not work out of the box. > > Here is what I did: > > I had to add the acl_smtp_mailauth to only allow this on a certain port. > Then I had to duplicate my code for sender spoofing for authenticated users > and change the $authenticated_id -> $authenticated_sender. > > Besides that, I must use TLS (in my case STARTTLS) so that Dovecot > actually sends the MAIL AUTH parameter. > > > > > The Dovecot Submission service should support this too. It sends an AUTH > parameter with the MAIL command (currently on...
2019 Jan 09
0
Dovecot Submission Proxy Auth
...>>> This requires explicit configuration, so it will not work out of the box. >> Here is what I did: >> >> I had to add the acl_smtp_mailauth to only allow this on a certain port. Then I had to duplicate my code for sender spoofing for authenticated users and change the $authenticated_id -> $authenticated_sender. >> >> Besides that, I must use TLS (in my case STARTTLS) so that Dovecot actually sends the MAIL AUTH parameter. >> >>> The Dovecot Submission service should support this too. It sends an AUTH parameter with the MAIL command (currently only th...
2018 Apr 06
2
Dovecot Submission Proxy Auth
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 sender spoofing with the authenticated user. When sending through dovecot, exim either does not accept the email (need auth) or relay every sender
2019 Jan 09
0
Dovecot Submission Proxy Auth
...res explicit configuration, so it will not work out of the box. >>>> Here is what I did: >>>> >>>> I had to add the acl_smtp_mailauth to only allow this on a certain port. Then I had to duplicate my code for sender spoofing for authenticated users and change the $authenticated_id -> $authenticated_sender. >>>> >>>> Besides that, I must use TLS (in my case STARTTLS) so that Dovecot actually sends the MAIL AUTH parameter. >>>> >>>>> The Dovecot Submission service should support this too. It sends an AUTH parameter with the...