Re: [SAtalk] Whitelisting with an alias

2002-10-04 Thread Justin Mason
Don Lindbergh said: > I put the below lines in my $USER_HOME/.spamassassin/.spamassassin.cf file > in an effort to force the use of the directory I want, however spamassassin > as invoked by mail sent to the alias seemed to pay no attention to these > instructions and continued to insist on using

Re: [SAtalk] Whitelisting with an alias

2002-10-03 Thread Don Lindbergh
>From: "Steve Thomas" <[EMAIL PROTECTED]> >To: "Don Lindbergh" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> >Sent: Wednesday, October 02, 2002 1:48 PM >Subject: RE: [SAtalk] Whitelisting with an alias > > As root, type: > > ln -s /path/t

Re: [SAtalk] Whitelisting with an alias

2002-10-02 Thread Dave
>somealias: ""|/usr/bin/spamassassin -W"" > > mail forwarded to this alias at my machine bounces with the message > >550 5.1.1 ""|/usr/bin/spamassassin -W""... User unknown > > If I use the sytax you suggest > >somealias: |"/usr/bin/spamassassin -W" > > mail forwarded to this alias

RE: [SAtalk] Whitelisting with an alias

2002-10-02 Thread Steve Thomas
|smrsh: spamassassin not available for sendmail programs |554 5.0.0 Service unavailable | | I'm guessing that maybe one must run spamd to whitelist with an alias | because spamassassin called via the sendmil aliases mechanism can't run | under the user id in this case? | Would it be possib

Re: [SAtalk] Whitelisting with an alias

2002-10-02 Thread Don Lindbergh
>From: "Steve Thomas" <[EMAIL PROTECTED]> >To: "Don Lindbergh" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> >Sent: Tuesday, October 01, 2002 4:06 PM >Subject: RE: [SAtalk] Whitelisting with an alias > > The file you're looking for is e

RE: [SAtalk] Whitelisting with an alias

2002-10-01 Thread Steve Thomas
The file you're looking for is either /etc/aliases or /etc/mail/aliases. It's a file that's associated with sendmail. Once you modify it, you need to run the command 'newaliases' as the root user. That rebuilds the actual aliases.db file which is what sendmail actually uses. You do not need to res