Hello everyone!
I currently have the following installed on my server :-
courier-imap-0.99
pine-4.21
procmail-3.14
Pine is configured to access the INBOX via IMAP by putting in
inbox-path={home.hjc.edu.sg}inbox in the pine.conf file. And procmail has
been configured to deliver to ~username/Maildir via the following lines
in /etc/procmailrc :-
MAILDIR=$HOME
DEFAULT=$MAILDIR/Maildir/
Everything is working fine except a little cosmatic problem. It seems
that procmail creates the files in the Maildir/new in some randomly
generated form which does not run in sequence of date.
-rw------- 1 733 Aug 22 22:44 _4P.2Hpo5.server.domain
-rw------- 1 886 Aug 22 23:30 _G4B.Sypo5.server.domain
-rw------- 1 731 Aug 22 22:43 _HO.iHpo5.server.domain
-rw------- 1 535 Aug 22 23:32 _I7B.1zpo5.server.domain
-rw------- 1 688 Aug 23 05:27 _hj.cBvo5.server.domain
-rw------- 1 1746 Aug 22 23:32 _ldB.H1po5.server.domain
-rw------- 1 3212 Aug 22 15:44 _qeE.Z-io5.server.domain
-rw------- 1 1946 Aug 22 23:06 _wz.acpo5.server.domain
-rw------- 1 671 Aug 22 23:30 _z4B.Typo5.server.domain
So when I tried to access my INBOX via courier imapd, the emails come out
in some sequence, not sorted according to date but accoriding to some
other squence and becomes quite difficult to read as some later emails
will come infront of earlier ones and vice versa.
Has anyone encountered such a problem before or know of any possible
solution to the problem?
Thanks!