- 论坛徽章:
- 0
|
qmail加入smtpd认证模块,rcpt依然对所有开放的问题
[root@mail root]# cat /var/qmail/smtp
#!/bin/sh
QMAILDUID=qmaild
NOFILESGID=nofiles
/usr/local/bin/tcpserver -H -R -l 0 -t 1 -v -p -x /home/vpopmail/etc/tcp.smtp.cdb -u $QMAILDUID -g $NOFILESGID 0 smtp /var/qmail/bin/qmail-smtpd test.cn /home/vpopmail/bin/vchkpw /bin/true /bin/cmd5checkpw /bin/true 2>;&1 | /var/qmail/bin/splogger smtpd 3 &
[root@mail root]# cat /home/vpopmail/etc/tcp.smtp
127.0.0.1:allow,RELAYCLIENT=""
:allow
[root@mail root]# cat /var/qmail/control/rcpthosts
test.cn
其实我的问题描述上都贴出来了,而且相信我的智力,打补丁我真的打了
精华我都看了
我每个精华都试过了.
包括smtpd.c的补丁
启动参数我也加了qmail-smtpd test.cn

确实没有相关的描述
我目前编译参照的文章
http://bbs.igenus.org/phpBB2/viewtopic.php?t=325 |
|