Hi,

    On a mail server fetctmail - postfix - procmail - cyrus imapd run.
Spamassassin is called in /etc/procmailrc. It works fine, but some users
need to have own .procmailrc. According to different documentations the
following line should be included in /etc/procmailrc

INCLUDRC=/home/$USER/.procmailrc

The problem is: Users' home directories are placed under different
subdirectories. e.g. /home/marketing/user01 or /home/production/userx

How can I include users' own procmailrc? Shall I insert a line for each
subdirectory, I mean:

INCLUDRC=/home/marketing/$USER/.procmailrc
INCLUDRC=/home/production/$USER/.procmailrc

or is there any "smart solution? e.g. grep the users' home from /etc/passwd.

thanx,

bye

Peter
-- 
[email protected] mailing list

Reply via email to