Sendmail delivery into Maildir
I need my mails delivered into a Maildir.
Now sendmail drops it into /var/mail/user/msg.&%&^%
but I'd like it to be delivered into /var/mail/user/Maildir/new
I know you can do it with procmail but I have no expierience with
procmail whatsoever.
Can anyone help (perhaps paste their solution) or guide me to the right
materials ?
Thx in advance
ML
Re: Sendmail delivery into Maildir
Martin Latos wrote:
> I need my mails delivered into a Maildir.
> Now sendmail drops it into /var/mail/user/msg.&%&^%
> but I'd like it to be delivered into /var/mail/user/Maildir/new
> I know you can do it with procmail but I have no expierience with
> procmail whatsoever.
> Can anyone help (perhaps paste their solution) or guide me to the right
> materials ?
>
>
> Thx in advance
> ML
I change my statement a bit
ok I've put
DEFAULT=$HOME/Maildir/
seems it did the trick along with some tweaking of dovecot
default_mail_env = maildir:/%h/Maildir
Re: Sendmail delivery into Maildir
Post removed (X-No-Archive: yes)