This commit is contained in:
Zhang Huangbin 2015-11-19 01:20:37 +08:00
parent 4979f6cb8e
commit 24b2ff17fa
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ config file `/etc/postfix/master.cf`:
```
external-pipe unix - n n - - pipe
flags= user=vmail:vmail argv=/path/to/your/external/script.sh
flags=DRhu user=vmail:vmail argv=/path/to/your/external/script.sh
```
__Note__:

View File

@ -17,7 +17,7 @@
as Postfix transport program. Please add below line at the bottom of Postfix
config file <code>/etc/postfix/master.cf</code>:</p>
<pre><code>external-pipe unix - n n - - pipe
flags= user=vmail:vmail argv=/path/to/your/external/script.sh
flags=DRhu user=vmail:vmail argv=/path/to/your/external/script.sh
</code></pre>
<p><strong>Note</strong>:</p>