feat: complete production backend integration
This commit is contained in:
@@ -1,2 +1,13 @@
|
||||
# global-autoresponder transport placeholder
|
||||
# This file must only be installed through DirectAdmin/CustomBuild-safe Exim customization paths.
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user