Questions tagged [maildir]

Maildir is an email storage format where each message is kept in a separate file with a unique name, and each folder is a directory.

Maildir is a directories structure to for storing message. It is an alternative for old storage format: . Maildirs were originally implemented in the Qmail mail server, supposedly to address the inadequacies of mbox files. Instead storing it to one single huge file like mbox method, each email will be placed in one file. By storing it in multiple file,multiple processes can use maildir at the same time.

Maildir directories usually has three sub-directories named tmp, new and cur. When MDA stores an email, it place the email on tmp directory then moving it to new. The cur directory was place for email that have been seen by the user's mail-reading program.

107 questions
0
votes
1 answer

Copy emails to another domain on the same VPS

I'm moving my website to another domain on the same VPS. From olddomain.com to newdomain.com. I want to move all emails from hello@olddomain.com to piotr@newdomain.com I'm looking for fast and possible costless way. I've found that on FTP there is…
Piotr
  • 1
-4
votes
2 answers

How to set up squirrelmail read from Maildir

I have the problem that my squirrelmail is not reading mails from Maildir. So my Inbox in squirrelmail is always empty. How can I fix it? This should be the path for Maildir: /home/someuser/Maildir. The IMAP server is UW IMAP Server. And here is the…
Vladimir
  • 45
  • 1
  • 2
  • 4
1 2 3 4 5 6 7
8