Re: [SAtalk] Postfix set-up

2002-05-23 Thread Julien Beauviala
On 23/05/02 at 17:56, John Weissberg <[EMAIL PROTECTED]> wrote : > Can anyone point me to a clear and simply explanation of how > to set-up SA with Postfix using either spamd or spamproxy? > > I tried 4 or 5 months ago back when bleeding edge was V2.0 and > was unsuccessful then. Perhaps someone

Re: [SAtalk] Postfix set-up

2002-05-23 Thread Stephen Bader
John, I am setting up the same thing at the moment actually. I haven't fully released it to our customer base, but I am testing it and it is working fine. Any comments from others would be great though. I've installed Procmail v3.22 and SpamAssassin 2.20. I am running spamd with the flags -d (da

Re: [SAtalk] Postfix set-up

2002-05-23 Thread Vivek Khera
> "JW" == John Weissberg <[EMAIL PROTECTED]> writes: JW> Can anyone point me to a clear and simply explanation of how to set-up JW> SA with Postfix using either spamd or spamproxy? spamproxyd can lose your mail, so don't use it. what I'm using is amavisd-new without any antivirus checker. b

RE: [SAtalk] Postfix set-up and Mail loops

2002-01-21 Thread Tony Hoyle
> -Original Message- > From: John Weissberg [mailto:[EMAIL PROTECTED]] > Sent: 21 January 2002 18:02 > To: Tony Hoyle > Cc: [EMAIL PROTECTED] > Subject: Re: [SAtalk] Postfix set-up and Mail loops > > > I am using Postfix and now trying to set up SA via spam

Re: [SAtalk] Postfix set-up and Mail loops

2002-01-21 Thread John Weissberg
I am using Postfix and now trying to set up SA via spamd. I seem to be creating mail-loops with the spamc pipe to sendmail in the spamfilter file called from Postfix master.cf. It seems that mails that spanc scans are being output via sendmail into a queue that will be scanned by spamc again etc.

RE: [SAtalk] Postfix set-up

2002-01-17 Thread Tony Hoyle
> -Original Message- > From: John Weissberg [mailto:[EMAIL PROTECTED]] > Sent: 17 January 2002 07:35 > To: Tony Hoyle > Cc: [EMAIL PROTECTED] > Subject: Re: [SAtalk] Postfix set-up > > > Sorry to be such a newbie but... I have no idea what the > spamfilte

Re: [SAtalk] Postfix set-up

2002-01-16 Thread John Weissberg
> If I simply wanted to call spamc -f as you suggest, how do I do this from > master.cf or main.cf? > > Add to master.cf: > > spamunix- n n - 10 pipeuser=mail > argv=/usr/local/bin/spamfilter ${sender} ${recipient} > > Add to main.cf: > > content_filter =

Re: [SAtalk] Postfix set-up

2002-01-16 Thread John Weissberg
Sorry to be such a newbie but... I have no idea what the spamfilter file should look like. Can you supply a simple one? All I want to do is re-label spam files with the "***SPAM***" message so that my mail users can easily identify and/or delete them. SA does not need, at this point, to segregate

RE: [SAtalk] Postfix set-up

2002-01-16 Thread Tony Hoyle
> -Original Message- > From: John Weissberg [mailto:[EMAIL PROTECTED]] > Sent: 16 January 2002 15:48 > To: [EMAIL PROTECTED] > Subject: [SAtalk] Postfix set-up > > > I am using Postfix as my MTA. I would love to have incoming > mail filtered > by Spam Assassin. Can some explain how to

Re: [SAtalk] Postfix set-up

2002-01-16 Thread Jim Holmes
Take a look at the FILTER_README in the postfix distro. Basicly you set "content_filter" to send to spamproxy (smtp:localhost: and in master.cf add an smtp server at the return port for spamproxy and overide the content_filter rule: inet n - y - - smtpd -o

Re: [SAtalk] Postfix set-up

2002-01-16 Thread David L. Dewey
Quoting John Weissberg ([EMAIL PROTECTED]): > I am using Postfix as my MTA. I would love to have > incoming mail filtered by Spam Assassin. Can some explain > how to modify Postfix master.cf or main.cf so as to > invoke Spam Assassin for each incoming mail. I use Postfix and SA, and I didn't mod