Hello all,
I'm trying to send a test mail to my postscreened server, and postscreen
should naturally rejct it for the first time. My problem is that it
seems to be rejecting the mail forever even if it's comming from the
same IP adress
Dec 29 17:22:09 vs3163 postfix/postscreen[10262]: CONNECT from
[65.55.34.27]:53020 to [89.22.98.122]:25
Dec 29 17:22:09 vs3163 postfix/postscreen[10262]: WHITELIST VETO
[65.55.34.27]:53020
Dec 29 17:22:16 vs3163 postfix/tlsproxy[11833]: CONNECT from
[65.55.34.27]:53020
Dec 29 17:22:17 vs3163 postfix/postscreen[10262]: NOQUEUE: reject: RCPT
from [65.55.34.27]:53020: 450 4.3.2 Service currently unavailable;
from=<pi...@live.com>, to=<ist...@prosinger.net>, proto=ESMTP,
helo=<COL004-OMC1S17.hotmail.com>
Dec 29 17:22:17 vs3163 postfix/postscreen[10262]: DISCONNECT
[65.55.34.27]:53020
Dec 29 17:22:17 vs3163 postfix/tlsproxy[11833]: DISCONNECT
[65.55.34.27]:53020
Here's my postscreen config:
postscreen_access_list = permit_mynetworks,
cidr:/etc/postfix/postscreen_access.cidr
postscreen_blacklist_action = drop
postscreen_dnsbl_action = enforce
postscreen_dnsbl_reply_map =
pcre:$config_directory/postscreen_dnsbl_reply_map.pcre
postscreen_dnsbl_sites = zen.spamhaus.org*2
bl.spamcop.net*1
b.barracudacentral.org*1
postscreen_dnsbl_threshold = 2
postscreen_greet_action = enforce
postscreen_whitelist_interfaces = 127.0.0.1/32
#
postscreen_bare_newline_action = enforce
postscreen_bare_newline_enable = yes
postscreen_non_smtp_command_enable = yes
postscreen_pipelining_enable = yes
I'm obviously missing something here.
postscreen_cache_map = btree:$data_directory/postscreen_cache <- the
file is really there, and it seems to be working...
Regards to all,
Istvan