Re: Virtual Mailboxes

2015-06-20 Thread dmiller
The first bonehead maneuver seems to be: location = virtual:/var/mail/%%d/%%n/mdbox/virtual I'm thinking it should be: location = virtual:/var/mail/%%d/%%n/mdbox/mailboxes/virtual But...it didn't seem to make a difference. And if I have the "virtual" folder tree under a location other than

Re: Virtual Mailboxes

2015-06-22 Thread dmiller
Any ideas on what I need to check or should post to help find the problem? -- Daniel On 2015-06-20 14:50, dmil...@amfes.com wrote: The first bonehead maneuver seems to be: location = virtual:/var/mail/%%d/%%n/mdbox/virtual I'm thinking it should be: location = virtual:/var/mail/%%d/%%n/md

Re: EXT4/LVM recommendations for 3TB of mdbox ?

2015-06-24 Thread dmiller
On 2015-06-24 13:03, Nicolas C. wrote: Hello, Do you have recommendations on EXT4 and LVM options for a 3TB file-system for mdbox? We currently use the mbox format on a XFS with poor performances since the update in v2.1 (Debian). What qualifies as "poor performance"? How many users? We w

Re: Virtual Mailboxes

2015-06-24 Thread dmiller
My next bonehead maneuver - was more of the first! location = virtual:/var/mail/%%d/%%n/mdbox/mailboxes/virtual was adapted from my definition for my shared namespace. Which was intended to share OTHER users - which is why the '%%' prefixes are used. Changing to: location = virtual:/var/m

Re: [Dovecot] ldap passdb + mdbox

2010-11-23 Thread dmiller
On Tue, 23 Nov 2010 13:51:34 +, Timo Sirainen wrote: On Mon, 2010-11-22 at 21:32 -0800, Daniel L. Miller wrote: I think I got it - probably by accident. Just because it's actually working doesn't mean it's *correct* - does this look right? Do I have redundant/obsolete parms specified?

Re: [Dovecot] doveadm purge output

2010-11-23 Thread dmiller
On Tue, 23 Nov 2010 13:53:56 +, Timo Sirainen wrote: On Mon, 2010-11-22 at 21:54 -0800, Daniel L. Miller wrote: Running "doveadm purge" with both -D and -v parms, and both -A and -u options, I don't see much in the way of output. doveadm -v purge -u username just returns with no output do

Re: [Dovecot] ldap passdb + mdbox

2010-11-23 Thread dmiller
On Tue, 23 Nov 2010 15:33:47 +, Timo Sirainen wrote: On Tue, 2010-11-23 at 07:30 -0800, dmil...@amfes.com wrote: >> userdb { >>driver = ldap >># symlink to dovecot-ldap.conf >>args = /usr/local/etc/dovecot/dovecot-ldap-userdb.conf >> } > > The symlink isn't very useful. It'll ju

[Dovecot] Regenerating mdbox/sis

2011-02-15 Thread dmiller
It's apparent I have some level of corruption in my mailboxes - something to do with the combination of mdbox, sis, and zlib. I should note that I know I have a mix of compressed and raw messages - if that makes any difference in identifying the problems. I think I need to somehow regenerate th

Re: [Dovecot] Max IMAP fodlers

2009-12-08 Thread dmiller
On Mon, 7 Dec 2009 13:28:03 -0800, Jeffrey Nikoletich wrote: > Thanks. > > Is there plans for folder quotas in the future? > > Also how would i change the layout of an existing maildir? > > # v1.1+ only: > mail_location = maildir:~/Maildir:LAYOUT=fs > Can I just change for that user and it will

[Dovecot] Account Migration Tool

2009-12-08 Thread dmiller
I don't know if this tool already exists, or if not how difficult it would be to implement, but the following is an excerpt from the man page the developer needs to write ;) - "imapcopy", a command-line utility that connects to a given IMAP account and copies the mails to a second IMAP account.