man kuvert_mta_wrapper (Commandes) - wrapper around your MTA for mail submission to kuvert()
NAME
kuvert-mta-wrapper - wrapper around your MTA for mail submission to kuvert()
SYNOPSIS
kuvert-mta-wrapper [-options] [args]
DESCRIPTION
kuvert_mta_wrapper
submits an email either directly to your MTA or enqueues it for kuvert() for further processing. kuvert_mta_wrapper should be called by your MUA instead of your usual MTA in order to enable kuvert to intercept and process the outgoing mails. Please see your MUA's documentation about how to override the MTA to be used.
The decision whether queueing or calling the MTA directly is based on the following factors:
- •
- If there are options given other than -bm , -f , -i , -t , -v , -oi , -od , -oe , the standard MTA /usr/lib/sendmail is executed with the options and arguments given. The result code in this case is the one the MTA returns.
- •
- If there is a configuration file ~/.kuvert (See kuvert(1) for possible configuration directives) the mail is queued for kuvert(1) . The options and arguments are ignored. If there are problems, an error message is sent to syslog and -1 is returned.
FILES
SEE ALSO
kuvert()
AUTHORS
Alexander Zangerl <az@snafu.priv.at>
BUGS
The list of allowed options and the MTA for fallback are set at compile time. kuvert_mta_wrapper does log only to syslog at the moment.