[Dovecot] Dovecot + Sieve - and passdb/userdb

Nils Vogels nivo+sender+9bb457 at is-root.com
Fri Sep 7 20:58:12 EEST 2007


Daniel L. Miller wrote on 7-9-2007 2:24:
> userdb static {
>    args = uid=5000 gid=8 home=/var/mail/%d/%n mail=/var/mail/%d/%n
> allow_all_users=yes
>  }
>  plugin {
>    sieve = sieve
>  }
>
> Deliver + sieve is working great.  By setting the sieve variable to
> "sieve", a non-hidden file, it doesn't appear in the folder list.  I
> made a similar change to pysieved to use a non-hidden folder - in
> combination with avelsieve and squirrelmail I now have a
> user-maintainable server-side filter solution.  Awesome!
>
> Is there a hidden "gotcha" I'm missing here?  It's doing exactly what
> I want!
Everything that would for some reason go into the users homedir, you
would be able to reach via Imap.

If I were you, I'd make home and mail point to a different directory,
which could be as simple as home=/var/mail/%d/%n
mail=/var/mail/%d/%n/Maildir. This way, dovecot will only look for mail
in the $HOME/Maildir, but still can do administrative stuff in $HOME.

Grts,

Nils


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 187 bytes
Desc: OpenPGP digital signature
Url : http://dovecot.org/pipermail/dovecot/attachments/20070907/bc17d293/attachment.bin 


More information about the dovecot mailing list