Displaying 2 results from an estimated 2 matches for "xexec2".
Did you mean:
xexec
2007 Jun 12
0
New experimental XEXEC plugin status
...ile. You can do so as follows:
protocol imap {
mail_plugins = xexec
}
Then to add applications you specify the module name and map it to a
server side executable program.
xexec = module:executable
Here are some examples:
plugin {
xexec = blacklist:/usr/local/dovecot/blacklist.sh %u
xexec2 = whitelist:/usr/local/dovecot/whitelist.sh %u
xexec3 = average:/usr/local/dovecot/average
xexec4 = smtp:/usr/local/dovecot/smtp
}
The idea is that the module name will be a reference to an executable
and will hide what is happening on the server. When the command XEXEC
module <parameter...
2008 Mar 18
5
xexec and dovecot 1.1
I'll test very interesting plugin xexec. It seems very nice and can be
used in many things. It's compiled perfect with dovecot 1.0, but certanly
not with dovecot 1.1. It's stopped with next error:
In file included from cmd-xexec.c:30:
xexec.h:8: error: expected specifier-qualifier-list before 'array_t'
cmd-xexec.c: In function 'cmd_xexec':
cmd-xexec.c:134: error: