LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 776|回复: 1

postfix+cyrus-imap+mysql 问题

[复制链接]
发表于 2006-8-25 11:57:15 | 显示全部楼层 |阅读模式
TELNET测试POSTFIX不通过
root@test /etc/postfix# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.localdomain.
Escape character is '^]'.
停在这了
我是POSTFIX新手,下面的配置有什么问题或都有什么语句冲突请大家指出.
main.cf配置
command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix
default_privs = nobody
myhostname = linux.test.com
mydomain = test.com
myorigin = $mydomain
inet_interfaces = all
unknown_local_recipient_reject_code = 550
mynetworks_style = subnet
mynetworks = 172.16.0.0/24, 127.0.0.0/8
transport_maps = hash:/etc/postfix/transport
alias_maps = hash:/etc/postfix/aliases
alias_database = hash:/etc/postfix/aliases
recipient_delimiter = +
home_mailbox = Maildir/
mailbox_transport = cyrus
smtpd_banner = $myhostname ESMTP $mail_name (Trustix)
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/sbin/newaliases
mailq_path = /usr/bin/mailq
setgid_group = postdrop
html_directory = no
manpage_directory = /usr/share/man
sample_directory = /usr/share/doc/postfix-2.2.9/conf
readme_directory = /usr/share/doc/postfix-2.2.9
virtual_maps = hash:/etc/postfix/virtual, mysql:/etc/postfix/mysql-virtual.cf
smtpd_sasl_auth_enable = yes
permit_auth_destination = reject
broken_sasl_auth_clients = yes
smtpd_sasl_security_options = noanonymous
smtpd_recipient_restrictions = permit_mynetworks,permit_sasl_authenticated,reject_unauth_destination
 楼主| 发表于 2006-8-25 12:37:13 | 显示全部楼层
在 /var/log/mail/warnings中出现
Aug 25 20:28:42 test postfix/master[1962]: warning: process /usr/lib/postfix/smtpd pid 1968 exit status 1
Aug 25 20:28:42 test postfix/master[1962]: warning: /usr/lib/postfix/smtpd: bad command startup -- throttling
在 /var/log/mail/errors中出现
Aug 25 20:28:41 test postfix/smtpd[1968]: fatal: no SASL authentication mechanisms
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表