You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
850 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

sendmail
===
著名电子邮件服务器
## 补充说明
**sendmail命令** 是一款著名的电子邮件传送代理程序也就是平常说的电子邮件服务器它基于标准的简单邮件传输协议SMTP
### 语法
```
sendmail(选项)
```
### 选项
```
-bd以守护进程方式运行指令
-bD以前台运行方式运行
-bi初始化别名数据库
-bm以常规发送电子邮件
-bp显示邮件的发送队列
-C指定配置文件
-D将调试的输出信息保存到日志文件而不显示在标准输出设备上
-F指定邮件发送者全名
-n禁止使用邮件别名功能
-f指定发件人的名字
-q设置处理邮件队列中邮件的时间间隔。
```
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->