added milter (opendmarc). not processing, postfix logs show "abort all milters"?

2015-06-26 Thread PGNd
I've added an opendmarc milter to a service [127.0.0.1]:10031 inet n-n-- smtpd -o syslog_name=postfix/postQ-rcv >-o milter_protocol=6 >-o smtpd_milters=inet:localhost:8893 >-o non_smtpd_milters=inet:localhost:8893

Re: added milter (opendmarc). not processing, postfix logs show "abort all milters"?

2015-06-26 Thread Benny Pedersen
PGNd skrev den 2015-06-27 02:53: I've added an opendmarc milter to a service [127.0.0.1]:10031 inet n-n-- smtpd -o syslog_name=postfix/postQ-rcv -o milter_protocol=6 -o smtpd_milters=inet:localhost:8893 -o non_smtpd_m

Re: added milter (opendmarc). not processing, postfix logs show "abort all milters"?

2015-06-26 Thread PGNd
On Fri, Jun 26, 2015, at 06:12 PM, Benny Pedersen wrote: > change smtpd_milters= to be inet:[127.0.0.1]:8893 so it does not use > ipv6 there, this should all needed Did that. Unfortunately, there's no change in behavior or logs, other than the reference, now, to 127.0.0.1 specifically, ... m

Re: added milter (opendmarc). not processing, postfix logs show "abort all milters"?

2015-06-26 Thread Benny Pedersen
PGNd skrev den 2015-06-27 03:36: On Fri, Jun 26, 2015, at 06:12 PM, Benny Pedersen wrote: change smtpd_milters= to be inet:[127.0.0.1]:8893 so it does not use ipv6 there, this should all needed Did that. Unfortunately, there's no change in behavior or logs, other than the reference, now, to 1

Linux Kernel v4?

2015-06-26 Thread John Gateley
Hello, Due to a forced upgrade, I'm running Linux Kernel 4.0: xxx:~/hg/postfix/build/postfix-3.0.1$ uname -r 4.0.5-x86_64-xxx The postfix build is failing while creating the Makefiles as this is not handled in the makedefs script: case "$SYSTEM.$RELEASE" in And only linux.1*, 2* and

Re: Linux Kernel v4?

2015-06-26 Thread Viktor Dukhovni
On Fri, Jun 26, 2015 at 09:54:12PM -0500, John Gateley wrote: > Due to a forced upgrade, I'm running Linux Kernel 4.0: > xxx:~/hg/postfix/build/postfix-3.0.1$ uname -r > 4.0.5-x86_64-xxx > > The postfix build is failing while creating the Makefiles > as this is not handled in the makedefs

Re: added milter (opendmarc). not processing, postfix logs show "abort all milters"?

2015-06-26 Thread PGNd
On Fri, Jun 26, 2015, at 07:02 PM, Benny Pedersen wrote: > i forgot to tell remove non_smtpd_milters, since it is not used in smtpd > listners Thanks for the cleanup. Although, no add'l effect on the issue. > > milter8_abort: skip milter inet:[127.0.0.1]:8893 > > disconnect event to all milte

Re: Linux Kernel v4?

2015-06-26 Thread Benny Pedersen
John Gateley skrev den 2015-06-27 04:54: Is there a release of postfix planned to handle Linux 4? yes, if you have not got that source already ? temp work around is to compile in linux kernel 3, and later reboot into kernel 4, but all that is not needed in gentoo :=) hallo its weekend