[Dovecot] Master credentials for sieve

Edgar Fuß ef at math.uni-bonn.de
Tue Apr 5 20:04:14 EEST 2011


> Another possibility would be to use %s, e.g.:
> 
> passdb {
>   driver = passwd-file
>   master = yes
>   args = /etc/dovecot/master.%s
> }
> 
> Then use master.sieve file.
I guess that should read

passdb passwd-file {
  master = yes
  args = .../master.%s
}

instead. Thanks, seems to work great.


More information about the dovecot mailing list