[Dovecot] Stop Maildir appending to path

2007-05-28 Thread Henry
Dovecot is working perfectly except for one problem. I have local  
users and virtual users. Local users are ~/Maildir. And virtual users  
are /home/vmail/domain/user. The problem is, it keeps trying to fetch  
virtual mail at /home/vmail/domain/user/Maildir. It doesn't exist the  
user/ dir is the Maildir.


To get around this, I have to make symlinks on each virtual email.

What should I check? How do I make it stop appending Maildir to my  
virtual users path?


If I set mail_location to the virtual user path, it works fine. But I  
won't be able to get local mail.


So I... have mail_location pointing to local users ~/Maildir while  
UserDatabase/Extrafields feature will overwrite the path for virtual  
users.


dovecat-sql.conf:
password_query = SELECT email as user, password, CONCAT('/home/ 
vmail/', path) as userdb_mail, 5000 as userdb_uid, 5000 as userdb_gid  
FROM view_users WHERE email='%u';





Re: [Dovecot] IMAP Bandwidth Monitoring

2007-05-28 Thread Andrew Girling

I don't think you've missed anything :)

See: http://www.dovecot.org/list/dovecot/2007-March/020911.html

 There were really only two things I had to patch Dovecot to do: first,
 provide statistics on network usage, and second, to allow folders to
 be LIST'd/SELECT'd/etc. with a trailing separator (to satisfy my pine
 users). If anyone's interested, I can generate a patch for that
 stuff.

Kyle had given me a copy of the bandwidth logging patch.  It's quite 
simple.  I'd suggest you contact him first.  I can dig it out myself if 
you need, too.


I don't believe there is a mainstream option in the config file for this 
yet, but I could be mistaken.


Good luck!

Andrew

Phillip T. George wrote:

Hello all,

I'm wanting to set up IMAP bandwidth monitoring, but I don't see any 
IMAP size transfer entries in the log file.  How would I turn this on?  
Please refer me to the manual if I've somehow missed it :)


Thanks,
Phillip
.




smime.p7s
Description: S/MIME Cryptographic Signature


Re: [Dovecot] Stop Maildir appending to path

2007-05-28 Thread Charles Marcus

dovecot -n output?

dovecot version?

Platform/OS/version?

Henry wrote:
Dovecot is working perfectly except for one problem. I have local users 
and virtual users. Local users are ~/Maildir. And virtual users are 
/home/vmail/domain/user. The problem is, it keeps trying to fetch 
virtual mail at /home/vmail/domain/user/Maildir. It doesn't exist the 
user/ dir is the Maildir.


To get around this, I have to make symlinks on each virtual email.

What should I check? How do I make it stop appending Maildir to my 
virtual users path?


If I set mail_location to the virtual user path, it works fine. But I 
won't be able to get local mail.


So I... have mail_location pointing to local users ~/Maildir while 
UserDatabase/Extrafields feature will overwrite the path for virtual users.


dovecat-sql.conf:
password_query = SELECT email as user, password, CONCAT('/home/vmail/', 
path) as userdb_mail, 5000 as userdb_uid, 5000 as userdb_gid FROM 
view_users WHERE email='%u';


[Dovecot] Overriding IMAP commands

2007-05-28 Thread Tony Tsang

Hi all,

I am writing a plugin to override some built-in imap commands. But
when client logs out, imap segfaults during unregistering commands.
What is the correct procedure for overriding imap commands in dovecot?
Thanks.

Tony Tsang.