Re: Different passdb backends for different services

2019-09-05 Thread Sami Ketola via dovecot
> On 4 Sep 2019, at 19.32, R.N.S. via dovecot wrote: > > > So now all passdbs are inside protocol. Which is not what I said. > > Errors: > > - > Sep 4 18:25:19 mx dovecot: auth: Fatal: No passdbs specified in > confi

[SOLVED] Re: Different passdb backends for different services

2019-09-04 Thread R.N.S. via dovecot
> Am 04.09.2019 um 18:32 schrieb R.N.S. via dovecot : > > > >> Am 04.09.2019 um 16:58 schrieb Sami Ketola via dovecot : >> >> >> >>> On 4 Sep 2019, at 16.38, R.N.S. via dovecot wrote: passdb { args = /etc/dovecot/master-users driver = passwd-file master = yes >>>

Re: Different passdb backends for different services

2019-09-04 Thread R.N.S. via dovecot
> Am 04.09.2019 um 16:58 schrieb Sami Ketola via dovecot : > > > >> On 4 Sep 2019, at 16.38, R.N.S. via dovecot wrote: >>> >>> passdb { >>> args = /etc/dovecot/master-users >>> driver = passwd-file >>> master = yes >>> pass = yes >>> } >>> passdb { >>> args = /etc/dovecot/dovecot-ldap.conf.

Re: Different passdb backends for different services

2019-09-04 Thread Sami Ketola via dovecot
> On 4 Sep 2019, at 16.38, R.N.S. via dovecot wrote: >> >> passdb { >> args = /etc/dovecot/master-users >> driver = passwd-file >> master = yes >> pass = yes >> } >> passdb { >> args = /etc/dovecot/dovecot-ldap.conf.ext >> driver = ldap >> } >> ... >> protocol sieve { >> passdb { >> args =

Re: Different passdb backends for different services

2019-09-04 Thread R.N.S. via dovecot
> Am 04.09.2019 um 15:31 schrieb R.N.S. via dovecot : > > > >> Am 04.09.2019 um 08:24 schrieb Sami Ketola via dovecot : >> >> >> >>> On 3 Sep 2019, at 19.08, R.N.S. via dovecot wrote: >>> >>> I tried this, but I have done something wrong probably. >>> >>> I added this to 20-imap 20-pop

Re: Different passdb backends for different services

2019-09-04 Thread R.N.S. via dovecot
> Am 04.09.2019 um 08:24 schrieb Sami Ketola via dovecot : > > > >> On 3 Sep 2019, at 19.08, R.N.S. via dovecot wrote: >> >> I tried this, but I have done something wrong probably. >> >> I added this to 20-imap 20-pop 20-managesieve and 20-submission. Always in >> the protocol sections. I

Re: Different passdb backends for different services

2019-09-03 Thread Sami Ketola via dovecot
> On 3 Sep 2019, at 19.08, R.N.S. via dovecot wrote: > > I tried this, but I have done something wrong probably. > > I added this to 20-imap 20-pop 20-managesieve and 20-submission. Always in > the protocol sections. I also disabled the passdb section from the > auth-ldap.conf.ext in 10-auth

Re: Different passdb backends for different services

2019-09-03 Thread R.N.S. via dovecot
> Am 03.09.2019 um 10:54 schrieb Sami Ketola via dovecot : > > > >> On 3 Sep 2019, at 11.07, R.N.S. via dovecot wrote: >> >> Hi, >> >> as Dovecot supports submission, which is the sending direction, I am >> interested to know, if I can configure a separate passdb backend just for >> subm

Re: Different passdb backends for different services

2019-09-03 Thread Sami Ketola via dovecot
> On 3 Sep 2019, at 11.07, R.N.S. via dovecot wrote: > > Hi, > > as Dovecot supports submission, which is the sending direction, I am > interested to know, if I can configure a separate passdb backend just for > submission. > > I habe LDAP attributes that differ sending or receiving permis

Different passdb backends for different services

2019-09-03 Thread R.N.S. via dovecot
Hi, as Dovecot supports submission, which is the sending direction, I am interested to know, if I can configure a separate passdb backend just for submission. I habe LDAP attributes that differ sending or receiving permissions. It would be nice, if I had a second passdb backend just for submiss