
simonmjones at gmail
Dec 9, 2008, 4:04 AM
Post #3 of 9
(1314 views)
Permalink
|
2008/12/8 Scott Kitterman <scott [at] kitterman>: > On Mon, 8 Dec 2008 14:45:07 +0000 "Simon Jones" <simonmjones [at] gmail> > wrote: >>Hi all, I've enabled spf policy checking in postfix but it's maxing >>out the server - to the point that it's unable to process any mail. >>is there a way to set the limit on the number of perl processes called >>or a way to tweak the settings to stop it maxing out? >> > It's a function of the number of Postfix smtpd processes. > > What's the output of postconf -n? > > Scott K > > Hi Scott, address_verify_map = btree:/etc/postfix/verify command_directory = /usr/sbin config_directory = /etc/postfix daemon_directory = /usr/libexec/postfix debug_peer_level = 5 default_process_limit = 80 disable_vrfy_command = yes fast_flush_domains = $relay_domains header_checks = regexp:/etc/postfix/header_checks html_directory = no in_flow_delay = 1s local_recipient_maps = luser_relay = /dev/null mail_spool_directory = /var/spool/mail mailbox_size_limit = 1024000000 mailq_path = /usr/bin/mailq manpage_directory = /usr/local/man message_size_limit = 80000000 mynetworks = /etc/postfix/network_table mynetworks_style = host myorigin = smtprev.saqnet.co.uk newaliases_path = /usr/bin/newaliases queue_minfree = 120000000 readme_directory = no relay_domains = hash:/etc/postfix/backup_domains relay_recipient_maps = hash:/etc/postfix/relay_recipients sample_directory = /etc/postfix sendmail_path = /usr/sbin/sendmail setgid_group = postdrop smtp_connect_timeout = 5s smtp_data_done_timeout = 20s smtp_data_init_timeout = 30s smtp_data_xfer_timeout = 60s smtp_helo_timeout = 30s smtp_mail_timeout = 30s smtp_quit_timeout = 10s smtp_rcpt_timeout = 60s smtpd_banner = $myhostname NO UCE ESMTP smtpd_etrn_restrictions = reject_unknown_client smtpd_hard_error_limit = 5 smtpd_helo_required = yes smtpd_helo_restrictions = permit_mynetworks, reject_invalid_hostname, regexp:/etc/postfix/helo.regxp, permit smtpd_recipient_limit = 100 smtpd_recipient_restrictions = reject_non_fqdn_recipient, reject_non_fqdn_sender, reject_unknown_client, reject_unknown_recipient_domain, reject_unauth_pipelining, permit_mynetworks, reject_unauth_destination, check_sender_access hash:/etc/postfix/sender_checks, permit smtpd_sender_restrictions = permit_mynetworks, reject_unauth_destination, reject_invalid_hostname, reject_non_fqdn_sender, reject_non_fqdn_recipient, hash:/etc/postfix/access, hash:/etc/postfix/network_table, hash:/etc/postfix/backup_domains, reject_rbl_client bl.spamcop.net, reject_rbl_client list.dsbl.org, reject_rbl_client sbl.spamhaus.org,reject_rbl_client cbl.abuseat.org, reject_rbl_client dul.dnsbl.sorbs.net, reject_rhsbl_sender dsn.rfc-ignorant.org, reject_rbl_client SBDQTL8DJ25VYNLHD2BM2TC8Q8ZQKQE.r.mail-abuse.com, reject_rbl_client sbl-xbl.spamhaus.org, reject_rbl_client zen.spamhaus.org, reject_rbl_client spamsources.fabel.dk, reject_rbl_client dnsbl.ahbl.org, reject_rbl_client dnsbl.njabl.org, reject_rbl_client zombie.dnsbl.sorbs.net, reject_rhsbl_client rhsbl.sorbs.net, reject_rhsbl_sender rhsbl.sorbs.net smtpd_soft_error_limit = 2 transport_maps = hash:/etc/postfix/transport unknown_local_recipient_reject_code = 550 unverified_recipient_reject_code = 550 ------------------------------------------- Sender Policy Framework: http://www.openspf.org Modify Your Subscription: http://www.listbox.com/member/ Archives: https://www.listbox.com/member/archive/1020/=now RSS Feed: https://www.listbox.com/member/archive/rss/1020/ Powered by Listbox: http://www.listbox.com
|