I think I may be missing something basic here on getting the RBL I put in to work.
Yesterday put in:
Verified input by doing:Code:zmprov mcf +zimbraMtaRestriction "reject_rbl_client b.barracuracentral.org"
Then didCode:zimbra:~ # su zimbra zimbra@zimbra:/root> zmprov gacf | grep zimbraMtaRestriction zimbraMtaRestriction: reject_invalid_hostname zimbraMtaRestriction: reject_non_fqdn_sender zimbraMtaRestriction: reject_rbl_client b.barracudacentral.org zimbra@zimbra:/root>
However after 24 hours when I check to see if anything was blocked by the RBL I get:Code:postfix reload zmcontrol stop zmcontrol start
and in /opt/zimbra/postfix/conf/main.cf nor when I do a 'postconf -n' I do not see my RBL listing:Code:zimbra:~ # /usr/local/sbin/dnsblcount /var/log/zimbra.log ================================= Total DNSBL rejections: zimbra:~ #
My main.cf file:Code:zimbra:~ # postconf -n alias_maps = hash:/etc/aliases biff = no canonical_maps = hash:/etc/postfix/canonical command_directory = /usr/sbin config_directory = /etc/postfix daemon_directory = /usr/lib/postfix debug_peer_level = 2 defer_transports = disable_dns_lookups = no disable_mime_output_conversion = no html_directory = /usr/share/doc/packages/postfix/html inet_interfaces = 127.0.0.1 inet_protocols = all mail_owner = postfix mail_spool_directory = /var/mail mailbox_command = mailbox_size_limit = 0 mailbox_transport = mailq_path = /usr/bin/mailq manpage_directory = /usr/share/man masquerade_classes = envelope_sender, header_sender, header_recipient masquerade_domains = masquerade_exceptions = root message_size_limit = 10240000 mydestination = $myhostname, localhost.$mydomain myhostname = zimbra.r8esc.k12.in.us mynetworks_style = subnet newaliases_path = /usr/bin/newaliases queue_directory = /var/spool/postfix readme_directory = /usr/share/doc/packages/postfix/README_FILES relayhost = relocated_maps = hash:/etc/postfix/relocated sample_directory = /usr/share/doc/packages/postfix/samples sender_canonical_maps = hash:/etc/postfix/sender_canonical sendmail_path = /usr/sbin/sendmail setgid_group = maildrop smtp_sasl_auth_enable = no smtp_use_tls = no smtpd_client_restrictions = smtpd_helo_required = no smtpd_helo_restrictions = smtpd_recipient_restrictions = permit_mynetworks,reject_unauth_destination smtpd_sasl_auth_enable = no smtpd_sender_restrictions = hash:/etc/postfix/access smtpd_use_tls = no strict_8bitmime = no strict_rfc821_envelopes = no transport_maps = hash:/etc/postfix/transport unknown_local_recipient_reject_code = 550 virtual_alias_domains = hash:/etc/postfix/virtual virtual_alias_maps = hash:/etc/postfix/virtual
Am I missing some very basic to get this RBL to work or do i just need to wait to see any RBL hits?Code:sender_canonical_maps = ldap:/opt/zimbra/conf/ldap-scm.cf virtual_alias_domains = ldap:/opt/zimbra/conf/ldap-vad.cf lmtp_connection_cache_time_limit = 4s recipient_delimiter = smtpd_tls_cert_file = /opt/zimbra/conf/smtpd.crt smtpd_tls_auth_only = yes myhostname = zimbra.r8esc.k12.in.us virtual_mailbox_domains = ldap:/opt/zimbra/conf/ldap-vmd.cf mydestination = localhost mailbox_size_limit = 0 setgid_group = postdrop smtpd_client_restrictions = reject_unauth_pipelining queue_run_delay = 300s minimal_backoff_time = 300s virtual_alias_maps = ldap:/opt/zimbra/conf/ldap-vam.cf transport_maps = ldap:/opt/zimbra/conf/ldap-transport.cf message_size_limit = 51200000 sendmail_path = /opt/zimbra/postfix/sbin/sendmail broken_sasl_auth_clients = yes lmtp_connection_cache_destinations = alias_maps = hash:/etc/aliases manpage_directory = /opt/zimbra/postfix/man smtpd_helo_required = yes in_flow_delay = 1s daemon_directory = /opt/zimbra/postfix/libexec maximal_backoff_time = 4000s virtual_transport = error mynetworks = 127.0.0.0/8 192.168.1.0/24 smtpd_recipient_restrictions = reject_non_fqdn_recipient, permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination, reject_unlisted_recipient, reject_invalid_hostname, reject_non_fqdn_sender, permit smtpd_tls_loglevel = 1 relayhost = disable_dns_lookups = no mail_owner = postfix virtual_mailbox_maps = ldap:/opt/zimbra/conf/ldap-vmm.cf content_filter = smtp-amavis:[127.0.0.1]:10024 version = 2.4.7.5z mailq_path = /opt/zimbra/postfix/sbin/mailq header_checks = pcre:/opt/zimbra/conf/postfix_header_checks smtpd_use_tls = yes queue_directory = /opt/zimbra/data/postfix/spool newaliases_path = /opt/zimbra/postfix/sbin/newaliases smtpd_reject_unlisted_recipient = no smtpd_data_restrictions = reject_unauth_pipelining local_header_rewrite_clients = permit_mynetworks,permit_sasl_authenticated smtpd_tls_key_file = /opt/zimbra/conf/smtpd.key command_directory = /opt/zimbra/postfix/sbin smtpd_sasl_auth_enable = yes


LinkBack URL
About LinkBacks






Very odd IMHO as that is a standard part of Postfix

