[Dovecot] Problems with LDA and vitual mailboxes

Daniel Frickemeier daniel at zigulle.de
Wed Oct 11 11:59:45 UTC 2006


Thanx for your fast aswer.  Now I could fix it!!!

Am Mittwoch, 11. Oktober 2006 12:21 schrieb Timo Sirainen:
> On Wed, 2006-10-11 at 09:18 +0200, Daniel Frickemeier wrote:
> > user_query = SELECT maildir, 1002 AS uid, 1004 AS gid FROM mailbox WHERE
> > username = '%u' AND active = '1'
...
> > deliver(zigulle at zigulle.de): Error: userdb(zigulle at zigulle.de) didn't
> > return a home directory
>
> Problem is exactly this. Deliver won't run unless you return "home" from
> user_query. I don't think this should be required if you're now using
> Sieve, so I guess I'll change this.. But since you want to use Sieve,
> the users' Sieve scripts are placed in their home directory, and deliver
> need to know where to find them.

I´m simply adding 

SELECT maildir AS home, 

into the query and the LDA delivery is ok. Now I have to check if the sieve 
plugin is working correctly.

-- 
Je mehr ich lerne, desto mehr weiß ich.
Je mehr ich weiß, desto mehr vergesse ich.
Je mehr ich vergesse, desto weniger weiß ich.
Wozu also lernen?



More information about the dovecot mailing list