如何设置wrt文件服务器
发布时间: 2023-11-09 12:51:50
‘壹’ openwrt如何搭建SMTP邮件服务器
1. Postfix sasl2 dovecot 安装
[root@mail ~]# yum install postfix cycus-sasl* dovecot
2. 配置
[root@mail ~]# vi /etc/postfix/main.cf
3. 设置开机自启
[root@mail ~]#chkconfig –level 345 postfix on
[root@mail ~]#chkconfig –level 345 dovecot on
[root@mail ~]#chkconfig –level 345 saslauthd on
4. 添加帐号
(1) 先新建系统帐号
[root@mail ~]# useradd –s /bin/nologin –m test
[root@mail ~]# passwd test //密码 test
(2) 添加邮箱账号
[root@mail ~]# /usr/sbin/testsaslauthd -u test -p test
上面这步所使用的用户名和密码,系统中必须有该用户和对应的密码,否则会报错
返回:ok,successd,执行成功。
5. foxmail 测试
————————————————
如果能够帮助你,麻烦采纳
你的采纳是我答题的动力
——谢谢你给我的支持!!!
‘贰’ openwrt怎么配置服务器非192.168.1.1
一般 OpenWrt 安装好之后会已经默启用了Web 管理界面(LuCI),默认地址是192.168.1.1,默认账号是 root,无密码,直接点击登录即可进入
热点内容