Re: [Dovecot] both passwd-file and MySQL

2013-09-16 Thread Andreas Meyer
Robert Schetterer  wrote:

> > passwd-file for master users are working in addition to sql auth
> > i guess, it should work too for normal users/domains but there should
> > not be overlapping or same info in both for same users
> > 
> > perhaps this helps
> > 
> > http://sys4.de/de/blog/2013/02/11/master-user-dovecot-isp-layout-mit-postfixadmin/
> > 
> > sorry only german
> > 
> > 
> > Best Regards
> > MfG Robert Schetterer
> > 
> 
> this one might be better, for help
> 
> http://wiki2.dovecot.org/Authentication/MultipleDatabases

Great! Just upgraded from v 2.1.16 to 2.1.17 with
./configure --prefix=/usr --sysconfdir=/etc --with-mysql --with-solr --with-ldap
and everything is fine.

  Andreas


Re: [Dovecot] both passwd-file and MySQL

2013-09-16 Thread Robert Schetterer
Am 16.09.2013 14:54, schrieb Robert Schetterer:
> Am 16.09.2013 14:33, schrieb Andreas Meyer:
>> Hello all!
>>
>> Wondering if it is possible to use a flat passwd-file for some domains
>> and for some other a MySQL-database for queries?
>>
>> All of our domains are handled by
>>
>> passdb {
>>   args = /etc/dovecot/passwd
>>   driver = passwd-file
>> }
>> userdb {
>>   args = /etc/dovecot/passwd
>>   driver = passwd-file
>> }
>>
>> Can one use MySQL in addition for another domain?
>>
>> Greetings
>>
>>   Andreas
>>
> 
> passwd-file for master users are working in addition to sql auth
> i guess, it should work too for normal users/domains but there should
> not be overlapping or same info in both for same users
> 
> perhaps this helps
> 
> http://sys4.de/de/blog/2013/02/11/master-user-dovecot-isp-layout-mit-postfixadmin/
> 
> sorry only german
> 
> 
> Best Regards
> MfG Robert Schetterer
> 

this one might be better, for help

http://wiki2.dovecot.org/Authentication/MultipleDatabases


Best Regards
MfG Robert Schetterer

-- 
[*] sys4 AG

http://sys4.de, +49 (89) 30 90 46 64
Franziskanerstraße 15, 81669 München

Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263
Vorstand: Patrick Ben Koetter, Axel von der Ohe, Marc Schiffbauer
Aufsichtsratsvorsitzender: Florian Kirstein


Re: [Dovecot] both passwd-file and MySQL

2013-09-16 Thread Robert Schetterer
Am 16.09.2013 14:33, schrieb Andreas Meyer:
> Hello all!
> 
> Wondering if it is possible to use a flat passwd-file for some domains
> and for some other a MySQL-database for queries?
> 
> All of our domains are handled by
> 
> passdb {
>   args = /etc/dovecot/passwd
>   driver = passwd-file
> }
> userdb {
>   args = /etc/dovecot/passwd
>   driver = passwd-file
> }
> 
> Can one use MySQL in addition for another domain?
> 
> Greetings
> 
>   Andreas
> 

passwd-file for master users are working in addition to sql auth
i guess, it should work too for normal users/domains but there should
not be overlapping or same info in both for same users

perhaps this helps

http://sys4.de/de/blog/2013/02/11/master-user-dovecot-isp-layout-mit-postfixadmin/

sorry only german


Best Regards
MfG Robert Schetterer

-- 
[*] sys4 AG

http://sys4.de, +49 (89) 30 90 46 64
Franziskanerstraße 15, 81669 München

Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263
Vorstand: Patrick Ben Koetter, Axel von der Ohe, Marc Schiffbauer
Aufsichtsratsvorsitzender: Florian Kirstein


[Dovecot] both passwd-file and MySQL

2013-09-16 Thread Andreas Meyer
Hello all!

Wondering if it is possible to use a flat passwd-file for some domains
and for some other a MySQL-database for queries?

All of our domains are handled by

passdb {
  args = /etc/dovecot/passwd
  driver = passwd-file
}
userdb {
  args = /etc/dovecot/passwd
  driver = passwd-file
}

Can one use MySQL in addition for another domain?

Greetings

  Andreas