elearn2014:
> To test for sending email after postfix installed.
> echo "test" | mail -s "test" x...@gamil.com
> Mail Delivery Status Report will be mailed to .
>
> The email was received in my gmail account.
>
> mail
> No mail for root
> root@localhost:~# mail -f /var/mail/root
> mail: /var/ma
On 07.10.17 09:50, elearn2014 wrote:
> Why can't receive Mail Delivery Status in root Maildir?
I don't understand your question. What exactly seems to be your problem?
Also, please see http://www.postfix.org/DEBUG_README.html#mail
-Ralph
To test for sending email after postfix installed.
echo "test" | mail -s "test" x...@gamil.com
Mail Delivery Status Report will be mailed to .
The email was received in my gmail account.
mail
No mail for root
root@localhost:~# mail -f /var/mail/root
mail: /var/mail/root: No such file or directo
Right. This suggests that either the size information in the queue file is
wrong, or that the SIZE announcement was malformed (i.e. buggy SMTP server).
This requires a packet-level dump to see if there are stray carriage-returns
or other unexpected content in thhe EHLO response.
On 0