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

    Postfix - antispam and relay package

    Scheduled Pinned Locked Moved pfSense Packages
    855 Posts 136 Posters 1.1m 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
      RobinGill
      last edited by

      @ics:

      @marcelloc:

      @ics:

      I've noticed that when a server is blocked because of its presence in a DNSBL, it is not logged in sqlite files.
      We can only see that it has been blocked in maillog.

      Is there a way to view it in search mail ?

      Did you tried to search it on noqueue ?

      Of course I did  :)

      I'm getting the same issue here.

      The only way of me detecting these events is to packet capture port 25 on WAN and then manually look through it.

      Edit: looking through /var/log/mailog is much easier than capturing port 25 on WAN

      1 Reply Last reply Reply Quote 0
      • Z
        zlyzwy
        last edited by

        Hi Marcelloc,

        I unchecked "Helo Hostname" in antispam page, but it seems that the postfix is still reject the mail from unknown host.

        RCPT from unknown[114.251.18.30]: 450 4.7.1 Client host rejected: cannot find your hostname, [114.251.18.30]
        

        I've already restart the PF once so I think the setting should be applied.

        thanks for any advice.

        Zlyzwy

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

          @zlyzwy:

          I unchecked "Helo Hostname" in antispam page, but it seems that the postfix is still reject the mail from unknown host.

          RCPT from unknown[114.251.18.30]: 450 4.7.1 Client host rejected: cannot find your hostname, [114.251.18.30]
          

          The helo check verifies the helo info, the log you sent is the host check. The best way is to ask remote admin to fix his dns or if you trust remote domain insert his dns on pfsense dns overide or include this host on my_network.

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

          Help a community developer! ;D

          1 Reply Last reply Reply Quote 0
          • J
            JesusQ
            last edited by

            Hi Marcello,

            In the Postfix Forwarder, I cannot search mail.
            I set the logging destination and the sqlite update freq. but in the search mail tab the sqlite files box is empty.
            And when starting a search it says 'Please select at least one file' which I am not able to do…
            Looks like sqlite is not functioning?

            Ideas?
            Thanks!

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

              did you included subject log on acls?

              what happens when you run postfix updade database script on console?

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

              Help a community developer! ;D

              1 Reply Last reply Reply Quote 0
              • J
                JesusQ
                last edited by

                Hi Marcello,

                I reinstalled the package and all is working fine now,

                Thanks for your time!

                1 Reply Last reply Reply Quote 0
                • M
                  mauricioniñoavella
                  last edited by

                  Hello everyone following took help of our partner Marcello Coutinho.

                  No solution had written, excuse me for not having done so before. This is the step by step solution

                  Marcello Coutinho,

                  Thanks for all the hard work!

                  sasl on postfix?

                  x64
                  missing dependencies for saslpasswd2 (place it on /usr/lib/ dir)
                  http://e-sac.siteseguro.ws/pfsense/8/amd64/All/ldd/
                  additional package for sasl
                  http://e-sac.siteseguro.ws/pfsense/8/amd64/All/cyrus-sasl-saslauthd-2.1.25.tbz

                  i386
                  missing dependencies for saslpasswd2 (place it on /usr/lib/ dir)
                  http://e-sac.siteseguro.ws/pfsense/8/All/ldd/
                  additional package for sasl
                  http://e-sac.siteseguro.ws/pfsense/8/All/cyrus-sasl-saslauthd-2.1.25.tbz

                  =====================================================================================

                  Configuration postfix sasl pfsense x64

                  1. I check dependencies for saslpasswd2

                  [2.0.1-RELEASE]/root(1): ldd /usr/local/sbin/saslpasswd2
                  /usr/local/sbin/saslpasswd2:

                  libsasl2.so.2 => /usr/local/lib/libsasl2.so.2 (0x800647000)
                  libcrypto.so.6 => /lib/libcrypto.so.6 (0x800761000)
                  libgssapi.so.10 => not found (0x0)
                  libheimntlm.so.10 => not found (0x0)
                  libkrb5.so.10 => not found (0x0)
                  libhx509.so.10 => not found (0x0)
                  libcom_err.so.5 => /usr/lib/libcom_err.so.5 (0x8009fb000)
                  libasn1.so.10 => not found (0x0)
                  libroken.so.10 => not found (0x0)
                  libcrypt.so.5 => /lib/libcrypt.so.5 (0x800afd000)
                  libopie.so.6 => /usr/lib/libopie.so.6 (0x800c16000)
                  libc.so.7 => /lib/libc.so.7 (0x800d1f000)
                  libmd.so.5 => /lib/libmd.so.5 (0x800f5b000)

                  2. Download dependencies for saslpasswd2   and copied in /usr/lib/

                  link   dependencies for saslpasswd2  http://e-sac.siteseguro.ws/pfsense/8/amd64/All/ldd/

                  libgssapi.so.10
                  libheimntlm.so.10
                  libhx509.so.10
                  libkrb5.so.10
                  libroken.so.10

                  3. I copy these files to the following path /usr/lib/

                  [2.0.1-RELEASE]/root(1): ls
                  libasn1.so.10  libgssapi.so.10  libheimntlm.so.10  libhx509.so.10  libkrb5.so.10  libroken.so.10

                  [2.0.1-RELEASE]/root(1): cp *.10 /usr/lib/

                  libasn1.so.10                                                                                                                
                  libgssapi.so.10                                                                                                              
                  libheimntlm.so.10                                                                                                          
                  libhx509.so.10                                                                                                                
                  libkrb5.so.10                                                                                                                
                  libroken.so.10

                  4. Download additional package for sasl (cyrus-sasl-saslauthd-2.1.25.tbz)

                  link Download additional package for sasl  http://e-sac.siteseguro.ws/pfsense/8/amd64/All/cyrus-sasl-saslauthd-2.1.25.tbz

                  5. Install the package with the command pkg_add  cyrus-sasl-saslauthd-2.1.25.tbz

                  link Install packages frebsd

                  http://www.freebsd.org/doc/es/books/handbook/packages-using.html
                  http://docs.freebsd.org/doc/4.9-RELEASE/usr/share/doc/es/books/handbook/packages-using.html

                  [2.0.1-RELEASE]/root(1): pkg_add cyrus-sasl-saslauthd-2.1.25.tbz


                  To run saslauthd from startup, add saslauthd_enable="YES" in your
                  /etc/rc.conf.


                  6. I check dependencies for saslpasswd2

                  [2.0.1-RELEASE]/root(1): ldd /usr/local/sbin/saslpasswd2
                  /usr/local/sbin/saslpasswd2:
                  libsasl2.so.2 => /usr/local/lib/libsasl2.so.2 (0x800647000)
                  libcrypto.so.6 => /lib/libcrypto.so.6 (0x800761000)
                  libgssapi.so.10 => /usr/lib/libgssapi.so.10 (0x8009fb000)
                  libheimntlm.so.10 => /usr/lib/libheimntlm.so.10 (0x800b04000)
                  libkrb5.so.10 => /usr/lib/libkrb5.so.10 (0x800c09000)
                  libhx509.so.10 => /usr/lib/libhx509.so.10 (0x800d76000)
                  libcom_err.so.5 => /usr/lib/libcom_err.so.5 (0x800eb5000)
                  libasn1.so.10 => /usr/lib/libasn1.so.10 (0x800fb7000)
                  libroken.so.10 => /usr/lib/libroken.so.10 (0x801136000)
                  libcrypt.so.5 => /lib/libcrypt.so.5 (0x801247000)
                  libopie.so.6 => /usr/lib/libopie.so.6 (0x801360000)
                  libc.so.7 => /lib/libc.so.7 (0x801469000)
                  libmd.so.5 => /lib/libmd.so.5 (0x8016a5000)

                  7. Dependencies and additional package for sasl. are already

                  Thanks.  :)  Marcello Coutinho,

                  Mauricio Niño.

                  1 Reply Last reply Reply Quote 0
                  • M
                    mauricioniñoavella
                    last edited by

                    @mauricioniñoavella:

                    This is for
                    Forum and BSD developers pfSense
                    I do not understand why people who work in this great project, such as pfSense, stop the publication of a package, which is not compatible with pfSense.
                    Please do not degrade this great software such as pfSense without offending anyone, first of all congratulate marcelloc and Postfix antispam and relay package has problems.
                    But I do recommend working to improve, and we who belong to the family of pfSense, are the ones who try and give them guidelines for improving pfSense.
                    PfSense do not compare with other systems or software firewalls, for there is but I have reviewed (ClearOs Linux), and has a very simple setup SMTP Relay with Authentication. (relay host)
                    I hope this is taken into account
                    regards

                    excuse me to everyone in the forum especially Marcello Coutinho, so writing here

                    Mauricio Niño

                    1 Reply Last reply Reply Quote 0
                    • D
                      Dragyn
                      last edited by

                      Postfix relay and 2.0.2

                      I recently upgraded to 2.0.2 and now postfix will not start, I scanned the forums and this thread for anything similar but I didn't see anything.

                      After upgrade reboot, postfix didn't even appear, I uninstalled and reinstalled and now it shows up under services but it will not start.  When I SSH into the console and try to start it I get:

                      [2.0.2-RELEASE][peter@]/usr(13): /usr/local/etc/rc.d/mailscanner start
                      eval: cannot open /var/run/MailScanner.pid: Permission denied
                      Starting mailscanner.
                      Can't call method "close" on an undefined value at /usr/local/libexec/MailScanner/mailscanner_create_locks line 69.
                      Error: Attempt to create locks in /var/spool/MailScanner/incoming/Locks failed!
                      Can't set GID 125 at /usr/local/sbin/mailscanner line 1541.
                      /usr/local/etc/rc.d/mailscanner: WARNING: failed to start mailscanner
                      [2.0.2-RELEASE][peter@]/usr(14):

                      Any help with this would be appreciated, I love using this to relay my mail.

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

                        Mailscanner runs with postfix user, check it user exists on pfsense and then try to reinstall mailscanner.

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

                        Help a community developer! ;D

                        1 Reply Last reply Reply Quote 0
                        • D
                          Dragyn
                          last edited by

                          Sorry I didn't post full info, I am running postfix as well, and the user is there.  This all worked fine under 2.0.1 so it has to do with whatever changes came with 2.0.2 to pfSense.  I am also getting log entries of:
                          mailscanner: Cannot write pid file /var/run/MailScanner.pid, Permission denied
                          in the system log when trying to call mailscanner from the command prompt.

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

                            try to create these missing folders and permissions.

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

                            Help a community developer! ;D

                            1 Reply Last reply Reply Quote 0
                            • C
                              chris32lr
                              last edited by

                              Marcelloc,

                              Thank you so much for taking the time to put this package together and help so many of us. Being new to PFSense, I just want to make sure I configure it properly because this is our only firewall. Here's what I'm a little concerned about:

                              1. Right now I have a NAT Port Forward configured as:
                                      Interface: WAN
                                      Protocol: TCP
                                      Destination: WAN Address
                                      Destination Port: SMTP
                                      Redirect Target IP: My internal exchange server IP
                                      Redirect Target Port: SMTP
                                    - I read here: http://forum.pfsense.org/index.php/topic,46196.0.html you say "remember to remove nat from port 25 and allow access on wan firewall rules to postfix." So I delete this port forward? If so, can you tell me how to properly configure the rule such as the Interface, Protocol, Source, Destination, etc.?

                              Thanks again!!

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

                                Just take a look on current rule your nat has created and replace internal destination IP to wan address.

                                Make sure your Postfix is configured and running before using it with real traffic.

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

                                Help a community developer! ;D

                                1 Reply Last reply Reply Quote 0
                                • C
                                  chris32lr
                                  last edited by

                                  @marcelloc:

                                  Just take a look on current rule your nat has created and replace internal destination IP to wan address.

                                  Make sure your Postfix is configured and running before using it with real traffic.

                                  Thank you!  :)

                                  1 Reply Last reply Reply Quote 0
                                  • L
                                    Ludo
                                    last edited by

                                    Hi,

                                    I have Pfsense version 2.0.1 and I just installed postfix package.
                                    I do that because i need a relay smtp.
                                    I have many temporary users on my network. They all have an Internet access provider different (Orange, Free, etc …).
                                    I can not change the configuration in their smtp mailer.
                                    This is why I would like to add a rule on my router so they can all go through the SMTP server of my ISP.
                                    Can you do it with your package postfix?
                                    Thank you in advance.

                                    @marcelloc:

                                    Hi all,

                                    I've just finished postfix package version 2.3.

                                    Postfix is an amazing mail forwarder that really keep away any misconfigured server or server trying to forge email.
                                    Postfix Forwarder package at pfsense has many antispam features but for now, no SASL support for remote authentication.

                                    • Zombie blocker (postscreen)

                                    • Header chekcs

                                    • Body checks

                                    • Access lists

                                    • RBL checks

                                    • SPF checks

                                    • Dashboard widgets with mail stats

                                    • Sqlite logs support

                                    • Sqlite logs forward to use only one box to search mail

                                    • Package permissions to allow users to just search mail or view queue

                                    • Search mail tool

                                    • view postfix queue in gui

                                    And you can also use an third part antispam engine like mailscanner or policyd v2 for a complete antispam solution.

                                    note: NEVER try to install policydv2 freebsd package, it will break out your pfsense.
                                    if you plan to use policydv2 you must put it on other server or in a jail.

                                    The mailscanner tutorial(or package) is under development, for now you can configure by hand using pkg_add -r MailScanner.

                                    att,
                                    Marcello Coutinho

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

                                      @Ludo:

                                      This is why I would like to add a rule on my router so they can all go through the SMTP server of my ISP.
                                      Can you do it with your package postfix?

                                      I think you will need authentication for these clients.

                                      You can manually install and configure sasl as current version does not has this integrations on gui.

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

                                      Help a community developer! ;D

                                      1 Reply Last reply Reply Quote 0
                                      • L
                                        Ludo
                                        last edited by

                                        @marcelloc:

                                        @Ludo:

                                        This is why I would like to add a rule on my router so they can all go through the SMTP server of my ISP.
                                        Can you do it with your package postfix?

                                        I think you will need authentication for these clients.

                                        You can manually install and configure sasl as current version does not has this integrations on gui.

                                        ok, thank you!

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

                                          Hi

                                          I've just installed postfix, everything is working fine except an error keeps feeling my logs..

                                          Jan 17 19:20:26
                                          postfix/smtpd[25463]: D17FD62D47C: client=addmail.nu[212.247.84.186]
                                          Jan 17 19:20:26
                                          postfix/cleanup[28013]: D17FD62D47C: message-id=729443A7-32CE-41B4-A908-11E46BA2CBD9@site.se
                                          Jan 17 19:20:26
                                          postfix/qmgr[46843]: D17FD62D47C: from=firstname.lastname@site.se, size=1225, nrcpt=1 (queue active)
                                          Jan 17 19:20:27
                                          postfix/smtp[28014]: D17FD62D47C: to=myname@mydomain.org, relay=10.10.1.100[10.10.1.100]:25, delay=0.2, delays=0.03/0.01/0.02/0.13, dsn=2.0.0, status=sent (250 Queued (0.016 seconds))
                                          Jan 17 19:20:27
                                          postfix/qmgr[46843]: D17FD62D47C: removed
                                          Jan 17 19:20:31
                                          postfix/smtpd[25463]: warning: connect to private/anvil: Connection refused
                                          Jan 17 19:20:31
                                          postfix/smtpd[25463]: warning: problem talking to server private/anvil: Connection refused
                                          Jan 17 19:20:32
                                          postfix/smtpd[25463]: warning: connect to private/anvil: Connection refused
                                          Jan 17 19:20:32
                                          postfix/smtpd[25463]: warning: problem talking to server private/anvil: Connection refused
                                          Jan 17 19:20:32
                                          postfix/smtpd[25463]: disconnect from addmail.nu[212.247.84.186]

                                          Any clue how to fix this?

                                          ** SOLVED **
                                          Had to have Anvil Daemon enabled in Postfix Forwarder under AntiSpam for the problem to go away./myname@mydomain.org/firstname.lastname@site.se

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

                                            Can you tell me if this can forward to a port besides 25? I have pfsense at work, and I run an email server at home, but Comcast just decided to block port 25. Was hoping to configure the mx records to point to my office, and it would forward all mail to my home email server.

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