Server IP : 85.214.239.14 / Your IP : 3.144.15.205 Web Server : Apache/2.4.62 (Debian) System : Linux h2886529.stratoserver.net 4.9.0 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.18 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /srv/automx/automx-master/src/doc/ |
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)`_ .. _automx(8): automx.8.html .. _automx.conf(5): automx.conf.5.html .. _automx_ldap(5): automx_ldap.5.html .. _automx_sql(5): automx_sql.5.html .. _automx_script(5): automx_script.5.html .. _automx-test(1): automx-test.1.html