Next: , Up: Configuration Examples   [Contents][Index]


8.1 Simplest Case: Using Pies to Run Pmult

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;
}