Re: Why can't receive Mail Delivery Status in root Maildir?

2017-10-07 Thread Wietse Venema
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

Re: Why can't receive Mail Delivery Status in root Maildir?

2017-10-07 Thread Ralph Seichter
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

Why can't receive Mail Delivery Status in root Maildir?

2017-10-07 Thread 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/mail/root: No such file or directo

Re: Postfix doesn't respect 250-SIZE value

2017-10-07 Thread Matus UHLAR - fantomas
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