Re: quota-status fails when size=0 from Postfix

2021-07-28 Thread Christoph Haas
Am 29.07.21 um 02:44 schrieb dove...@ptld.com: - sending a test mail with SWAKS returns DUNNO   (swaks is an SMTP test tool) the difference appears to be the "size=0" line that Postfix sends if I use SWAKS. Now im guessing, maybe because you are using a testing tool, maybe it is not sending a

Timo - is the v2.3.15 GCC limitation really necessarily or it's just a bug?

2021-07-28 Thread Mart Pirita
Hello. So far I have successfully built Dovecot until v2.3.14 on Centos 4-6 (yes I know, they are old, but as they are remote servers, distros can't upgraded), and sometimes I have also met compilation issues, but after highlighting them, Timo have fixed the code. Found from similar thread (Do

Re: quota-status fails when size=0 from Postfix

2021-07-28 Thread dovecot
- sending a test mail with SWAKS returns DUNNO (swaks is an SMTP test tool) the difference appears to be the "size=0" line that Postfix sends if I use SWAKS. The postfix policy server sends over a bunch of key=values when it runs. It has no idea why its running, it doesn't know you want it t

quota-status fails when size=0 from Postfix

2021-07-28 Thread Christoph Haas
Dear list, I've been pulling my hair out today and kindly ask you for help. I'm on Debian Bullseye with Dovecot 2.3.13 and Postfix 3.5.6. Users are stored in SQL and I want to use quotas. Basically I followed https://doc.dovecot.org/configuration_manual/quota_plugin/#quota-service With mail_

Re: Disable authentication for submission service

2021-07-28 Thread justina colmena ~biz
Thank you for the pointers. People say RTFM, as if that's rude, but it's good to know, especially if there is documentation of ongoing development or a "road map" for future work. On July 28, 2021 10:51:50 AM AKDT, Antonio Leding wrote: >Making no assertions\judgements as to the goal or intende

Re: Disable authentication for submission service

2021-07-28 Thread Antonio Leding
Making no assertions\judgements as to the goal or intended path to get there…just helping with the original question… Based on the submission server link below, it appears you will need to use the same auth mechanisms for submission as you do for imap\pop. So essentially, the same type of con

Re: Disable authentication for submission service

2021-07-28 Thread Antonio Leding
Definitely possible - just not sure of the desired use case for this. But given the devs did it, there just be some demand… https://doc.dovecot.org/admin_manual/submission_server/ - - - On 28 Jul 2021, at 11:18, John Stoffel wrote: "Dan" == Dan Conway writes: Are you sure? I know that

Re: Disable authentication for submission service

2021-07-28 Thread dovecot
Are you sure? I know that postfix can use the same backend database for authentication as dovecot, and dovecot can be the master, but dovecot does NOT listen on port 25 or 587 at all, those are all just used by Postfix. Not true anymore. Dovecot added a submission service in a recent version

Re: Disable authentication for submission service

2021-07-28 Thread John Stoffel
> "Dan" == Dan Conway writes: Are you sure? I know that postfix can use the same backend database for authentication as dovecot, and dovecot can be the master, but dovecot does NOT listen on port 25 or 587 at all, those are all just used by Postfix. Dan> Yes Dovecot will proxy the connecti

Re: Disable authentication for submission service

2021-07-28 Thread Alexander Dalloz
Am 28.07.2021 um 19:08 schrieb Dan Conway: Yes Dovecot will proxy the connection to the real MTA. My question is why authentication is /always/ required on Dovecot when submission is used, as MTAs usually have an option to allow non-authenticated relaying. And relaying without authentication i

Re: Disable authentication for submission service

2021-07-28 Thread Dan Conway
Yes Dovecot will proxy the connection to the real MTA. My question is why authentication is /always/ required on Dovecot when submission is used, as MTAs usually have an option to allow non-authenticated relaying. On 7/28/21 10:19 AM, justina colmena ~biz wrote: I am quite curious about the cir

Re: Disable authentication for submission service

2021-07-28 Thread justina colmena ~biz
I am quite curious about the circumstances of this question. I was not aware that Dovecot actually offered mail submission service. If Dovecot does offer such a service, then it will have to relay the submitted mail to the real MTA, which is very likely not Dovecot. At the moment I have Postfix

Disable authentication for submission service

2021-07-28 Thread Dan Conway
Hello, Is it possible to disable the requirement for authentication on the submission service? I'm trying to require authentication for all, except for a handful of IP addresses. Thank you. ehlo test.com 250-aaa 250-AUTH PLAIN LOGIN 250-BURL imap 250-CHUNKING 250-DSN 250-ENHANCEDSTATUSCODES

Re: Different userdb per inet_listener

2021-07-28 Thread James
On 28/07/2021 09:12, Miloslav Hůla wrote: Now we would like to disable authentication for Postfix (SMTP), but allow it for Dovecot (IMAP & POP3). Something like "receive-only". Is there any way we can configure different passdb for mentioned inet_listener? Or is there any variable with "auth re

Re: Different userdb per inet_listener

2021-07-28 Thread James
On 28/07/2021 09:12, Miloslav Hůla wrote: Now we would like to disable authentication for Postfix (SMTP), but allow it for Dovecot (IMAP & POP3). Something like "receive-only". Is there any way we can configure different passdb for mentioned inet_listener? Or is there any variable with "auth re

Different userdb per inet_listener

2021-07-28 Thread Miloslav Hůla
Hello, we are running Dovecot (2.3.4.1-5+deb10u6) with PostgreSQL passdb and userdb and for remote Postfix: auth_mechanisms = plain login inet_listener { address = 127.0.0.1 port = 12345 } It works perfectly. Now we would like to disable authentication for Postfix (SMTP), but allow it