Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: SpamAssassin: users

join

 

 

SpamAssassin users RSS feed   Index | Next | Previous | View Threaded


mdunlap at breakawaysystems

Jun 30, 2011, 10:28 AM

Post #1 of 10 (286 views)
Permalink
join

join


me at junc

Jun 30, 2011, 10:31 AM

Post #2 of 10 (273 views)
Permalink
Re: join [In reply to]

On Thu, 30 Jun 2011 12:28:20 -0500, Max Dunlap wrote:
> join

the fun ?


mdunlap at breakawaysystems

Jun 30, 2011, 10:56 AM

Post #3 of 10 (276 views)
Permalink
Re: join [In reply to]

Haha, I'm sorry I accidently sent a message. But while I'm at it, I was
going to ask a question.
I just set up a healthy postfix server on ubuntu, I've been looking at
the
wiki and I'm not sure which way is the best to get myself setup with SA.
My
old method doesnt work anymore, the wiki says it causes backscatter and
is
no longer supported. I was looking into using spampd.
http://wiki.apache.org/spamassassin/IntegratePostfixViaSpampd

or am I just making this too hard for myself? Help would be appreciated.

On Thu, 2011-06-30 at 19:31 +0200, Benny Pedersen wrote:

> On Thu, 30 Jun 2011 12:28:20 -0500, Max Dunlap wrote:
> > join
>
> the fun ?
>


rramsdell at activedg

Jun 30, 2011, 11:07 AM

Post #4 of 10 (279 views)
Permalink
Re: join [In reply to]

Max Dunlap wrote:
> Haha, I'm sorry I accidently sent a message. But while I'm at it, I was
> going to ask a question.
> I just set up a healthy postfix server on ubuntu, I've been looking at
> the
> wiki and I'm not sure which way is the best to get myself setup with SA.
> My
> old method doesnt work anymore, the wiki says it causes backscatter and
> is
> no longer supported. I was looking into using spampd.
> http://wiki.apache.org/spamassassin/IntegratePostfixViaSpampd
>
> or am I just making this too hard for myself? Help would be appreciated.
>
> On Thu, 2011-06-30 at 19:31 +0200, Benny Pedersen wrote:
>
>> On Thu, 30 Jun 2011 12:28:20 -0500, Max Dunlap wrote:
>>> join
>> the fun ?
>>
>
>

* You have to configure postfix to send to the spamassassin daemon.
* Then configure a way for spamassassin to send back to postfix.

Postfix can be configured in the master.cf what is listens to and in
main.cf configure the content_filter.

main.cf : configure the content filter ( What ip:port spamassasin
listens to for incoming.

master.cf : set up port postfix listens to for the spamassassin return
connection.


mdunlap at breakawaysystems

Jun 30, 2011, 11:11 AM

Post #5 of 10 (274 views)
Permalink
Re: join [In reply to]

Okay, that makes sense. I'm following this tutorial, it references -o
alias_maps=hash:/etc/postfix/spamalias in master.cf, which doesnt exist.
and header_checks = regexp:/etc/postfix/spamheadercheck in main.cf,
which also doesn't exist.
On Thu, 2011-06-30 at 14:07 -0400, Randy Ramsdell wrote:
> Max Dunlap wrote:
> > Haha, I'm sorry I accidently sent a message. But while I'm at it, I was
> > going to ask a question.
> > I just set up a healthy postfix server on ubuntu, I've been looking at
> > the
> > wiki and I'm not sure which way is the best to get myself setup with SA.
> > My
> > old method doesnt work anymore, the wiki says it causes backscatter and
> > is
> > no longer supported. I was looking into using spampd.
> > http://wiki.apache.org/spamassassin/IntegratePostfixViaSpampd
> >
> > or am I just making this too hard for myself? Help would be appreciated.
> >
> > On Thu, 2011-06-30 at 19:31 +0200, Benny Pedersen wrote:
> >
> >> On Thu, 30 Jun 2011 12:28:20 -0500, Max Dunlap wrote:
> >>> join
> >> the fun ?
> >>
> >
> >
>
> * You have to configure postfix to send to the spamassassin daemon.
> * Then configure a way for spamassassin to send back to postfix.
>
> Postfix can be configured in the master.cf what is listens to and in
> main.cf configure the content_filter.
>
> main.cf : configure the content filter ( What ip:port spamassasin
> listens to for incoming.
>
> master.cf : set up port postfix listens to for the spamassassin return
> connection.
>


mdunlap at breakawaysystems

Jun 30, 2011, 11:20 AM

Post #6 of 10 (282 views)
Permalink
Re: join [In reply to]

I'm sorry, nevermind. I should read before I reply. This tutorial is
great.

On Thu, 2011-06-30 at 13:11 -0500, Max Dunlap wrote:
> Okay, that makes sense. I'm following this tutorial, it references -o
> alias_maps=hash:/etc/postfix/spamalias in master.cf, which doesnt exist.
> and header_checks = regexp:/etc/postfix/spamheadercheck in main.cf,
> which also doesn't exist.
> On Thu, 2011-06-30 at 14:07 -0400, Randy Ramsdell wrote:
> > Max Dunlap wrote:
> > > Haha, I'm sorry I accidently sent a message. But while I'm at it, I was
> > > going to ask a question.
> > > I just set up a healthy postfix server on ubuntu, I've been looking at
> > > the
> > > wiki and I'm not sure which way is the best to get myself setup with SA.
> > > My
> > > old method doesnt work anymore, the wiki says it causes backscatter and
> > > is
> > > no longer supported. I was looking into using spampd.
> > > http://wiki.apache.org/spamassassin/IntegratePostfixViaSpampd
> > >
> > > or am I just making this too hard for myself? Help would be appreciated.
> > >
> > > On Thu, 2011-06-30 at 19:31 +0200, Benny Pedersen wrote:
> > >
> > >> On Thu, 30 Jun 2011 12:28:20 -0500, Max Dunlap wrote:
> > >>> join
> > >> the fun ?
> > >>
> > >
> > >
> >
> > * You have to configure postfix to send to the spamassassin daemon.
> > * Then configure a way for spamassassin to send back to postfix.
> >
> > Postfix can be configured in the master.cf what is listens to and in
> > main.cf configure the content_filter.
> >
> > main.cf : configure the content filter ( What ip:port spamassasin
> > listens to for incoming.
> >
> > master.cf : set up port postfix listens to for the spamassassin return
> > connection.
> >
>
>


per at computer

Jun 30, 2011, 12:20 PM

Post #7 of 10 (276 views)
Permalink
Re: join [In reply to]

Max Dunlap wrote:

> Haha, I'm sorry I accidently sent a message. But while I'm at it, I
> was going to ask a question.
> I just set up a healthy postfix server on ubuntu, I've been looking at
> the wiki and I'm not sure which way is the best to get myself setup
> with SA. My old method doesnt work anymore, the wiki says it causes
> backscatter and is no longer supported. I was looking into using
> spampd.
> http://wiki.apache.org/spamassassin/IntegratePostfixViaSpampd

I wrote this a long time ago, but I think it's still applicable:

http://jessen.ch/articles/spamassassin-and-postfix/


/Per Jessen, Zürich


per at computer

Jul 1, 2011, 12:20 AM

Post #8 of 10 (259 views)
Permalink
Re: join [In reply to]

Per Jessen wrote:

> Max Dunlap wrote:
>
>> Haha, I'm sorry I accidently sent a message. But while I'm at it, I
>> was going to ask a question.
>> I just set up a healthy postfix server on ubuntu, I've been looking
>> at the wiki and I'm not sure which way is the best to get myself
>> setup with SA. My old method doesnt work anymore, the wiki says it
>> causes backscatter and is no longer supported. I was looking into
>> using spampd.
>> http://wiki.apache.org/spamassassin/IntegratePostfixViaSpampd
>
> I wrote this a long time ago, but I think it's still applicable:
>
> http://jessen.ch/articles/spamassassin-and-postfix/
>

And now it's also _actually_ available, thanks Benny.


/Per Jessen, Zürich


me at junc

Jul 1, 2011, 12:57 AM

Post #9 of 10 (264 views)
Permalink
Re: join [In reply to]

On Fri, 01 Jul 2011 08:17:59 +0200, Per Jessen wrote:

>> http://jessen.ch/articles/spamassassin-and-postfix/
> And now it's also _actually_ available, thanks Benny.

the above page still have 403 errors
http://timian.jessen.ch/reports/spamassassin/report.html


per at computer

Jul 1, 2011, 8:20 AM

Post #10 of 10 (264 views)
Permalink
Re: join [In reply to]

Benny Pedersen wrote:

> On Fri, 01 Jul 2011 08:17:59 +0200, Per Jessen wrote:
>
>>> http://jessen.ch/articles/spamassassin-and-postfix/
>> And now it's also _actually_ available, thanks Benny.
>
> the above page still have 403 errors
> http://timian.jessen.ch/reports/spamassassin/report.html

Yeah - like I said, it's old, and hasn't been maintained for a while. I
don't think that report page is kept up-to-date at all.


/Per Jessen, Zürich

SpamAssassin users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.