14 lines
505 B
Plaintext
14 lines
505 B
Plaintext
# BEGIN global-autoresponder transport
|
|
# The worker receives the original message on stdin and Exim-provided envelope
|
|
# variables such as SENDER, RECIPIENT, LOCAL_PART, and DOMAIN in the environment.
|
|
global_autoresponder_transport:
|
|
driver = pipe
|
|
command = /usr/local/directadmin/plugins/global-autoresponder/scripts/global_autoresponder_worker.php
|
|
user = root
|
|
group = root
|
|
return_fail_output = false
|
|
log_output = true
|
|
message_prefix =
|
|
message_suffix =
|
|
# END global-autoresponder transport
|