Next: Hairy Pies, Up: Configuration Examples [Contents][Index]
The example below runs pmult
(see Pmilter
multiplexer program in Mailfromd Manual) utility with
the privileges of ‘meta1’ user. Both standard error and standard
output are redirected to the syslog facility ‘mail’, priorities
‘err’ and ‘info’, correspondingly.
component pmult { command "/usr/local/sbin/pmult"; user meta1s; stderr syslog mail.err; stdout syslog mail.info; }