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

    Mailscanner + spamassassin + clamav package

    Scheduled Pinned Locked Moved pfSense Packages
    313 Posts 54 Posters 275.7k 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.
    • R
      rbblue8
      last edited by

      @marcelloc:

      check if you have multiple perl version on your pfsense.

      type pkg_info | grep -i perl on console/ssh

      Thanks for the response.  Below is the outbound of your command.

      
      p5-Archive-Zip-1.30_1 Perl module to create, manipulate, read, and write Zip arch
      p5-Convert-BinHex-1.119 Perl module to extract data from Macintosh BinHex files
      p5-Convert-TNEF-0.17 Perl module to read TNEF files
      p5-Crypt-OpenSSL-RSA-0.28 Perl5 module to RSA encode and decode strings using OpenSSL
      p5-Crypt-OpenSSL-Random-0.04 Perl5 interface to the OpenSSL pseudo-random number generat
      p5-DBI-1.616_1      The perl5 Database Interface.  Required for DBD::* modules
      p5-Digest-HMAC-1.03 Perl5 interface to HMAC Message-Digest Algorithms
      p5-Digest-SHA1-2.13 Perl interface to the SHA-1 Algorithm
      p5-Error-0.17016    Perl module to provide Error/exception support for perl: Er
      p5-Filesys-Df-0.92  Perl extension for filesystem space
      p5-HTML-Parser-3.69 Perl5 module for parsing HTML documents
      p5-IO-Compress-2.045 Perl5 compression modules (bzip2, deflate, gzip, zlib, zip)
      p5-IO-Socket-INET6-2.69 Perl module with object interface to AF_INET6 domain socket
      p5-IO-Socket-SSL-1.53 Perl5 interface to SSL sockets
      p5-IO-stringy-2.110 Perl5 module for using IO handles with non-file objects
      p5-Inline-0.49      Write Perl subroutines in other programming languages
      p5-MIME-Tools-5.502,2 A set of perl5 modules for MIME
      p5-Mail-ClamAV-0.29_1 Perl extension for the clamav virus scanner
      p5-Mail-DKIM-0.39   Perl5 module to process and/or create DKIM email
      p5-Mail-Tools-2.08  Perl5 modules for dealing with Internet e-mail messages
      p5-Net-CIDR-0.14    Perl module to manipulate IPv4/IPv6 netblocks in CIDR notat
      p5-Net-DNS-0.67     Perl5 interface to the DNS resolver, and dynamic updates
      p5-Net-SSLeay-1.42  Perl5 interface to SSL
      p5-NetAddr-IP-4.058 Perl module for working with IP addresses and blocks thereo
      p5-OLE-Storage_Lite-0.19 Perl module for OLE document interface
      p5-Parse-RecDescent-1.965.001 A recursive descent parsing framework for Perl
      p5-Sys-SigAction-0.15 Perl extension for Consistent Signal Handling
      p5-TimeDate-1.20,1  Perl5 module containing a better/faster date parser for abs
      p5-URI-1.59         Perl5 interface to Uniform Resource Identifier (URI) refere
      p5-libwww-6.02_1    Perl5 library for WWW access
      p5-version-0.95     Perl extension for Version Objects
      pcre-8.21           Perl Compatible Regular Expressions library
      pcre-8.21_1         Perl Compatible Regular Expressions library
      perl-5.12.4_3       Practical Extraction and Report Language
      perl-threaded-5.12.4_4 Practical Extraction and Report Language
      
      

      I did a fresh install of pfsense today and installed packages in the following order.  It looks like squid3 broke mailscanner for I was able to run mailscanner from command line until i installed squid.

      Working Install
      mailscanner-dev
      Asterisk
      postfix
      squid3 – breaks it.

      1 Reply Last reply Reply Quote 0
      • R
        rbblue8
        last edited by

        perhaps it's the perl-threaded-5.12.4_4 Practical Extraction and Report Languag package.

        1 Reply Last reply Reply Quote 0
        • R
          rbblue8
          last edited by

          bump.

          any idea's?

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

            @rbblue8:

            bump.

            any idea's?

            try to leave only one perl version(using pkg_delete -f) and reinstall mailscanner

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

            Help a community developer! ;D

            1 Reply Last reply Reply Quote 0
            • R
              rbblue8
              last edited by

              @marcelloc:

              @rbblue8:

              bump.

              any idea's?

              try to leave only one perl version(using pkg_delete -f) and reinstall mailscanner

              I did the following.
              Installed squid3
              pkg_info | grep -i perl
              pkg_delete -f perl-5.12.4_3
              pkg_delete -f perl-threaded-5.12.4_4
              rm -rf /usr/local/lib/perl5/5.12.4

              Reinstalled mail scanner

              works.  Thanks!

              1 Reply Last reply Reply Quote 0
              • E
                expert_az
                last edited by

                marcelloc any way to do greylisting with mailscanner?

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

                  There is a mailscanner greylist doc on official site http://www.mailscanner.info/greylist.html

                  Postfix implements greylist with postscreen

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

                  Help a community developer! ;D

                  1 Reply Last reply Reply Quote 0
                  • E
                    expert_az
                    last edited by

                    i have postfix and mailscanner installed ,can you give some info howto config postfix postscreen to make work greylisting?

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

                      you need just to enable it. It's automatic

                      take a look on it's docs too

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

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

                      Help a community developer! ;D

                      1 Reply Last reply Reply Quote 0
                      • E
                        expert_az
                        last edited by

                        sorry,where i have to enable?on the postfix package gui?or something from command line?

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

                          It's on antispam postfix tab at package gui

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

                          Help a community developer! ;D

                          1 Reply Last reply Reply Quote 0
                          • E
                            expert_az
                            last edited by

                            did you mean postscreen_greet_check on After greeting tests section of antispam tab?is this greylisting option?

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

                              enable zombie blocker with enforce at postfix antispam tab

                              take a look on the post screen link I've sent.

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

                              Help a community developer! ;D

                              1 Reply Last reply Reply Quote 0
                              • B
                                benscha
                                last edited by

                                Hi Guys

                                i'm new with pfsense! i used ipcop with many addons and like to change to pfsense!

                                i tried to install mailscanner-dev from the package manager and will always get the following error:

                                Beginning package installation for mailscanner-dev...
                                Downloading package configuration file... done.
                                Saving updated package information... done.
                                Downloading mailscanner-dev and its dependencies... 
                                [b]Checking for package installation... 
                                 Downloading http://e-sac.siteseguro.ws/pfsense/8/amd64/All/MailScanner-4.83.5.tbz ...  could not download from there or http://ftp2.FreeBSD.org/pub/FreeBSD/ports/amd64/packages-8.1-release/All/MailScanner-4.83.5.tbz.
                                of MailScanner-4.83.5 failed![/b]
                                
                                Installation aborted.Backing up libraries... 
                                Removing package...
                                Starting package deletion for MailScanner-4.83.5...done.
                                Skipping package deletion for perl-5.12.4_3 because it is a dependency.
                                Starting package deletion for pyzor-0.5.0_1...done.
                                Starting package deletion for p5-Mail-SPF-2.007...done.
                                Starting package deletion for p5-IP-Country-2.27...done.
                                Removing mailscanner-dev components...
                                Tabs items... done.
                                Menu items... done.
                                Services... done.
                                Loading package instructions...
                                Include file mailscanner.inc could not be found for inclusion.
                                Deinstall commands... 
                                Not executing custom deinstall hook because an include is missing.
                                Removing package instructions...done.
                                Auxiliary files... done.
                                Package XML... done.
                                Configuration... done.
                                Cleaning up... Failed to install package.
                                
                                Installation halted. 
                                

                                there is a problem with the repository URL! how can i fix that?

                                thx for your help!

                                benscha

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

                                  the file is there, try to access repo url.

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

                                  Help a community developer! ;D

                                  1 Reply Last reply Reply Quote 0
                                  • M
                                    mh2k9
                                    last edited by

                                    I can't download the files either.. they don't exist on either site.

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

                                      try again, I've tested right now and it's working. :(

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

                                      Help a community developer! ;D

                                      1 Reply Last reply Reply Quote 0
                                      • M
                                        mh2k9
                                        last edited by

                                        not for me..

                                        Beginning package installation for mailscanner-dev…
                                        Downloading package configuration file... done.
                                        Saving updated package information... done.
                                        Downloading mailscanner-dev and its dependencies...
                                        Checking for package installation...
                                        Downloading http://e-sac.siteseguro.ws/pfsense/8/All/MailScanner-4.83.5.tbz ...  could not download from there or http://ftp2.FreeBSD.org/pub/FreeBSD/ports/i386/packages-8.1-release/All/MailScanner-4.83.5.tbz.
                                        of MailScanner-4.83.5 failed!

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

                                          I've tested on amd64 only , try one more time.

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

                                          Help a community developer! ;D

                                          1 Reply Last reply Reply Quote 0
                                          • M
                                            mh2k9
                                            last edited by

                                            looks like its working, thanks alot man!  ;D

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