23 Mar
2011
23 Mar
'11
11:16 p.m.
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.