- 論壇徽章:
- 0
|
一個(gè)POSTFIX問題,請大家教我 謝謝了!
主要配置:main.cf
queue_directory = /var/spool/postfix
command_directory = /usr/sbin
daemon_directory = /usr/libexec/postfix
mail_owner = postfix
myhostname = ns1.cnsdbc.org
mydomain = cnsdbc.org
myorigin = $mydomain
inet_interfaces = all
mydestination = $mydomain
mynetworks_style = subnet
mynetworks = 192.168.0.0/8,127.0.0.0/8
relay_domains = $mydestination
relayhost = $mydomain
alias_maps = hash:/etc/postfix/aliases
alias_database = hash:/etc/aliases, hash:/opt/majordomo/aliases
debug_peer_level = 2
debugger_command =
PATH=/usr/bin:/usr/X11R6/bin
xxgdb $daemon_directory/$process_name $process_id & sleep 5
sendmail_path = /usr/sbin/sendmail.postfix
newaliases_path = /usr/bin/newaliases.postfix
mailq_path = /usr/bin/mailq.postfix
setgid_group = postdrop
manpage_directory = /usr/share/man
sample_directory = /usr/share/doc/postfix-1.1.11/samples
readme_directory = /usr/share/doc/postfix-1.1.11/README_FILES
alias_database = hash:/etc/postfix/aliases
smtpd_client_restrictions =
permit_mynetworks,
check_client_access hash:/etc/postfix/client_access,
reject_unknown_client,
reject_unauth_pipelining,
reject_maps_rbl
smtpd_sender_restrictions =
permit_mynetworks,
check_sender_access hash:/etc/postfix/access
請大家不要笑我,我剛學(xué)LINUX還不到一個(gè)月。請問POSTFIX的日志在什么地方呢? |
|