[pfx] XCLIENT and permit_sasl_authenticated

2024-09-30 Thread Antonin VERRIER via Postfix-users
Hello, I'm a bit confused about whether Postfix considers a client authenticated using XCLIENT to be SASL-authenticated or not. Apparently "permit_sasl_authenticated" says no but "reject_sender_login_mismatch" says yes. For context, I'm using Dovecot submission service, which handles conne

[pfx] Re: XCLIENT and permit_sasl_authenticated

2024-09-30 Thread Antonin VERRIER via Postfix-users
Le 30/09/2024 à 19:10, Jaroslaw Rafa via Postfix-users a écrit : "smtpd_relay_restrictions=permit_mynetworks,reject" should do what you want. While I don't know the exact value of your "mynetworks" parameter, it almost always includes localhost 🙂. But that doesn't work since the IP address that

[pfx] Re: XCLIENT and permit_sasl_authenticated

2024-09-30 Thread Antonin VERRIER via Postfix-users
Le 30/09/2024 à 20:34, Wietse Venema via Postfix-users a écrit : Workaround: specify "smtpd_sasl_auth_enable = yes". That means Postfix needs some of the Dovecot machinery even if most of it will remain unused. That was fast! That works perfectly, many thanks. _

[pfx] Re: Trouble authenticating to Postfix + Dovecot server from remote client.

2025-01-01 Thread Antonin VERRIER via Postfix-users
Le 01/01/2025 à 21:26, Christian Seberino via Postfix-users a écrit : [...]      server.login("cs@bighelp.business", password) [...] = doveconf -n ===