当前位置: 技术问答>linux和unix
请教 qmail for linux redhat9 添加删除用户和设置密码问题
来源: 互联网 发布时间:2015-05-23
本文导语: 1、如何建立邮件用户 2、用户的权限只能是收发邮件 3、修改用户密码 域名解析已经做好了,php3和smtp都没有问题 是通过ssh远程操作 我是菜鸟,以前是请朋友帮忙做的,所以请按照步骤详细说明,最好每一部操作出...
1、如何建立邮件用户
2、用户的权限只能是收发邮件
3、修改用户密码
域名解析已经做好了,php3和smtp都没有问题
是通过ssh远程操作
我是菜鸟,以前是请朋友帮忙做的,所以请按照步骤详细说明,最好每一部操作出现的反应都写一下
2、用户的权限只能是收发邮件
3、修改用户密码
域名解析已经做好了,php3和smtp都没有问题
是通过ssh远程操作
我是菜鸟,以前是请朋友帮忙做的,所以请按照步骤详细说明,最好每一部操作出现的反应都写一下
|
root login
cd /home/vpopmail/bin
add user:
vadduser: usage: [options] email_address [passwd]
options: -v (print the version)
-q quota_in_bytes (sets the users quota)
-s (don't rebuild the vpasswd.cdb file, faster for large sites)
-c comment (sets the gecos comment field)
-e standard_encrypted_password
-n no_password
-r generate a random password
vpasswd username
cd /home/vpopmail/bin
add user:
vadduser: usage: [options] email_address [passwd]
options: -v (print the version)
-q quota_in_bytes (sets the users quota)
-s (don't rebuild the vpasswd.cdb file, faster for large sites)
-c comment (sets the gecos comment field)
-e standard_encrypted_password
-n no_password
-r generate a random password
vpasswd username