Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Anti-Spam Package (dspam or SpamAssasin)

    Scheduled Pinned Locked Moved Expired/Withdrawn Bounties
    27 Posts 11 Posters 45.0k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • marcellocM
      marcelloc
      last edited by

      @jimp:

      There is a big difference in configuring a greylisting daemon and configuring a full spam filter package. An actual spam filter package would involve running a full mail server on the firewall, plus all of the spam scanning software, plus coming up with some kind of GUI for it, and a way to manage not only the global spam filter settings but probably per-address options, and updating the spamassassin rules, etc, etc.

      You'd realistically be looking at a several thousand dollars to have someone do that properly.

      (And I still wouldn't want to run that on my firewall… :-)

      I like the idea of 'several thousand dollars'  ;)

      I'm working on it and I agree that firewall is not the best place for a antispam system, but you can put it on another pfSense box/vm and use the same great pfSense GUI/rules to configure it.

      What is done:
      First stage antispam checks:

      • Detect zombies

      • check RBL

      • check SPF

      Second stage antispam check:

      • Subject

      • Valid Recipients

      • Valid Domains

      • Body Content

      • Attachment types

      What is almost done:
      Third stage antispam checks(high cpu usage):

      • Mailscanner

      • SpamAssassin

      • Clamav

      • pyzor

      If any one are willing to contribute with the project, the time has come.

      @submicron:

      Not surprisingly, I agree with jimp on this, such a package would require several thousand dollars at least and probably closer to ten thousand to do anything close to correctly.  Even then, it would require herculean effort to keep up to date and would never be appropriate for anything more than a small network.

      Yes it is difficult but not impossible. Many checks nowadays are based on sourceip or live lists(white, gray,black,etc).
      Spamd just like the two biggest commercial antispam tools use a mundial database for ip reputation and other mail stuff.
      pyzor can check a global server too.
      I`m planning that sa-update will be updated via cron.

      Treinamentos de Elite: http://sys-squad.com

      Help a community developer! ;D

      1 Reply Last reply Reply Quote 0
      • marcellocM
        marcelloc
        last edited by

        Mailscanner + clamav + spamassassin with postfix integration is done.

        I'm using freebsd 8.2 packages. Testing for 5 days with no issues.

        Treinamentos de Elite: http://sys-squad.com

        Help a community developer! ;D

        1 Reply Last reply Reply Quote 0
        • JackLJ
          JackL
          last edited by

          marcello,

          Congratulations for you work with this package.

          you prove that we can develop technology in Brazil, not just consume. We have many good developers and people involved with free software!

          [] 's
          Jack

          Treinamentos de Elite: http://sys-squad.com
          Soluções: https://conexti.com.br

          1 Reply Last reply Reply Quote 0
          • B
            Bai Shen
            last edited by

            @marcelloc:

            Mailscanner + clamav + spamassassin with postfix integration is done.

            I'm using freebsd 8.2 packages. Testing for 5 days with no issues.

            How are things working?  Still no problems?

            Have you looked at making a pfsense package to do this automatically?

            Thanks.

            1 Reply Last reply Reply Quote 0
            • marcellocM
              marcelloc
              last edited by

              @Bai:

              How are things working?  Still no problems?
              Have you looked at making a pfsense package to do this automatically?

              Yes, I've it working for months.

              Just install the package.

              If you prefer, test it on a virtual machine first.

              Treinamentos de Elite: http://sys-squad.com

              Help a community developer! ;D

              1 Reply Last reply Reply Quote 0
              • B
                Bai Shen
                last edited by

                @marcelloc:

                @Bai:

                How are things working?  Still no problems?
                Have you looked at making a pfsense package to do this automatically?

                Yes, I've it working for months.

                Just install the package.

                If you prefer, test it on a virtual machine first.

                What's the name of the package?  I looked in the list and didn't see it.

                1 Reply Last reply Reply Quote 0
                • marcellocM
                  marcelloc
                  last edited by

                  postifx for the smtp daemon has antispam features(spf+rbl+spf+zombie blocker+header checks)
                  maiscanner-dev for the content message scanning(maiscanner + spamassassin + clamav)

                  Treinamentos de Elite: http://sys-squad.com

                  Help a community developer! ;D

                  1 Reply Last reply Reply Quote 0
                  • H
                    hopoffacloud
                    last edited by

                    Check out Baruwa.

                    This should be able to run as an add-on-package perhaps.
                    We run it on separate hardware - and love it.  (truth to be told we loaded it on the Barracuda hardware we have)

                    :-)

                    1 Reply Last reply Reply Quote 0
                    • B
                      Bai Shen
                      last edited by

                      @marcelloc:

                      postifx for the smtp daemon has antispam features(spf+rbl+spf+zombie blocker+header checks)
                      maiscanner-dev for the content message scanning(maiscanner + spamassassin + clamav)

                      Will do.

                      Thanks!

                      1 Reply Last reply Reply Quote 0
                      • U
                        Unubtanium
                        last edited by

                        A huge thanks to all the devs that made this possible, i soo wish i was a Millionaire  so that i could donate! anyway it will come! Not a question if but when  ;D

                        Man i love THIS. Just hope i can manage to get this running.

                        ;)

                        Just have to Solve this one:
                        FROM SERVER:
                        550 5.1.1 : Recipient address rejected: User unknown in relay recipient table
                        SMTP -> ERROR: DATA command not accepted from server: 550 5.1.1 : Recipient address rejected: User unknown in relay recipient table

                        And also have to find out how to stop it from becoming a backscatter source!

                        Jupp, i love searching for info, will let u all know how it goes…

                        1 Reply Last reply Reply Quote 0
                        • U
                          Unubtanium
                          last edited by

                          This is going like a warm knife in butter, only thing left now is stop NDR/ be a source for backsckatter.  ;D

                          1 Reply Last reply Reply Quote 0
                          • marcellocM
                            marcelloc
                            last edited by

                            @Unubtanium:

                            i soo wish i was a Millionaire  so that i could donate!

                            You don't need to be a Millionaire to donate  ;)

                            @Unubtanium:

                            only thing left now is stop NDR/ be a source for backsckatter.  ;D

                            take a look on this doc.

                            http://www.postfix.org/BACKSCATTER_README.html

                            att,
                            Marcello Coutinho

                            Treinamentos de Elite: http://sys-squad.com

                            Help a community developer! ;D

                            1 Reply Last reply Reply Quote 0
                            • U
                              Unubtanium
                              last edited by

                              @marcelloc:

                              @Unubtanium:

                              i soo wish i was a Millionaire  so that i could donate!

                              You don't need to be a Millionaire to donate  ;)

                              @Unubtanium:

                              only thing left now is stop NDR/ be a source for backsckatter.  ;D

                              take a look on this doc.

                              http://www.postfix.org/BACKSCATTER_README.html

                              att,
                              Marcello Coutinho

                              Thanks for that link, will have a good read. And also check out the How-To regarding donating to packet devs  ;)

                              1 Reply Last reply Reply Quote 0
                              • First post
                                Last post
                              Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.