From: Nico Wieland (no email)
Date: Mon Dec 01 2003 - 04:10:45 EST
dear all,
i'm in process of updating my psotfix server to 2.x, currently i'm playing
around with the new config options.
i wanted to set up proxy maps for mysql lookups, but i'm getting this:
Dec 1 09:43:53 arktur postfix/master[24705]: warning: process
/usr/libexec/postfix/virtual pid 24716 exit status 1
Dec 1 09:43:53 arktur postfix/master[24705]: warning:
/usr/libexec/postfix/virtual: bad command startup -- throttling
Dec 1 09:44:53 arktur postfix/virtual[24717]: fatal:
mysql:/etc/postfix/aliases.cf: proxy map is not allowed for security
sensitive data
what gives? (other comments on postconf -n are appreciated too, if you
notice anything suspicious :)
tia,
nico
[root at arktur etc]# postconf -n
alias_database = hash:/etc/aliases.db
alias_maps = hash:/etc/aliases
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
debug_peer_level = 99
local_recipient_maps =
mail_owner = postfix
mailq_path = /usr/bin/mailq
manpage_directory = /usr/local/man
maps_rbl_domains =
relays.ordb.org,cbl.abuseat.org,dnsbl.njabl.org,sbl.spamhaus.org
maps_rbl_reject_code = 571
myhostname = arktur.eyekon.ch
mynetworks_style = class
newaliases_path = /usr/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = no
sample_directory = /etc/postfix
sendmail_path = /usr/sbin/sendmail
setgid_group = postdrop
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = proxy:mysql:/etc/postfix/pass.cf
smtpd_recipient_restrictions =
permit_mynetworks,permit_sasl_authenticated,reject_non_fqdn_hostname,reject_
maps_rbl,check_relay_domains
smtpd_sasl_auth_enable = yes
smtpd_sender_restrictions = hash:/etc/postfix/white hash:/etc/postfix/access
hash:/etc/postfix/black
soft_bounce = yes
transport_maps = proxy:mysql:/etc/postfix/transport.cf
unknown_local_recipient_reject_code = 450
virtual_gid_maps = proxy:mysql:/etc/postfix/ids.cf
virtual_mailbox_base = /var/spool/mail
virtual_mailbox_maps = proxy:mysql:/etc/postfix/aliases.cf
virtual_uid_maps = proxy:mysql:/etc/postfix/ids.cf
|
|
|