[newbie] solaris sendmail mail gateway spam filtering

Ask a Question related to Sun Solaris, Design and Development.

  1. #1

    Default [newbie] solaris sendmail mail gateway spam filtering

    hi,

    i a newbie to sendmail and i want to filter spam for my site.

    i have an solaris8-sendmail (8.11.6) box in the dmz that delivers all
    mail to my internal mailserver (no sendmail) and sends all outgoing
    mail from the internal to the outside world.

    now i want to filter spam on the dmz before it gets to the inside.

    i would like to use spamassasin but i don't know how to install it. Do
    i have to install milter first? how do i install milter feature on
    solaris? i would even use dnsbl but i can't figure out how.

    don't think i haven't searched enough.. i am searching since 2 days
    but i can't find anything that fits my skill ;) :(

    can anyone give me a hint where to get a good step-by-step howto?

    Thanks
    Guido
    --
    Guido Lenk University of Passau
    Systemadministrator 94030 Passau, Germany
    Tel.+49 (851) 509 - 3187
    Institute for Information-Systems Fax +49 (851) 509 - 3182
    and Softwaretechnique [url]www.ifis.uni-passau.de[/url]
    Guido Lenk Guest

  2. Similar Questions and Discussions

    1. Sendmail issue on fresh Solaris 8 box
      Hi all, I have a UNIX question related to 'sendmail'. I have a fresh out-of-the-box Unix box that I installed Solaris 8 on. I have the system...
    2. [newbie]spam filtering on solaris sendmail mail gateway
      hi, i a newbie to sendmail and i want to filter spam for my site. i have an solaris8-sendmail (8.11.6) box in the dmz that delivers all mail...
    3. simple sendmail relay setting for Solaris 9
      Hi, I would like to configure a Solaris 9 box to send email to a mail relay server. It was really easy with Solaris 8...but I can't figure out...
    4. Need help with anti-spam Thoth filtering
      It's not obvious, but there's got to be a way to filter posts that have been cross-posted to...say...more than 5 news groups...right? Also, many...
    5. Mail::Sendmail cannot connect to localhost but the mail command can
      Hello, I have a script that uses Mail::Sendmail, this script works just fine in 4 different boxes (RedHat and Solaris). Nevertheless, there is...
  3. #2

    Default Re: [newbie] solaris sendmail mail gateway spam filtering

    Guido Lenk wrote...
    > i have an solaris8-sendmail (8.11.6) box in the dmz that delivers all
    > mail to my internal mailserver (no sendmail) and sends all outgoing
    > mail from the internal to the outside world.
    ...
    > i would like to use spamassasin but i don't know how to install it. Do
    > i have to install milter first? how do i install milter feature on
    > solaris? i would even use dnsbl but i can't figure out how.
    Run spamassassin from mimedefang is what I'd suggest you to do.

    With sendmail you're looking at using some sendmail's milter API based
    solution or procmail. mimedefang is one milter, there are few others
    (just do a google search). The fact that you run Solaris doesn't
    really matter.

    You should replace Sun's sendmail with 8.12.9 from sendmail.org,
    compiled with milter support. And maybe install perl 5.6.1 or 5.8.0 as
    well incase you have Solaris 8 and perl 5.005_03 now.

    Read mimedefang documentation (manualpages, FAQ, everything in the
    tarball) and search the mimedefang mailing list for ideas.

    Or if it's just local delivery and not relaying the mail to some
    internal mail server, using spamassassin via procmail might be an
    option as well.

    SpamAssassin website has some step-by-step guides, but you'll do alot
    better by studying the available documentation and learning things on
    your own. And with MIMEDefang you want to focus on MIMEDefang as it
    does all the work. The guides usually just cover specific scenarios
    and none of the guides might not cover your situation, so you need to
    do some work on your own.
    Hannu Liljemark Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139