使用Postfix发送邮件
Abstract
下面介绍在`Ubuntu`下使用`Postfix`发送邮件的方法
# 安装Postfix
```
sudo apt-get install postfix
sudo apt-get install mailutils
```
下面介绍在Ubuntu下使用Postfix发送邮件的方法
安装Postfix
sudo apt-get install postfix
sudo apt-get install mailutils
我这边是按照默认配置安装的。
修改配置
vim /etc/postfix/main.cf
将myhostname修改为localhost
启动Postfix服务
service postfix start
发送
mailx -r
Login required to read the rest of the content
登录 to comment~
Guess you like
Recommended articles