procmail
[Top] [All Lists]

Re: Procmail installation ...

2000-12-23 00:50:32
"Smorodinsky, Edward" <EDS(_at_)soros(_dot_)com> writes:
Yes, I did the following changes:

1) changed ids at line
#define TRUSTED_IDS   {"sfminfo")
...

That would be the problem line.  First of all, that paren should be a
brace, and secondly, it needs to be a zero-terminated list.  Finally,
you almost certainly should have "root" in there:

#define TRUSTED_IDS {"sfminfo","root",0}



Philip Guenther
_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>