[Dovecot] Relative home directory paths not supported 1.2.1 broke my setup
Hi Timo,guess this patch break my setup
http://hg.dovecot.org/dovecot-1.2/rev/dd49cf3fd2c9
the log entry does not look very right cause i dont use relative paths or i missinterpreted somthing here
Jul 10 21:12:29 dovecot: Error: Relative home directory paths not supported (user robert@schetterer.com): maildir:/usr/local/virtual/schetterer.com/robert@schetterer.com/
how can i get my old setup working ?
i have
user_query = SELECT concat('maildir:/usr/local/virtual/', maildir) AS home,
-- Best Regards
MfG Robert Schetterer
Germany/Munich/Bavaria
On Fri, 2009-07-10 at 21:22 +0200, Robert Schetterer wrote:
user_query = SELECT concat('maildir:/usr/local/virtual/', maildir) AS home,
This is just wrong. Either you should return it AS mail or you should remove maildir: prefix.
Timo Sirainen schrieb:
On Fri, 2009-07-10 at 21:22 +0200, Robert Schetterer wrote:
user_query = SELECT concat('maildir:/usr/local/virtual/', maildir) AS home,
This is just wrong. Either you should return it AS mail or you should remove maildir: prefix.
Hi Timo, as ever your are right changed to user_query = SELECT concat('/usr/local/virtual/', maildir) AS home makes it works again
thx thx, what a pitty, i missed you in Berlin to say this to you in personal !
-- Best Regards
MfG Robert Schetterer
Germany/Munich/Bavaria
participants (2)
-
Robert Schetterer
-
Timo Sirainen