由 orfea 在 07-31-2004 08:47 发表:
用SASL+sendmail后的问题
可以实现SMTP发信认证,我使用的是SASL的方式添加的用户,而不是用ADDUSER方式添加的,那以后那些用户如何更改自已的密码,如何限定那些用户的邮箱大小?
记得以前的电信public3.sta.net.cn的邮箱是让用户用telnet到一个IP,然后让他们自行修改的,那用SASL的方式添加的用户如何自已更密码而不用通过管理员。
Chosen By The Gods
由 Snoopy 在 07-31-2004 17:09 发表:
系统用户如果没有webmail就用telnet来登录改密码吧
将它的shell改成/bin/passwd
既然使用系统用户,邮箱大小就用quota来完成
And then in the evening light, when the bars of freedom fall
I watch the two of you in the shadows on the wall
How in the darkness steals some of the choices from my hand
Then will I begin to under
由 orfea 在 07-31-2004 17:21 发表:
等等,snoppy,等我机器装好,把详细内容贴上来.
Chosen By The Gods
由 Snoopy 在 07-31-2004 17:22 发表:
好,有问题继续跟贴吧
And then in the evening light, when the bars of freedom fall
I watch the two of you in the shadows on the wall
How in the darkness steals some of the choices from my hand
Then will I begin to under
由 orfea 在 07-31-2004 17:32 发表:
我是用/usr/sbin/saslpasswd username
xxxx (为密码)
xxxx (重输密码)
/usr/sbin/sasldblistusers
....(列出了已有的邮件用户)
随后我修改了/usr/lib/sasl/Sendmail.conf
将pwcheck_method am改成了pwcheck_method:sasldb
我是用这种方式增加了邮件用户,而不是用adduser username方式增加