Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Spam Fighting moved from MUA to MTA - success!

by Aristotle (Chancellor)
on Nov 09, 2003 at 13:43 UTC ( [id://305674]=note: print w/replies, xml ) Need Help??


in reply to Spam Fighting moved from MUA to MTA - success!

Uhm, am I missing something, or couldn't you simply use spamd/spamc?

Makeshifts last the longest.

  • Comment on Re: Spam Fighting moved from MUA to MTA - success!

Replies are listed 'Best First'.
•Re: Re: Spam Fighting moved from MUA to MTA - success!
by merlyn (Sage) on Nov 09, 2003 at 16:00 UTC
    From what I understand, spamc/spamd are command-line tools meant to work on one item at a time. There's no real place to plug those in at an MTA level. They work fine from an MUA level, but at that point, I'd still be calling it 10 times instead of once for each MIRV.

    With amavis, I get to make one call to SpamAssassin per incoming MIRV, and that's the big win.

    -- Randal L. Schwartz, Perl hacker
    Be sure to read my standard disclaimer if this is a reply.

      You certainly can plug them in at MTA level. I've not much idea about postfix; but I've had it working in exim. You basically set it up as another transport, round-trip everything through that transport and set a flag so that you're not going round in circles.

      spamc/spamd certainly are command line tools, but isn't everything?

        spamc/spamd certainly are command line tools, but isn't everything?
        No. The interface from postfix to amavis and back is SMTP. No launching and unlaunching. In fact, the interface to amavis is something else (LMTP?) that both postfix and amavis understand that permits individual senders to be accepted/rejected, even though only one copy of the message goes forward.

        It's all incredibly slick. I'm really happy with it.

        -- Randal L. Schwartz, Perl hacker
        Be sure to read my standard disclaimer if this is a reply.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://305674]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (3)
As of 2024-04-18 23:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found