similar to: deleting maildir files

Displaying 20 results from an estimated 10000 matches similar to: "deleting maildir files"

2007 Mar 22
5
netapp/maildir/dovecot performance
We are seeing some poor performance recently that is focused around users with large mailboxes (100,000 message /INBOX, 80,000 message subfolders, etc). The performance problem manifests as very high system% utilization - basically iowait for NFS. There are two imap servers with plenty of horsepower/memory/etc. They are connected to a 3050c cluster via gig-e. Here are the mount options:
2013 May 24
3
. (dot) in maildir folder names
Hi. Uhm... yeah as the topic implies I want to have . (dots) in my folder names... Unfortunately dovecot's maildirmake hasn't a -f switch as the one from courier/maildrop, but that one in turn is buggy[0] and doesn't encode any characters at all. In principle, maildir++ should allow[1] having (encoded) dots in folder names,... but I don't quite understand how the encoding
2011 Jul 18
3
Performance with 200k messages in Maildir
What should I expect performance-wise if I put 200000 messages in a Maildir store and use two or three MUAs (mutt and Thunderbird), on an Athlon dual core 2GHz with SATA drives in software RAID (Linux)? Like; would it be useless/crawling, usable or pretty fast. I imagine MUA startup / first time folder read would be slow, but daily use more or less ok. Thanks to Dovecot's indexing, I imagine
2007 Mar 17
3
deliver to subfolder with dovecot's LDA
Hi all... How can deliver messages to a subfolder using the LDA? For example, I want a message to joe+spam at abc.com to be placed inside the 'spam' subfolder. Any hint is appreciated. Thanks ;)
2003 Jan 03
2
maildirmake, shared folders
Does dovecot support shared folders, maildir style? I've set it up, using the maildirmake from debian maildrop to create folders. I have a number of as-yet unresolved issues, so I haven't been able to test with many clients. It's interesting that dovecot manages to present folders as siblings (rather than children) of INBOX. But mutt, at least, doesn't seem to see the shared
2008 Dec 15
2
How create shared Maildir ?
Hello, I'm bigginer dovecot. I use dovecot version 1.0.15 (rc) on debian . How create shared maildir ? I try to .................. # mkdir /home/share # maildirmake.dovecot /home/share/Maildir # chown root:mail /home/share # chmod 660 /home/share # vi /etc/dovecot/dovecot.conf -------- add this ---------- namespace public { separator = / prefix = share. location =
2013 Aug 16
2
Maildirmake equiv?
Since I am using dovecot I do not have courier installed, but Courier had a very handy tool for making maildir folders called `maildirmake` which I used in some automated backup scripts. How do I duplicate maildirmake in dovecot? for example: #!/bin/bash # v1.2a Testing for new dovecot install # Archive mail from folders without [0-9]{4} Maildirs # after they are 21 days old to a yearly folder
2008 Dec 12
1
How to setting shared Maildir
Hello I'm dovecot bigginer from courier-imap. I used shared maildir in courier like this. 1) create maildir # maildirmake -S /home/shared 2) create maildirshared file # echo 'SHARE /home/shared ' > /etc/courier/maildirshared (use tabcode) 3) edit imapd config file IMAP_UMASK=022 IMAP_SHAREDINDEXFILE=/etc/courier/shared/index in courier, only 3 step. I read wiki
2006 Feb 08
1
Dovecot does not access /var/mail when using Maildir
Hello, I'm running debain on my machine with postfix, squirrelmail and dovecot installed. Everything works fine and I'm able to access my mail via squirrelmail and via Outlook with imap. However I want to create subfolders what is not possible. After reading I discovered that I use mbox and that maildir is needed in order to be able to use subfolders. I have created a Maildir folder with
2016 Jun 15
2
quota rules for mail users
Dear All, Is it possible to make quota rules under $HOME/Maildir/* mailboxes with a specific command such as 'edquota' when the first email arrives at the $HOME/Maildir/{new,cur,tmp} of a user. In the below example, the <UserB> is the one who gets an email for the first time. edquota -p <UserA> <UserB> ---man edquot--- -p, --prototype=protoname Duplicate the
2009 Sep 18
1
contribute on wiki
username GiuseppeCefaratti PostFix HOWTO par 3.3 Create users mailbox ... To setup *Maildir* mail boxes for our example user john we cano use the *?maildirmake?* command. We must do this for existing users and also in */etc/skel* so new users automatically get the same setup. To setup our *Maildir*, change directories to john home and run: maildirmake Maildir To make our sub folders run:
2005 Jun 06
1
maildirmake
It is possibile to call maildirmake at login-time? My final goal is to create maildir at login time (like courier-imapd) or at least to create .INBOX.Trash, .INBOX.Drafts, .INBOX.Sent dir for virtual user /home/vmail/domains/$virtual_domain/$virtual_user/ .... with already exsistant Maildir (created by postfix) Thanks in advance
2010 Jul 07
3
Manually creating folders from terminal
I'm trying to use a script to create a mailbox structure. I'm aware that the structure should look like: ~/.maildir/.INBOX/{cur,tmp,new} ~/.maildir/.INBOX.Subfolder1/{cur,tmp,new} ~/.maildir/.INBOX.Subfolder2/{cur,tmp,new} ~/.maildir/.INBOX.Subfolder2.Subsubfolder1/{cur,tmp,new} ... I have tried manually making those directories and using the "maildirmake.dovecot" command that
2007 Mar 30
3
prefetch + static + deliver
Hi all... The prefetch entry in the wiki says: "If you're using Dovecot's local delivery agent, you'll still need a valid userdb which it can use to locate the users. You can do this by adding a normal sql/ldap userdb after userdb prefetch." (http://wiki.dovecot.org/UserDatabase/Prefetch) My question is: Does it need to be a SQL/LDAP userdb? How about static or passwd?
2013 Oct 02
1
Dovecot namespace solved while writing; preparing to refilter
Hi! My plea to readers: =================== Pls., people who only want strictly technical issues to read, and frown at any broader context regardless how intrinsically related, but not strictly technically related, it might be, skip all the way, all the way to, search for exact words: "strictly technical" or visually, find two lines of sole "===" characters. Thank you!
2005 Apr 14
1
maildir creation
Hi all, this is my first post to the list and sorry for my english. I have a mail server based on qmail+dovecot+ldap with virtualdomains and maildir stored in /var/vmail/<DOMAIN>/<USERNAME>/Maildir. When I create a user on LDAP I don't create maildir too. So if I log-in with dovecot (143,110) I hope dovecot creates maildir for users but this is not I get: maildir are not
2008 Jun 25
2
maildirmake -q quota equivalent to set quota
Hi, I'm coming from courier-imap and i'm trying to migrate to dovecot. I can't find how to create a maildir with a quota file(maildirsize) I saw that if there was a maildirsize it would get its quota from there but can't find how to create that file. I'm using pam auth and would like to set different quotas for each users. With courier-imap there is a useful command :
2008 Jun 08
1
Auto creating client folders on the IMAP server after installing client.
Hello, could someone help. I have installed Dovecot+SSL+TLS+Thunderbird and all is well except one thing. After installing TBird and adding the required data (smtp server and auth info, imap/pop server and auth info) I am able to view mail in my TBird Inbox BUT Trash and Sent don't work - it pops up saying folder doesn't exist on the server - can't the darn thing, auto create a folder
2009 Sep 22
1
shared/public mailbox doesn't exist
I have 3 servers running dovecot 1.0.10. 2 of them are configured with a shared/public namespace, but I'm having trouble getting it to work on the third, even with 2 working examples to go by. There's something I'm missing, and I'm hoping that someone here can see/tell what it is. I've created the maildir for sharing: # cd /home/vpopmail/domains/mydomain.com # maildirmake
2003 Jun 30
1
Dovecot first impressions
Hi, I have only recently become aware of Dovecot and gave it a try. The previous 0.99.9.1 version didn't work well for me (OpenSSL), I dropped it, but 0.99.10 has come just in time (saw it on freshmeat) and I thought I'd give it another try if it promised SSL fixes, and it's sorta working for me (i. e. it works with mutt, Mozilla, sylpheed, but not cone -- but cone is beta and has SSL