I have a Postfix send only server setup.
I am attempting to integrate OpenDKIM to mitigate the possibility of being
blacklisted.
Whenever I send a message I see the following warning in the syslog:
> postfix/cleanup[19960]: warning: milter inet:localhost:12301: can't read
> SMFIC_EOH reply pac
On 2/12/19 11:37 AM, Patrick Ben Koetter wrote:
* Robert Moskowitz :
For my new server, I plan on using either SHA256 or 512 and trying to see
what impact NOT using MD5 has on the postfix configuration. I am assuming
that this only impacts the sasl authentication and I am seeing:
# postconf
* Robert Moskowitz :
> For my new server, I plan on using either SHA256 or 512 and trying to see
> what impact NOT using MD5 has on the postfix configuration. I am assuming
> that this only impacts the sasl authentication and I am seeing:
>
> # postconf -n|grep sasl
> broken_sasl_auth_clients = ye
For my new server, I plan on using either SHA256 or 512 and trying to
see what impact NOT using MD5 has on the postfix configuration. I am
assuming that this only impacts the sasl authentication and I am seeing:
# postconf -n|grep sasl
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions
> On Feb 12, 2019, at 9:38 AM, Andrey Repin wrote:
>
> If you point in the direction of a repository and hint on what you want to see
> in it, I can try my hand.
The postfix source code is available from any of the various mirrors
listed at: http://www.postfix.org/download.html
I have a github
Greetings, Viktor Dukhovni!
>>
>>> However, right below that is:
>>> http://www.postfix.org/postconf.5.html#strict_smtputf8
>>>
>>> which will do the job.
>>
>> Thank you, Victor. That setting indeed allows me to reject Unicode
>> characters (and not just BOMs) in a MAIL FROM command, when