On Wed, 2011-03-23 at 11:51 +0100, Edgar Fuß wrote:
> Is there a method for using master credentials for sieve only?
In v2.0 I believe it's possible to do:
protocol sieve {
passdb {
master = yes
...
}
}
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.