System: Postfix 2.9.4 on Debian Linux 6.0.6, 64-Bit
For postscreen the cleanup process is OK. In the log there are
entries like
Nov 16 16:08:40 mail postfix/postscreen[11233]: PASS OLD [63.236.76.20]:41453
Nov 16 16:08:40 mail postfix/postscreen[11233]: cache memcache:/etc/postfix/
memcache-postscreen.cf full cleanup: retained=174 dropped=2 entries
But no line like
Nov 4 18:43:04 mail postfix/verify[1580]: cache btree:/var/lib/postfix/verify_cache full cleanup: retained=6 dropped=0 entries
for the verify database. Before I switched my config to postscreen
with memcache, the cleanup of the verify database worked and the
appropriate entries had been written to the log file.
Now with memcache and postscreen - because there are no appropriate
entries logged for the verifiy db cleanup - I'm not sure if the cleanup
process gets started.
Here's my complete config (postconf -n):
address_verify_map = memcache:/etc/postfix/
verify-memcache.cf
address_verify_negative_expire_time = 3d
address_verify_negative_refresh_time = 3h
address_verify_positive_expire_time = 31d
address_verify_positive_refresh_time = 7d
alias_maps = hash:/etc/aliases
bounce_queue_lifetime = 1d
config_directory = /etc/postfix
disable_vrfy_command = yes
inet_protocols = all
maximal_queue_lifetime = 1d
mydestination = $myhostname, localhost.$mydomain, localhost
mydomain =
dlutt.de
myhostname =
mail.dlutt.de
mynetworks_style = host
myorigin = $myhostname
postscreen_bare_newline_enable = yes
postscreen_cache_map = memcache:/etc/postfix/
memcache-postscreen.cf
postscreen_non_smtp_command_enable = yes
postscreen_pipelining_enable = yes
proxy_read_maps = $local_recipient_maps $mydestination $virtual_alias_maps $virtual_alias_domains $virtual_mailbox_maps $virtual_mailbox_domains $relay_recipient_maps $relay_domains $canonical_maps $sender_canonical_maps $recipient_canonical_maps $relocated_maps $transport_maps $mynetworks $sender_bcc_maps $recipient_bcc_maps $smtp_generic_maps $lmtp_generic_maps $alias_maps proxy:btree:/var/lib/postfix/postscreen_cache_map proxy:btree:/var/lib/postfix/verify_cache_map
proxy_write_maps = $smtp_sasl_auth_cache_name $lmtp_sasl_auth_cache_name $address_verify_map $postscreen_cache_map proxy:btree:/var/lib/postfix/postscreen_cache_map proxy:btree:/var/lib/postfix/verify_cache_map
recipient_delimiter = +
relay_domains = proxy:hash:/etc/postfix/relay_domains
sendmail_path = /usr/sbin/sendmail
show_user_unknown_table_name = no
smtp_bind_address = 217.11.53.6
smtp_bind_address6 = 2a00:1828:2000:206::2
smtpd_client_connection_rate_limit = 25
smtpd_discard_ehlo_keywords = silent-discard, dsn
smtpd_helo_required = yes
smtpd_recipient_restrictions = permit_mynetworks, reject_unauth_destination
smtpd_sasl_path = private/auth
smtpd_sasl_type = dovecot
smtpd_sender_login_maps = hash:/etc/postfix/smtpd_sender_login_maps
smtpd_tls_cert_file = /etc/ssl/certs/postfix.pem
smtpd_tls_key_file = /etc/ssl/private/postfix.key
smtpd_tls_session_cache_database = btree:/var/lib/postfix/smtpd_tls_session_cache
strict_rfc821_envelopes = yes
transport_maps = proxy:hash:/etc/postfix/transport_maps
unverified_recipient_reject_code = 550
virtual_alias_maps = proxy:hash:/etc/postfix/virtual_alias_maps
Thank you.
Daniel