| Server IP : 85.214.239.14 / Your IP : 216.73.216.99 Web Server : Apache/2.4.65 (Debian) System : Linux h2886529.stratoserver.net 4.9.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64 User : www-data ( 33) PHP Version : 8.2.29 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /proc/3/cwd/proc/2/root/proc/3/root/srv/automx/automx-master/doc/txt/ |
Upload File : |
automx_script
Date: 02/08/2013
Subtitle: automx script backend configuration parameters
Manual Section: 5
Manual Group: automx
Copyright: This document has been placed in the public domain.
Description
The automx_sript(5) man page specifies all parameters that control access from
within automx to a script backend.
Parameters
result_attrs (default: none)
Specifies a list of one or more variables. The output of the external
script will assign values to these variables. Results will be assigned in
the same order as variables have been listed:
result_attrs = server, email, auth, socket
Important
automx_script(5) does not check if the number of values returned matches the
ones expected. Too many return values will be discarded. If the script returns
too few automx_script(5) will use the corresponding result attribute name.
script (default: none)
Specifies the absolute path to the script which should be run by the
backend automx_script(5) backend:
script = /usr/local/bin/example_com.sh "%s"
separator (default: whitespace)
Specifies the character that separates values returned by the external
script:
separator = ,
Authors
Christian Roessner <cr@sys4.de>
Wrote the program.
Michael Menge
Wrote and contributed this backend.
Patrick Ben Koetter <p@sys4.de>
Wrote the documentation.
See also
automx(8), automx.conf(5), automx_ldap(5), automx_script(5), automx_sql(5),
automx-test(1)