On 1/19/2010 9:15 AM, Harakiri wrote:
Hi,
after upgrading a machine from etch to lenny i get the following warning
postfix/smtpd[23231]: warning: pcre map /etc/postfix/postfix_rbl_check, line 0:
ignoring unrecognized request
main.cf:
check_client_access pcre:/etc/postfix/postfix_rbl_check
file:
reject_rbl_client zen.spamhaus.org
This worked perfectly fine on etch - now on lenny i get this error - what is
the issue? (btw it is intended to store this in a separate file instead of
appending reject_rbl_client to the main.cf options)
Thanks
I can't imagine this ever worked as you present it here.
At the least, your pcre file contents should look something like
/^/ reject_rbl_client zen.spamhaus.org
If you need more help, please see
http://www.postfix.org/DEBUG_README.html#mail
BTW: I get some other strange warnings after dist upgrade
postfix/tlsmgr[23233]: warning: request to update table
btree:/var/spool/postfix/smtpd_scache in non-postfix directory
/var/spool/postfix
postfix/tlsmgr[23233]: warning: redirecting the request to postfix-owned
data_directory /var/lib/postfix
postfix/tlsmgr[23233]: warning: request to update table
btree:/var/spool/postfix/smtp_scache in non-postfix directory /var/spool/postfix
postfix/tlsmgr[23233]: warning: redirecting the request to postfix-owned
data_directory /var/lib/postfix
It's expected that one will read the RELEASE_NOTES when
upgrading or installing.
-- Noel Jones