On Wed, 5 Sep 2018 13:05:02 -0400 (EDT)
Wietse Venema wrote:
> Your observation is incorrect. I just did a test with
>
> mail from:wietse
Thank you, I digged the issue deeper and found out pre-queue content
filter which postfix runs as proxy setup was too picky. Problem
resolved by patching
Tuomo Soini:
> I was debugging issue with email system sending mail from in wrong
> format:
>
> MAIL From: u...@domain.tld
Indeed, this is not RFC compliant.
> Adding <> to email address to (broken) software gui fixed smtp
> sending, so this worked:
>
> MAIL From:
That form is almost RFC comp
I was debugging issue with email system sending mail from in wrong
format:
MAIL From: u...@domain.tld
Adding <> to email address to (broken) software gui fixed smtp
sending, so this worked:
MAIL From:
But I found out that strict_rfc821_envelope check should not be enabled
by default and verifi