邮件发送配置

### 1.下载软件包

```
yum -y install postfix mailx
```

### 2.编辑配置文件

```vi /etc/mail.rc
# QQ邮箱
set from=xxxxxxxxx@qq.com
set smtp=smtp.qq.com
set smtp-auth-user=xxxxxxxx@qq.com
set smtp-auth-password=xxxxxxxxxxx #填写自己的密钥

# 163邮箱 ,这两个只需要填写一个就好
set from=xxxxxxxxx@163.com
set smtp=smtp.163.com
set smtp-auth-user=xxxxxxxxxx@163.com
set smtp-auth-password=xxxxxxxxxxxxx
```
### 3.查看服务状态
```
systemctl status postfix
```

### 4.重启服务
```
systemctl enable --now postfix
```

### 5.关闭防火墙
```
systemctl stop firewalld
setenforce 0
```

### 6.发送格式
```
echo "邮件内容" | mail -s "邮件标题" 邮箱地址

#测试发送邮件
echo hello word | mail -s "test" 2041598918@qq.com

#测试发送文件
mail -s "passwd" 2041598918@qq.com < cf.zip
```

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值