Results 1 to 1 of 1
I am trying to configure sendmail with procmail.
However I would like to do so a per-user basis.
I have a /etc/procmailrc file
and the following lines in the sendmail.mc ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-01-2005 #1Just Joined!
- Join Date
- Jun 2005
- Posts
- 1
Sendmail and procmail
I am trying to configure sendmail with procmail.
However I would like to do so a per-user basis.
I have a /etc/procmailrc file
and the following lines in the sendmail.mc file
define(`PROCMAIL_MAILER_PATH',`/usr/bin/procmail')dnl
FEATURE(local_procmail,`',`procmail -t -Y -a $h -d $u')dnl
MAILER(procmail)dnl
The way I would like it to behave is for sendmail not to use procmail server wide by default but on a per user basis.
To do this would I comment out the above lines in sendmail.mc and just use .forward and procmailrc files in the users home directories.
Or do I still need those lines and the global /etc/procmailrc file.
If so, how do I configure to just use procmail per user and not server wide?


Reply With Quote
