Postfix With OpenDKIM: milter: SMFIC_EOH

2019-02-12 Thread Noah Huppert
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

Re: user authentication and password format

2019-02-12 Thread Robert Moskowitz
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

Re: user authentication and password format

2019-02-12 Thread Patrick Ben Koetter
* 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

user authentication and password format

2019-02-12 Thread 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 = yes smtpd_recipient_restrictions

Re: Feature Request: Allow Rejecting UTF BOM in MAIL FROM

2019-02-12 Thread Viktor Dukhovni
> 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

Re: Feature Request: Allow Rejecting UTF BOM in MAIL FROM

2019-02-12 Thread Andrey Repin
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