Displaying 19 results from an estimated 19 matches for "mdir".
Did you mean:
dir
2012 Oct 29
3
mbox vs. maildir storage block waste
...122676224 (does not include meta-data)
mbox guess space: 44625670144 (includes Evolution meta-data which is several GBs)
mbox num mails: 3412999 (occurances of From_ lines)
In the following:
- image file, 1B-blocks, Used_begin, Used_end, Available_begin, Available_end
result out of df -B 1
- mdir exact used space
is the sum of du -B 1 for each regular file (i.e. each mdir file)
- mdir guess used space
du -B 1 on the root dir of the filesystem
- mdir num mails:
find . type -f | wc -l on the root dir of the filesystem
2) EXT4 with 4096 blocks:
image file: 53687091200
1B-blocks: 5284...
2009 Dec 09
3
Cannot read mdir inbox.
Problem:
Dovecot is totally and merrily oblivious to maildir INBOX installed in
the usual /var/spool/mail/%u
Software/system:
Dovecot 1.2.8
running under Fedora 12 with 1.9 gig RAM + AMD Athlon LE-1640 CPU on a
ASUS M3A78-EM motherboard
(uname -a =
Linux 2.6.31.6-162.fc12.x86_64 #1 SMP Fri Dec 4 00:06:26 EST 2009 x86_64
x86_64 x86_64 GNU/Linux )
Dovecot has been installed from the Fedora
2012 Mar 16
6
POP3 Performance
...gins = " quota quota notify mail_log"
pop3_reuse_xuidl = yes
pop3_save_uidl = yes
pop3_uidl_format = %u
}
Output of account information in a LDAP:
# nettester, email.net, MAIL, USERS, cl
dn: uid=nettester,dc=email.net,o=MAIL,o=USERS,c=cl
dc: email.net
mailMessageStore: /export/mdir/3/12/nettester at email.net/Maildir
uid: nettester
cn: nettester at email.net
sn: nettester at email.net
gidNumber: 12
homeDirectory: /export/mdir/3/12/nettester at email.net
mail: nettester at email.net
uidNumber: 8
objectClass: mailUser
objectClass: posixAccount
objectClass: mailSetting
loginShel...
2006 Jul 22
1
POP does not seem to be working
OK, I am brand new to this so please bear with me.
I have an FreeBSD 6.1 STABLE system. Postfix is installed with qpopper.
The mailboxes are standard mbox format.
I just installed Dovecot. At some point I want to update to a mdir
format, etc., but quite frankly I do not know how to go about that. In
any case, I shut down qpopper and started Dovecot. I modified the
Dovecot.conf file SSL settings (turned them off) since I do not have the
files it needs built yet.
Anyway, when using a mail client on another PC on my network,...
2011 Nov 15
1
XUIDL Migration problems
Hello All,
I am new to Dovecot and the Dovecot mailing list.
I am trying to migrate an existing Exim + qpopper - mbox (pop3 only) installation over to Exim + Dovecot using mdir (pop3 and imap)
And am running into problems with preserving the XUIDL headers.
I am running Dovecot 2.0.14
I have used the mb2md.pl script : http://dovecot.org/tools/mb2md.pl from this page http://wiki2.dovecot.org/Migration/MailFormat to migrate and import the mboxes
And have the following pop3...
2013 Aug 16
2
Maildirmake equiv?
...g 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
MDIR="$HOME/Maildir"
MDM="/usr/local/bin/maildirmake"
YEAR=`/usr/local/bin/gdate -d "last month" '+%Y'`
echo "The Year is $YEAR..."
OIFS=$IFS
IFS="
"
for I in `find $MDIR -maxdepth 1 -mindepth 1 -type d| egrep -v "[0-9][0-9][0-9][0-9]"...
2006 Sep 07
5
Performance problem of ZFS ( Sol 10U2 )
Hi,
I deployed ZFS on our mailserver recently, hoping for eternal peace after running on UFS and moving files witch each TB added.
It is mailserver - it''s mdirs are on ZFS pool:
capacity operations bandwidth
pool used avail read write read write
------------------------- ----- ----- ----- ----- ----- -----
mailstore 3.54T 2.08T 280 295 7.10M 5.24M
mirror...
2007 Aug 16
0
index and control files not being created
...n other than reading), ant
the same goes to the "read" flag
Am I wrong? Is there any workaround to make dovecot behave the way I'd
liked?
The config follows:
login_executable: /usr/lib/dovecot/imap-login
mail_extra_groups: mail
mail_location: maildir:/home/%u/Maildir:INBOX=/inbox/mdir/%u
mmap_disable: yes
namespace:
type: private
separator: /
location: maildir:~/Maildir:INBOX=/inbox/mdir/%u
inbox: yes
namespace:
type: public
separator: /
prefix: Shared folders/
location:
maildir:/inbox/shared:INDEX=/home/%u/Maildir/shared-settings/index:CONTROL=/home/%u/Maildir/...
2005 Jul 17
1
"dovecot virgin": 1st questions ...
...nnig on my OSX boxes, but i'd like
to join a community where every issue-on-Mac is not simply ignored/slammed ...
and there might be folks willing to work with me on issues
(2) here-we-go-again with the Maildir/Mbox decision :-)
what's the latest thinking/recommendation here wrt mailbox/mdir? my specifics
are -- i intend to backend Dovecot with Exim ... and will run my server 'closed
box' ... i.e., no file-system-related User accounts. rather, just 'virtual'
spaces.
i'm leaning towards Maildir's one-flat-file-per-message format, with an
eventual/possible m...
2011 Jun 10
11
cannot manage home directories
user {''username'':
uid => 501,
gid => ''staff'',
comment => ''comment'',
ensure => present,
home => ''/Users/sysop'',
shell =>
2003 Jan 07
1
Bug or feature? --delete-after + symlinks
Hi,
sorry if this is old stuff, but I did my best to look first...
Have been getting errors along these lines:
mv mydir mdir.2002
ln -s mydir.2002 mydir
Then update mirror with rsync -av --delete-after. Without
--delete-after, no problem, with --delete-after, get a code 23.
The attached shell script will recreate the error (on my machine, at
any rate). Just run it from a clean directory.
Don't know if this is a bu...
2003 Jul 02
6
help: booting dos from syslinux/memdisk
Thanks for Remko for his help to solve the fractional cylinder problem.
But there is the second problem, the boot disk failure (see below << [B])
...
command line: initrd=disk.img harddisk c=2 h=256 s=63 BOOT_IMAGE=memdisk
Disk is hard disk, 16128K CHS=2/256/63 <<<< [A]
...
Loading boot sector... booting...
SYSLINUX 2.04
welcome!
boot: 1
[single dot]
2013 Apr 07
4
floppy drives
Yes, really. I've got hundreds of the damn things here at home, and I
want to go through them and get rid of them all.
But... to do that I want to read them. I have both a 5.25" and a 3.5"
drive, both are plugged in, but in the BIOS, all I see is the 3.5".
Fine, I figure I'll take care of those.
Nope. I see /dev/fd0 once I've booted up, but neither konqueror nor
2000 May 24
9
quick question
If there a way to may samba "handle" files like ftp does during ascii transfers.
Changing the ^m to unix end of line markers
2005 May 16
0
SpamAssassin - bayes: bayes db version 0 is not able to be used, aborting!
.../usr/lib/perl5/vendor_perl/5.8.0/Mail/SpamAssassin/BayesStore/DBM.pm line
160.
I have SpamAssassin 3.0.3 installed:
/etc/mail/spamassassin/local.cf contains:
use_bayes 1
bayes_auto_learn 1
bayes_path /etc/mail/spamassassin/bayes
Once an hour I run a shell script against one of my mailboxes (in mdir
format):
for * in file;
do
sa-learn -C /etc/mail/spamassassin --spam "$file"
done
However this seems to result in a version 0 database.
Running sa-learn --sync will make --lint report a version 3 database is
found (with 0 tokens), but the next time the sa-learn runs it reverts back...
2004 Apr 13
2
I added a "SQ and Dovecot FAQ" on the SQ website
On the Squirrelmail website I setup in the FAQ a quick install guid on how
to get squirrelmail to work with Dovecot. Maybe someone can verify my
setup procedure really quick. Maybe someone thinks this is wrong. Also if
you have something to add please do so. No one has bothered to do this
before so I took it upon my self.
Here is the link in the FAQ its about 8 lines down
2005 Sep 05
0
dovecot and communitgate (stalker)
...there,
i am totally new to dovecot and use communigate pro stalker.com as my
mailserver.
everything in communigate is fine. the only problem i do have is imap
speed.
i just got a login at a dovecot server and i must say WOW its so fast
amazing.
since communigate does not support indexing on mdir direcotries i
need to find a solution.
so i am wondering if it would be possible to use dovecot imap server
on top of communigate as an imap server?
i know that this would not work for special cgp features like shared
mailboxes. etc....
thnax christof
2011 Sep 12
1
general advice sought
...t. Some users have upwards of 5000
messages in there (the largest is about 18k entries) and thanks to
attachments some inboxes are 40-200Mb with a few sitting at 2-3Gb.
(Suicidal, I know but enforcing rules is politik-laden and getting
academics to behave sensibly is like herding cats)
Folders: Mdir format. Thanks to GFS2 filesystem limitations(*) I'm
currently enforcing a limit of 4000 messages/folder. It'd be nice to
have a "better" way of storing these which doesn't drive up backup loads
tremendously.
The mail spool has around 6 million files in the folders, coverin...
2010 Aug 28
2
Problems Converting Maildir to mdbox
Hello,
I would like to convert all users mail from maildir to mdbox. My Dovecot
version is 2.0.1, converted from 1.2.13 but config was rewritten from
scratch.
http://wiki2.dovecot.org/Migration/MailFormat says following:
maildir -> mdbox migration. Set mail_location=mdbox:~/mdbox
and run
doveadm convert -u username maildir:~/Maildir
but doveadm does not know a command like