problem about maildir-Collection of common programming errors


  • romeovs
    synchronization email maildir
    I have a server that I use to frequently get email from Google using offlineimap. the email is stored in a maildir format on this server.What tool can I use to sync this maildir with the local maildir that is on my latop?I’ve tried getmail but that doesn’t have a two-way sync. syncmaildir gave me headaches (kept crashing, plus has some strange dependencies on gtk). rsync seems too brutal.I need a simple tool that can be used over ssh to get new emails from the server, update the flags (read, etc

  • James Green
    email imap exim dovecot maildir
    Following an outage, I’ve ended up with 2 mailboxes for each of my users, on separate machines. I’ve shut the interim machine down now, and put the mailboxes on the real server in /srv/scratch/$username/Maildir/…, and need to integrate the messages from them, ideally preserving read/seen state, into the users’ canonical mailboxes, /srv/mail/$username/Maildir/…. I have no preference for whether this is as a sub-folder, or in their main inbox, however I am confident none of the temporary mailb

  • Simone Ruffilli
    performance filesystems maildir
    Projected volume size is around 1TB,. Filesystem should perform fast when dealing with LOTS of files in every folder. Snapshots support would be great, for backup purpose, but not compulsory.It will be created over a hardware RAID 0+1 system, but I hardly doubt this will be an issue.

  • bradlis7
    linux email procmail maildir
    I have this code in /etc/procmailrc:DROPPRIVS=yesDEFAULT=$HOME/Maildir/:0 * ? /usr/bin/test -d $DEFAULT || /bin/mkdir $DEFAULT { } :0 E {# Bail out if directory could not be createdEXITCODE=127HOST=bail.out }MAILDIR=$HOME/Maildir/But, when the directory already exists, sometimes it will send a return email with this error: 554 5.3.0 unknown mailer error 127. The email still gets delivered, mind you, but it sends back an error code to the sending user as well.I fixed this temporarily by commentin