ce
does not kick-in for every incoming email but some is processed every 2 to 10
minutes.
Is anybody of you experiencing any similar problems?
Any recommendation?
Thank you
eNeKuX
# apt-cache policy postfix
postfix:
Installed: 2.9.6-2
# apt-cache policy postfix-policyd-spf-python
postfi
Ten parallel sessions, multiple deliveries per session, fast:
smtp-source -s 10 -m 1 -d -t recipient host:port
### with smtpd_delay_reject=no
cat counter_test5.txt | wc -l --> 1339 (expected 1)
### with smtpd_delay_reject=yes
cat counter_test5.txt | wc -l --> 1311 (expected 1)
parallel sessions, multiple deliveries per session, fast:
smtp-source -s 10 -m 1 -d -t recipient host:port
### with smtpd_delay_reject=yes (main.cf)
sqlgrey_policy_calls --> 5868 (expected 10000)
policyd-spf_policy_calls --> 1090 (expected 1)
### with smtpd_delay_reject=no (main.cf
59:44 gobantest postfix/smtpd[21057]: warning: access table regexp:/etc/postfix/tag_as_foreign: with smtpd_delay_reject=no, action FILTER is always skipped in Client host or Helo command restrictions
eNeKuX
Sent: Tuesday, June 07, 2016 at 3:51 PM
From: "Wietse Venema"
To: eNeKuX
Cc: po
Sorry, maybe I was not clear enough, there are no dropped mails the all come is just that the policies are not trigerred in all.
--
eNeKuXOn 6/7/2016, 16:05 eNeKuX wrote:
From today's logs after all the tests I just have the next warnings, which were trig
respondent SPF header is added to the emails.
Thank you very much for your help and regards,
eNeKuX
Sent: Tuesday, June 07, 2016 at 4:23 PM
From: "Wietse Venema"
To: "Postfix users"
Subject: Re: Problems with SPF policy service (pypolicyd-spf)
Wietse Venema:
> Have y