安装
开放匿名权限
anon-access = read
auth-access = write
设置用户密码文件
password-db = passwd
设置权限文件
authz-db = authz
简单认证
[sasl]
密码文件配置
[users]
# harry = harryssecret
# sally = sallyssecret
zhangsan = 123
shr = 123
权限文件配置
[/]
zhangsan = rw
shr = rw
*=