iExcel Tux's lil' helper
Joined: 17 Jan 2003 Posts: 102 Location: Oakville, ON
|
Posted: Thu Jan 01, 2004 12:01 am Post subject: maildrop not working? |
|
|
Hi,
I loaded qmail and maildrop in order to filter out my incoming mails.
By default, qmail delivers mails to ~/.maildir, which works fine with my mutt. Now, I want all the mails to go to ~/Mail/Inbox so that I edited my ~/.mailfilter as follows.
Code: |
to "$HOME/Mail/Inbox/"
|
The Inbox was created by running the makemaildir command.
Then, I attempted to send myself a test mail, hoping the mail would be dropped in the Inbox. However, that mail seemed lost. It did not reside in either the ~/.maildir and the ~/Mail/Inbox dir.
Here is my .qmail file in my home dir.
Code: |
| /usr/bin/maildrop
|
Can anyone shed some light on this problem? I must have missed something.
Happy New Year!! |
|