uTools-Manuals/docs/linux/sendmail.html
2019-04-21 11:50:48 +08:00

20 lines
1.0 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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