Robert Schetterer
2009-Jul-10 19:22 UTC
[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 at schetterer.com): maildir:/usr/local/virtual/schetterer.com/robert at 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
Timo Sirainen
2009-Jul-10 19:23 UTC
[Dovecot] Relative home directory paths not supported 1.2.1 broke my setup
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. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part Url : http://dovecot.org/pipermail/dovecot/attachments/20090710/a16c2383/attachment.bin
Robert Schetterer
2009-Jul-10 19:32 UTC
[Dovecot] Relative home directory paths not supported 1.2.1 broke my setup / solved
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