diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-02-14 13:50:14 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-02-14 13:52:56 +0000 |
commit | 422b73eb26436898a5a6bd71363931077c42e73b (patch) | |
tree | 02f8b51387b7345700439126afe7d536f045b234 | |
parent | bd95ffc2ba87fbd3c752df17bc8fd9c01586d45a (diff) |
Docs: ETRN default command
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 0d22aaefa..fbcad3d6f 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -17274,6 +17274,13 @@ example: smtp_etrn_command = /etc/etrn_command $domain \ $sender_host_address .endd +.new +If the option is not set, the argument for the ETRN command must +be a &'#'& followed by an address string. +In this case an &'exim -R <string>'& command is used; +if the ETRN ACL has set up a named-queue then &'-MCG <queue>'& is appended. +.wen + A new process is created to run the command, but Exim does not wait for it to complete. Consequently, its status cannot be checked. If the command cannot be run, a line is written to the panic log, but the ETRN caller still receives |