RHCE(postfix——邮件加密收发)

25 篇文章 0 订阅

一、修改foxmail服务端的服务器配置

1、创建密钥对

[root@haha ~]# cd /etc/postfix/ 
[root@haha postfix]# openssl req -new -x509 -nodes -out smtpd.pem -keyout smtpd.pem -days 3650
Generating a RSA private key
.......................................+++++
..........................................................+++++
writing new private key to 'smtpd.pem'
-----
You are about to be asked to enter information that will be incorporated
into your certificate request.
What you are about to enter is what is called a Distinguished Name or a DN.
There are quite a few fields but you can leave some blank
For some fields there will be a default value,
If you enter '.', the field will be left blank.
-----
Country Name (2 letter code) [XX]:86
State or Province Name (full name) []:chongqing
Locality Name (eg, city) [Default City]:chengke
Organization Name (eg, company) [Default Company Ltd]:dashuju
Organizational Unit Name (eg, section) []:rhce
Common Name (eg, your name or your server's hostname) []:mail.text.com
Email Address []:admin@text.com

2、编辑主配置文件

[root@haha postfix]# vim /etc/postfix/main.cf

smtp_use_tls = yes 
smtpd_use_tls = yes 
smtp_tls_note_starttls_offer = yes 
smtpd_tls_key_file = /etc/postfix/smtpd.pem 
smtpd_tls_cert_file = /etc/postfix/smtpd.pem 
smtpd_tls_CAfile = /etc/postfix/smtpd.pem 
smtpd_tls_loglevel = 1 
smtpd_tls_received_header = yes 
smtpd_tls_session_cache_timeout = 3600s 
tls_random_source = dev:/dev/urandom

3、编辑功能配置文件

[root@haha postfix]# vim /etc/postfix/master.cf 

29 smtps inet n - n - - smtpd 
30 # -o syslog_name=postfix/smtps 
31 -o smtpd_tls_wrappermode=yes 
32 -o smtpd_sasl_auth_enable=yes 

4、重启服务

[root@haha postfix]# systemctl restart postfix 
[root@haha postfix]# systemctl restart saslauthd 
[root@haha postfix]# systemctl restart dovecot

2、修改foxmail客户端的服务器配置

在这里插入图片描述
查看服务器日志:

# 查看日志 
Oct 25 20:02:27 kittod dovecot[9122]: pop3-login: Login: user=<xixi>, 
method=PLAIN, rip=192.168.226.1, lip=192.168.226.130, mpid=9151, TLS, session= <2UtzIizP89HAqOIB>
  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值