[Dovecot] Upgrade Question about mail_location

2009-09-16 Thread John Dubchak
Hi, I plan on upgrading from 1.1.13 to 1.2.4 using an RPM. I have read the wiki [1] and have a question about the mail_location variable. Currently, in 1.1.13, I use: mail_location = maildir:/var/spool/virtual_mailboxes/%h with virtual mailboxes. However, I am planning to change it to use:

Re: [Dovecot] Upgrade Question about mail_location

2009-09-16 Thread John Dubchak
On Wed, 2009-09-16 at 13:03 +0200, Timo Sirainen wrote: On Sep 16, 2009, at 12:42 PM, John Dubchak wrote: Where does home come from? What userdb do you use? Hi Timo, Thanks for your reply. I guess I must have misread the wiki. Here is my current conf settings: dovecot -n # 1.1.13: /etc

Re: [Dovecot] Upgrade Question about mail_location

2009-09-16 Thread John Dubchak
On Wed, 2009-09-16 at 17:12 +0200, Timo Sirainen wrote: On Sep 16, 2009, at 1:11 PM, John Dubchak wrote: mail_location = maildir:%h and change your SQL query to return something like: password_query = select .., '/var/spool/virtual_mailboxes/' || maildir_path as userdb_home

[Dovecot] SQL user_query question

2008-01-24 Thread John Dubchak
Hi, I am working through setting up a virtual hosting system using Dovecot, Postfix and Postgres on a CentOS 5 box running an install of the dovecot-1.0-1.2.rc15.el5 RPM. The question I have is, given this password_query SELECT clause, which all return valid values from the database:

Re: [Dovecot] SQL user_query question

2008-01-24 Thread John Dubchak
On Jan 24, 2008, at 7:48 AM, Charles Marcus wrote: broken_record That's an old/buggy version - please update to a release version (1.0.10 is current) /broken_record Hi Charles, Thanks for the information, however, the result is still the same and the log file results indicate that in

Re: [Dovecot] Virtual Users and permission denied on POP3 Authentication - cur directory

2008-01-22 Thread John Dubchak
On Jan 22, 2008, at 4:34 AM, Iain M Conochie wrote: if vuser has uid and gid of 5000 Have the userdb part of the dovecot config set to userdb static { args = uid=5000 gid=5000 home=/var/spool/virtual_mailbox/%d/%n allow_all_users=yes } instead of using the userdb sql { } That