I'd like to change the DNS blacklist message from msg_info (logged in the main log file) to msg_warn (logged in the warning file.) That is the second line in the log extract below.
I have: a) looked through the postscreen source b) grepped the distribution for NOQUEUE: and reject: piped through grep msg_info and I can't find the code which generates that particular message Oct 22 13:13:31 postfix[8412]: Connect: Unknown [64.27.10.3] Oct 22 13:13:32 postfix[8412]: NOQUEUE: reject: RCPT from unknown[300.301.302.303]: 510 5.7.1 Your IP address is blacklisted - send from a different network; from=<b...@foo.com> to=<b...@faz.com> proto=ESMTP helo=<unassigned.foo.com> Oct 22 13:13:32 postfix[8412]: lost connection after RCPT from unknown[64.27.10.3] Can someone advise me where the message is actually sent to syslog, (presumably) using msg_info ?