IT数码 购物 网址 头条 软件 日历 阅读 图书馆
TxT小说阅读器
↓语音阅读,小说下载,古典文学↓
图片批量下载器
↓批量下载图片,美女图库↓
图片自动播放器
↓图片自动播放器↓
一键清除垃圾
↓轻轻一点,清除系统垃圾↓
开发: C++知识库 Java知识库 JavaScript Python PHP知识库 人工智能 区块链 大数据 移动开发 嵌入式 开发工具 数据结构与算法 开发测试 游戏开发 网络协议 系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程
数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁
 
   -> 开发工具 -> 启用用户认证收发实验 -> 正文阅读

[开发工具]启用用户认证收发实验

启用用户认证收发实验

安装相关软件
[root@kittod ~]# dnf install cyrus-sasl dovecot sasl -y

postfix主配置文件追加如下内容

[root@kittod ~]# tail -11 /etc/postfix/main.cf
#启用SASL对客户端进行认证
broken_sasl_auth_clients = yes
#启用SASL认证
smtpd_sasl_auth_enable = yes
#禁用匿名用户
smtpd_sasl_security_options = noanonymous
#定义收件人限定
smtpd_recipient_restrictions =
permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination

修改dovecot配置文件

[root@kittod ~]# vim /etc/dovecot/dovecot.conf
23 # Protocols we want to be serving.
24 #protocols = imap pop3 lmtp submission
25 protocols = imap pop3 lmtp
45 # Space separated list of trusted network ranges. Connections from these
46 # IPs are allowed to override their IP addresses and ports (for logging and
47 # for authentication checks). disable_plaintext_auth is also ignored for
48 # these networks. Typically you’d specify your IMAP proxy servers here.
49 #login_trusted_networks =
50 login_trusted_networks = 192.168.226.0/24
[root@kittod ~]# vim /etc/dovecot/conf.d/10-mail.conf
24 # mail_location = maildir:~/Maildir
25 # mail_location = mbox:~/mail:INBOX=/var/mail/%u
26 # mail_location = mbox:/var/mail/%d/%1n/%n:INDEX=/var/indexes/%d/%1n/%n
27 #
28 # <doc/wiki/MailLocation.txt>
29 #
30 #mail_location =
31
32 mail_location = mbox:~/mail:INBOX=/var/mail/%u

重启以下服务

[root@kittod ~]# systemctl restart postfix
[root@kittod ~]# systemctl restart dovecot
[root@kittod ~]# systemctl restart saslauthd

查看服务状态

[root@kittod ~]# systemctl status postfix
● postfix.service - Postfix Mail Transport Agent
Loaded: loaded (/usr/lib/systemd/system/postfix.service; disabled; vendor
preset: disabled)
Active: active (running) (thawing) since Mon 2021-10-25 17:52:47 CST; 23min
ago
Process: 8096 ExecStop=/usr/sbin/postfix stop (code=exited, status=0/SUCCESS)
Process: 8115 ExecStart=/usr/sbin/postfix start (code=exited,
status=0/SUCCESS)
Process: 8113 ExecStartPre=/usr/libexec/postfix/chroot-update (code=exited,
status=0/SUCCESS)
Process: 8110 ExecStartPre=/usr/libexec/postfix/aliasesdb (code=exited,
status=0/SUCCESS)
Main PID: 8182 (master)
Tasks: 3 (limit: 49294)
Memory: 7.2M
CGroup: /system.slice/postfix.service
├─8182 /usr/libexec/postfix/master -w
├─8183 pickup -l -t unix -u
└─8184 qmgr -l -t unix -u
Oct 25 17:53:03 kittod postfix/qmgr[8184]: 6166BB573E: from=root@haha.com,
size=423, nrcpt=1 (queue active)
Oct 25 17:53:03 kittod postfix/local[8190]: 6166BB573E: to=redhat@haha.com,
relay=local, delay=0.03, delays=>
Oct 25 17:53:03 kittod postfix/qmgr[8184]: 6166BB573E: removed
Oct 25 17:57:24 kittod postfix/pickup[8183]: 0B455B573E: uid=0 from=
Oct 25 17:57:24 kittod postfix/cleanup[8245]: 0B455B573E: message-id=
20211025095724.0B455B573E@mail.haha.com
Oct 25 17:57:24 kittod postfix/qmgr[8184]: 0B455B573E: from=root@haha.com,
size=426, nrcpt=1 (queue active)
Oct 25 17:57:24 kittod postfix/local[8247]: 0B455B573E: to=maomao@haha.com,
orig_to=workgroup@haha.com, re>
Oct 25 17:57:24 kittod postfix/local[8247]: 0B455B573E: to=xixi@haha.com,
orig_to=workgroup@haha.com, rela>
Oct 25 17:57:24 kittod postfix/local[8247]: 0B455B573E: to=redhat@haha.com,
orig_to=workgroup@haha.com, re>
Oct 25 17:57:24 kittod postfix/qmgr[8184]: 0B455B573E: removed
[root@kittod ~]# systemctl status dovecot
● dovecot.service - Dovecot IMAP/POP3 email server
Loaded: loaded (/usr/lib/systemd/system/dovecot.service; disabled; vendor
preset: disabled)
Active: active (running) (thawing) since Sun 2021-10-24 15:38:03 CST; 1 day
2h ago
Docs: man:dovecot(1)
http://wiki2.dovecot.org/
Process: 6702 ExecStop=/usr/bin/doveadm stop (code=exited, status=0/SUCCESS)
Process: 6706 ExecStartPre=/usr/libexec/dovecot/prestartscript (code=exited,
status=0/SUCCESS)
Main PID: 6713 (dovecot)
Tasks: 5 (limit: 49294)
Memory: 9.5M
CGroup: /system.slice/dovecot.service
├─6713 /usr/sbin/dovecot -F
├─6714 dovecot/anvil
├─6715 dovecot/log
├─6716 dovecot/config
└─6718 dovecot/stats
Oct 25 18:13:04 kittod dovecot[6715]: pop3-login: Login: user=,
method=PLAIN, rip=192.168.226.1, lip=1>
Oct 25 18:13:04 kittod dovecot[6715]: pop3(redhat)<8430>:
Disconnected: Logged out top=0/0, >
Oct 25 18:14:02 kittod dovecot[6715]: pop3-login: Login: user=,
method=PLAIN, rip=192.168.226.1, lip=192>
Oct 25 18:14:02 kittod dovecot[6715]: pop3(xixi)<8435><12HGnirP28DAqOIB>:
Disconnected: Logged out top=0/0, re>
Oct 25 18:14:14 kittod dovecot[6715]: pop3-login: Login: user=,
method=PLAIN, rip=192.168.226.1, lip=1>
Oct 25 18:14:14 kittod dovecot[6715]: pop3(maomao)<8440><5UFynyrP4sDAqOIB>:
Disconnected: Logged out top=0/0, >
Oct 25 18:14:15 kittod dovecot[6715]: pop3-login: Login: user=,
method=PLAIN, rip=192.168.226.1, lip=192>
Oct 25 18:14:15 kittod dovecot[6715]: pop3-login: Login: user=,
method=PLAIN, rip=192.168.226.1, lip=1>
[root@kittod ~]# systemctl status saslauthd
● saslauthd.service - SASL authentication daemon.
Loaded: loaded (/usr/lib/systemd/system/saslauthd.service; disabled; vendor
preset: disabled)
Active: active (running) (thawing) since Sun 2021-10-24 15:37:56 CST; 1 day
2h ago
Process: 6694 ExecStart=/usr/sbin/saslauthd -m $SOCKETDIR -a $MECH $FLAGS
(code=exited, status=0/SUCCESS)
Main PID: 6695 (saslauthd)
Tasks: 5 (limit: 49294)
Memory: 3.9M
CGroup: /system.slice/saslauthd.service
├─6695 /usr/sbin/saslauthd -m /run/saslauthd -a pam
├─6696 /usr/sbin/saslauthd -m /run/saslauthd -a pam
├─6697 /usr/sbin/saslauthd -m /run/saslauthd -a pam
├─6698 /usr/sbin/saslauthd -m /run/saslauthd -a pam
└─6699 /usr/sbin/saslauthd -m /run/saslauthd -a pam
Oct 24 15:37:56 kittod systemd[1]: Starting SASL authentication daemon…
Oct 24 15:37:56 kittod saslauthd[6695]: : master pid is: 6695
Oct 24 15:37:56 kittod systemd[1]: Started SASL authentication daemon…
启动foxmail客户端,出现上面窗口,选择【其他邮箱】添加邮箱,接下来的如下图所示:
点击【手动设置】,出现以下提示:
Oct 24 15:37:56 kittod saslauthd[6695]: : listening on socket:
/run/saslauthd/mux

安装foxmail客户端

下载链接 https://www.foxmail.com

  开发工具 最新文章
Postman接口测试之Mock快速入门
ASCII码空格替换查表_最全ASCII码对照表0-2
如何使用 ssh 建立 socks 代理
Typora配合PicGo阿里云图床配置
SoapUI、Jmeter、Postman三种接口测试工具的
github用相对路径显示图片_GitHub 中 readm
Windows编译g2o及其g2o viewer
解决jupyter notebook无法连接/ jupyter连接
Git恢复到之前版本
VScode常用快捷键
上一篇文章      下一篇文章      查看所有文章
加:2021-10-29 13:15:51  更:2021-10-29 13:15:59 
 
开发: C++知识库 Java知识库 JavaScript Python PHP知识库 人工智能 区块链 大数据 移动开发 嵌入式 开发工具 数据结构与算法 开发测试 游戏开发 网络协议 系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程
数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁

360图书馆 购物 三丰科技 阅读网 日历 万年历 2024年11日历 -2024/11/15 20:56:33-

图片自动播放器
↓图片自动播放器↓
TxT小说阅读器
↓语音阅读,小说下载,古典文学↓
一键清除垃圾
↓轻轻一点,清除系统垃圾↓
图片批量下载器
↓批量下载图片,美女图库↓
  网站联系: qq:121756557 email:121756557@qq.com  IT数码