|
藤椅
楼主 |
发表于 2006-9-5 20:08:59
|
只看该作者
烦请版主看一下我的main.cf设置是否有问题
烦请版主看一下我的main.cf设置是否有问题,下面是运行egrep -v '^#|^$' main.cf 的结果:
queue_directory = /var/spool/postfix
command_directory = /usr/sbin
daemon_directory = /usr/libexec/postfix
mail_owner = postfix
myhostname = xxxxxx.com
mydomain = xxxxxx.com
myorigin = $mydomain
mydestination = $myhostname, localhost.$mydomain
virtual_alias_maps = hash:/etc/postfix/virtual, mysql:/etc/postfix/virtual.mysql
unknown_local_recipient_reject_code = 450
mynetworks_style = host
relay_domains = $mydestination
alias_maps = hash:/etc/postfix/aliases
alias_database = hash:/etc/postfix/aliases
home_mailbox = Maildir/
mailbox_transport = cyrus
fallback_transport = cyrus
debug_peer_level = 2
debugger_command =
PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
xxgdb $daemon_directory/$process_name $process_id & sleep 5
sendmail_path = /usr/sbin/sendmail
newaliases_path = /usr/bin/newaliases
mailq_path = /usr/bin/mailq
setgid_group = postdrop
manpage_directory = /usr/local/man
sample_directory = /etc/postfix
readme_directory = no
virtual_maps = hash:/etc/postfix/virtual,mysql:/etc/postfix/virtual.mysql
smtpd_sasl_auth_enable = yes
broken_sasl_auth_clients = yes
smtpd_sasl_security_options = noanonymous
smtpd_recipient_restrictions =
permit_sasl_authenticated,
check_recipient_access mysql:/etc/postfix/filter.mysql,
reject_invalid_hostname,
reject_non_fqdn_hostname,
reject_unknow_sender_domain,
reject_non_fqdn_sender,
reject_non_fqdn_recipient,
reject_unknow_recipient_domain,
reject_unauth_pipelining,
reject_unauth_destination,
permit |
|