broken getopt

Robert Fitzpatrick lists at webtent.net
Tue Aug 30 19:17:05 GMT 2005


On Tue, 2005-08-30 at 14:25 -0400, Lowell Gilbert wrote:
> Robert Fitzpatrick <lists at webtent.net> writes:
> > Aug 29 11:11:10 esmtp postfix/master[67333]:
> > warning: /usr/local/libexec/postfix/pipe: bad command startup --
> > throttling
> > Aug 29 11:11:51 esmtp postfix/master[67333]:
> > warning: /usr/local/libexec/postfix/local: bad command startup --
> > throttling
> 
> Why do you think this is a getopt problem?  It looks a problem in a
> configuration file.  Check "postconf -n".
> 

Thanks, what makes you think that? Here it is with only my networks
altered, maybe something needs to be adjusted since the last upgrade? I
went through the release notes and did the portupgrade from 2.1 to 2.2,
perhaps the TLS support changes are effecting something?

esmtp# postconf -n
body_checks = regexp:/etc/postfix/body_checks
command_directory = /usr/local/sbin
config_directory = /usr/local/etc/postfix
content_filter = smtp:127.0.0.1:10024
daemon_directory = /usr/local/libexec/postfix
delay_warning_time = 2
disable_vrfy_command = yes
header_checks = regexp:/etc/postfix/header_checks
html_directory = no
inet_interfaces = $myhostname, localhost
local_recipient_maps = $alias_maps unix:passwd.byname
mail_name = WebTent ESMTP Postfix Internet Mail Gateway
mail_owner = postfix
mailbox_size_limit = 102400000
mailbox_transport = cyrus
mailq_path = /usr/local/bin/mailq
manpage_directory = /usr/local/man
maximal_backoff_time = 1000s
maximal_queue_lifetime = 1d
message_size_limit = 51200000
mynetworks = x.x.x.x/29, 127.0.0.0/8, 192.168.1.0/24, x.x.x.x/27,
x.x.x.x/27, x.x.x.x/27, x.x.x.x/29, x.x.x.x, 12.111.204.32/27, x.x.x.x,
x.x.x.x, x.x.x.x, x.x.x.x/24
newaliases_path = /usr/local/bin/newaliases
parent_domain_matches_subdomains =
hash:/usr/local/etc/postfix/transport.map,debug_peer_list,fast_flush_domains,mynetworks,permit_mx_backup_networks,qmqpd_authorized_clients,relay_domains,smtpd_access_maps
queue_directory = /var/spool/postfix
readme_directory = no
relay_domains = hash:/usr/local/etc/postfix/transport.map
sample_directory = /usr/local/etc/postfix
sendmail_path = /usr/local/sbin/sendmail
setgid_group = maildrop
smtp_send_xforward_command = yes
smtp_tls_note_starttls_offer = yes
smtp_use_tls = yes
smtpd_banner = $myhostname ($mail_name) USE OF THIS SERVER INDICATES
THAT YOU HAVE READ AND AGREED TO OUR AUP.  UCE IS NOT ALLOWED.
smtpd_data_restrictions = reject_unauth_pipelining, permit
smtpd_helo_restrictions = permit_mynetworks, check_client_access
hash:/etc/postfix/helo_whitelist, reject_invalid_hostname
smtpd_recipient_restrictions = permit_mynetworks,
reject_non_fqdn_recipient, reject_unknown_sender_domain,
reject_unknown_recipient_domain, check_sender_mx_access
hash:/usr/local/etc/postfix/mx_access, check_recipient_mx_access
hash:/usr/local/etc/postfix/mx_access, reject_unauth_destination,
check_policy_service unix:private/policy, check_recipient_access
pcre:/usr/local/etc/postfix/recipient_checks.pcre, check_helo_access
hash:/usr/local/etc/postfix/helo_checks, check_sender_access
hash:/usr/local/etc/postfix/sender_checks, check_client_access
hash:/usr/local/etc/postfix/client_checks, reject_rbl_client
relays.ordb.org, reject_rbl_client opm.blitzed.org, 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,
check_sender_access hash:/usr/local/etc/postfix/freemail_access, permit
smtpd_restriction_classes = from_freemail_host
smtpd_sender_login_maps = hash:/usr/local/etc/postfix/sender_login_maps
smtpd_tls_CAfile = /usr/local/etc/postfix/ssl/post.pem
smtpd_tls_cert_file = /usr/local/etc/postfix/ssl/post.pem
smtpd_tls_key_file = /usr/local/etc/postfix/ssl/post.pem
smtpd_tls_loglevel = 3
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
smtpd_use_tls = yes
tls_random_source = dev:/dev/urandom
transport_maps = hash:/usr/local/etc/postfix/transport.map
unknown_local_recipient_reject_code = 550

-- 
Robert



More information about the freebsd-questions mailing list