On 24.01.16 00:14, Gerard ROBIN wrote:
> Hello,
> under stretch, when I'll get my messages, those are not sorted go
> in ~/Maildir/mbox.

OK, that seems to mean messages not addressed to user@my-box, and that
"~" is then not "user".

> It's ok. But when I send a message to user@my-box 
> it goes in /var/mail/user.

That's traditionally where MTAs have delivered mail, whether sendmail or
postfix.

> With the same files .muttrc and .procmailrc under jessie a message send
> to user@my-box goes to ~/Maildir/mbox as expected.

Ah, you're using procmail, or at least expecting to. If you enable
logging in .procmailrc, then you can observe final disposition of the
emails, if procmail is installed and postfix is configured to use it.

Does:

# postconf -n | grep procm

show anything like:

mailbox_command = /usr/bin/procmail -t -a $EXTENSION

If postfix config looks too hard, then just put
"|exec /usr/bin/procmail" in ~/.forward.
That'll do instead.

> What must be done for this works in the same way in stretch ? 

That'll depend on what is not the same as before.

Erik

Reply via email to