Re: [Dovecot] Dovecot + vpopmail + shared folders

2010-11-17 Thread Timo Sirainen
On Tue, 2010-11-16 at 17:26 -0500, qm...@top-consulting.net wrote: > and shared folders work just fine. However, I am seeing a lot of new > errors like these in the maillog file now: > > Nov 16 17:20:46 mx dovecot: auth(default): vpopmail(@domain1.com): > unknown user Looks like some bug rela

Re: [Dovecot] Dovecot + vpopmail + shared folders

2010-11-16 Thread qmail
Another issue appeared however. I added these lines: socket listen { master { # Typically under base_dir/, if not the directory must be created. path = /var/run/dovecot/auth-master mode = 0600 user = vpopmail # User running deliver #group = mail # Or alternati

Re: [Dovecot] Dovecot + vpopmail + shared folders

2010-11-16 Thread qmail
It works...wow! I was sure it would have required some massive modifications but it didn't. Thank you Timo! On Tue, 2010-11-16 at 13:27 -0500, qm...@top-consulting.net wrote: Maybe I'm missing some part of the configuration. I don't have a service auth { part and the auth_socket_path is comm

Re: [Dovecot] Dovecot + vpopmail + shared folders

2010-11-16 Thread Timo Sirainen
On Tue, 2010-11-16 at 13:27 -0500, qm...@top-consulting.net wrote: > Maybe I'm missing some part of the configuration. I don't have a > service auth { part and the auth_socket_path is commented out. Here is > my full config: > > > > > # 1.2.14: /usr/local/etc/dovecot.conf Oh, I thought you

Re: [Dovecot] Dovecot + vpopmail + shared folders

2010-11-16 Thread qmail
Maybe I'm missing some part of the configuration. I don't have a service auth { part and the auth_socket_path is commented out. Here is my full config: # 1.2.14: /usr/local/etc/dovecot.conf # OS: FreeBSD 7.0-RELEASE i386 protocols: imap pop3 imaps pop3s listen(default): *:143 listen(imap):

Re: [Dovecot] Dovecot + vpopmail + shared folders

2010-11-16 Thread Timo Sirainen
On Tue, 2010-11-16 at 13:16 -0500, qm...@top-consulting.net wrote: > Nov 16 13:07:35 pop dovecot: IMAP(she...@top-consulting.net): userdb > lookup: connect(/var/run/dovecot/auth-master) failed: No > such file or directory It should be connecting to auth-userdb. You probably have auth_socket_path

Re: [Dovecot] Dovecot + vpopmail + shared folders

2010-11-16 Thread qmail
Ok. We are getting closer I believe: If I run with a hardcoded location, my list "" "*" shows the shared folders: * LIST (\HasNoChildren) "." "shared.dev1.Sent items" * LIST (\HasNoChildren) "." "shared.qmail.INBOX" * LIST (\HasNoChildren) "." "shared.radius.INBOX" If I run with %%h I don't see

Re: [Dovecot] Dovecot + vpopmail + shared folders

2010-11-16 Thread Timo Sirainen
On Tue, 2010-11-16 at 12:44 -0500, qm...@top-consulting.net wrote: > I might have forgotten to mention that I am using . (dot) as separator. > > Your original message that proposed that fix is here: > http://www.mail-archive.com/dovecot@dovecot.org/msg20706.html I just copied the location value f

Re: [Dovecot] Dovecot + vpopmail + shared folders

2010-11-16 Thread qmail
I might have forgotten to mention that I am using . (dot) as separator. Your original message that proposed that fix is here: http://www.mail-archive.com/dovecot@dovecot.org/msg20706.html I am running the IMAP commands directly through telnet and although the namespace exists, it doesn't show

Re: [Dovecot] Dovecot + vpopmail + shared folders

2010-11-16 Thread Timo Sirainen
On Fri, 2010-11-12 at 14:43 -0500, qm...@top-consulting.net wrote: > I'm using dovecot 1.2.14 with vpopmail. > > I've enabled shared folders and the default setup was not working. The > default setup being this line: > > location = maildir:%%h/Maildir:INDEX=~/Maildir/shared/%%u > > Going throu

Re: [Dovecot] Dovecot + vpopmail + shared folders

2010-11-16 Thread qmail
Anyone has any ideas ? I also realized that not only can domains be placed within another sub-folder if there are too many, but so can users. For example, if a domain has 1000 users, its path might be something like: /usr/home/vpopmail/domains/8/xyz.com/A/myuser Therefore a static location

Re: [Dovecot] Dovecot + vpopmail + shared folders

2010-11-12 Thread qmail
Is there a way to maybe create an Environment variable that will hold everything up to the '/%d' ? Maybe populate that variable from a post-login script that gets the root directory from the vpopmail database ? Quoting qm...@top-consulting.net: I'm using dovecot 1.2.14 with vpopmail. I'

[Dovecot] Dovecot + vpopmail + shared folders

2010-11-12 Thread qmail
I'm using dovecot 1.2.14 with vpopmail. I've enabled shared folders and the default setup was not working. The default setup being this line: location = maildir:%%h/Maildir:INDEX=~/Maildir/shared/%%u Going through the Archives I saw a message from Timo that said to apply a patch and use th