[pfx] Re: milter-reject: END-OF-MESSAGE

2023-03-10 Thread Steffen Nurpmeso via Postfix-users
Gerald Galster wrote in
 :

In my postgray thing i have "allow .dhl.de" (surely for a reason).

--steffen
|
|Der Kragenbaer,The moon bear,
|der holt sich munter   he cheerfully and one by one
|einen nach dem anderen runter  wa.ks himself off
|(By Robert Gernhardt)
___
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org


[pfx] Re: milter-reject: END-OF-MESSAGE

2023-03-10 Thread Gerald Galster via Postfix-users
> 2023-03-10 11:54:43 #31829(rspamd_proxy) <71bd42>; proxy; 
> rspamd_task_write_log: id: , qid: <3129536A7A2>, ip: 165.72.200.209, 
> from: , (default: F (soft reject): [5.31/15.00] 
> [BAYES_HAM(-2.99){99.97%;},DCC_BULK(2.00){bulk Body=1 Fuz1=4 
> Fuz2=many;},MIME_HEADER_CTYPE_ONLY(2.00){},MISSING_MIME_VERSION(2.00){},INVALID_MSGID(1.70){},MID_MISSING_BRACKETS(0.50){},MIME_HTML_ONLY(0.20){},MIME_GOOD(-0.10){multipart/related;},FROM_EQ_ENVFROM(0.00){},FROM_HAS_DN(0.00){},GREYLIST(0.00){greylisted;Fri,
>  10 Mar 2023 10:59:43 GMT;new 
> record;},HAS_ATTACHMENT(0.00){},RCPT_COUNT_ONE(0.00){1;},RCVD_COUNT_TWO(0.00){2;},RCVD_NO_TLS_LAST(0.00){},R_SPF_DNSFAIL(0.00){(SPF):
>  spf DNS fail;},TO_DN_NONE(0.00){},TO_MATCH_ENVRCPT_ALL(0.00){}]), len: 
> 17588, time: 251.485ms real, 3.883ms virtual, dns req: 0, digest: 
> , rcpts: , mime_rcpt: 
> 

messages below greylist_min_score are not greylisted.

You could

- change that score
  https://rspamd.com/doc/modules/greylisting.html

- change other scores like DCC_BULK, MIME_HEADER_CTYPE_ONLY, ...
  https://rspamd.com/doc/modules/rspamd_update.html

- accept/change score per sender/recipient/...
  https://rspamd.com/doc/modules/multimap.html

Rspamd is quite complex and there are many options.
Your issue is not related to postfix.

Best regards,
Gerald
___
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org


[pfx] Re: milter-reject: END-OF-MESSAGE

2023-03-10 Thread Bill Cole via Postfix-users

On 2023-03-10 at 05:59:00 UTC-0500 (Fri, 10 Mar 2023 11:59:00 +0100)
Adrian Huryn via Postfix-users 
is rumored to have said:


Thanks for reply.
Logs from rspamd

[...]
2023-03-10 11:54:43 #31829(rspamd_proxy) <71bd42>; lua; 
greylist.lua:348: greylisted until "Fri, 10 Mar 2023 10:59:43 GMT", 
new record
2023-03-10 11:54:43 #31829(rspamd_proxy) <71bd42>; proxy; 
lua_task_set_pre_result: : set pre-result to soft reject: 'Try 
again later'


Now we know that you're using rspamd and that you have it configured to 
do "greylisting," which *BY DESIGN* defers messages from unfamiliar 
sources for a short period. I'm guessing that you are in UTC+1 (CEST) 
and this looks like a 5 minute deferral, which is reasonable for 
greylisting.


This is not a Postfix issue, it is an example of rspamd working as it 
was designed and configured to work. Consult your rspamd documentation 
or whatever support channels exist for rspamd.




--
Bill Cole
b...@scconsult.com or billc...@apache.org
(AKA @grumpybozo and many *@billmail.scconsult.com addresses)
Not Currently Available For Hire
___
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org