11 Oct
2006
11 Oct
'06
1:21 p.m.
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@zigulle.de): Error: userdb(zigulle@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.