Re: [Exim] procmail and exim

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Tom Kistner
日付:  
To: Your Name
CC: exim-users
題目: Re: [Exim] procmail and exim
Your Name wrote:

> The procmail filters are working fine but all the mails are going to
> /var/spool/mail/myusername and not to /home/myusername/mail/


On top of your .procmailrc file, put

DEFAULT = /home/myusername/mail/INBOX

That implicates MBOX format.

/tom