如何設置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,無密碼,直接點擊登錄即可進入
熱點內容