Re: IMAP frontend authenticating proxy with GSSAPI/Kerberos SSO

2019-08-01 Thread Gert van Dijk via dovecot
On Thu, Aug 1, 2019 at 3:42 PM Timo Sirainen wrote: > > On 1 Aug 2019, at 12.26, Gert van Dijk via dovecot > wrote: > > > > passdb { > > args = proxy=y host=127.0.0.1 port=1143 pass=#hidden_use-P_to_show# > .. > > auth: Info: static(username,1.2.3.4,<9WOjSwWP8toKAAYE>): No password > > returned

qoutas for local domains

2019-08-01 Thread Benny Pedersen via dovecot
will it be possible to let local users have free qoutas while remote domains is qouta limited ? my wish is to let 2 local domains be qouta free, if possible, if not i like to let it be work to do, if i can provide a patch

Re: Solved Re: doveadm: Error: open(/proc/self/io) failed

2019-08-01 Thread Sami Ketola via dovecot
> On 1 Aug 2019, at 1.51, Tom Diehl via dovecot wrote: > > Actually the above works OK but you gave me the clue I needed to > find the actual problem. I looked at the log message again and > realized that it says doveadm is having problems. > Something like this: > Jul 22 12:52:04 vmail2 dovec

Re: Dovecot Director upgrade from 2.2 to 2.3

2019-08-01 Thread Timo Sirainen via dovecot
On 31 Jul 2019, at 15.41, Alessio Cecchi via dovecot wrote: > > Hi Timo, > > here you can see two images with the load average and CPU usage with Dovecot > 2.2 (Centos 6) and 2.3 (Centos 7) on the same hardware and same configuration: > > https://imgur.com/a/1hsItlc

Re: IMAP frontend authenticating proxy with GSSAPI/Kerberos SSO

2019-08-01 Thread Timo Sirainen via dovecot
On 1 Aug 2019, at 12.26, Gert van Dijk via dovecot wrote: > > passdb { > args = proxy=y host=127.0.0.1 port=1143 pass=#hidden_use-P_to_show# .. > auth: Info: static(username,1.2.3.4,<9WOjSwWP8toKAAYE>): No password > returned (and no nopassword) I think this is why it's not using the passdb at

Re: doveadm: Error: open(/proc/self/io) failed

2019-08-01 Thread Timo Sirainen via dovecot
On 31 Jul 2019, at 20.45, A. Schulze via dovecot wrote: > > > > Am 31.07.19 um 08:27 schrieb Sami Ketola via dovecot: >> service lmtp { >> user = vmail >> } >> >> please remove user = vmail from here or change it to root. >> >> for security reasons lmtp service must be started as root since v

IMAP frontend authenticating proxy with GSSAPI/Kerberos SSO

2019-08-01 Thread Gert van Dijk via dovecot
Hi, My IMAP backend server is lacking SSO authentication, so I am trying to set up Dovecot in front of it as an authenticating proxy. Fortunately, my backend server provides a way to ignore the password provided and will simply trust the username given to be authenticated, using plain login authen