Date: Mon, 30 Oct 2006 21:00:16 -0800 (PST) From: "Freddie Cash" <fcash@ocis.net> To: hackers@freebsd.org Subject: Re: Email recommendations Message-ID: <60338.24.71.118.34.1162270816.squirrel@webmail.sd73.bc.ca> In-Reply-To: <6.2.0.14.2.20061030165949.021173a0@nano.net> References: <6.2.0.14.2.20061030165949.021173a0@nano.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, October 30, 2006 4:51 pm, tech@nano.net wrote: > I get a LOT of corrupt mailboxes. Just 187 mailboxes and daily > problems. It's always the same error in the log files: "-ERR Unable to > process From lines (envelopes), change recognition modes." > > I've done some research and don't know any more about where the > problem lives than I did before. I know that some From: lines are > missing the colon, but I don't know why. Can anyone recommend a more > forgiving popper or MTA? I'm running QPOP 2.53 and Sendmail 8.13.6. If this is your own server, I'd recommend switching to Postfix and using Maildir for message storage. The problem with mbox format message stores is that only 1 process can be writing to the file, which stores *all* messages for a folder. If you are receiving a new message while deleting an existing one, all kinds of nasty things can happen. If you need POP3 (I'd recommend going with IMAP instead) then look at Courier, Dovecot, or Cyrus. They provide nice, fast, stable, Maildir-support with POP3 and IMAP daemons that access the same folders. ---- Freddie Cash fcash@ocis.net
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?60338.24.71.118.34.1162270816.squirrel>