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.
    • K
      kwaci
      last edited by

      @jemarti:

      I need to configure PostFix to accept mail from a specific IP address even though that address is both blacklisted and is presenting a non-existent host name during HELO.

      I have tried placing entries like this:
      123.231.132.213 OK
      in the "helo" section of the "Access Lists" tab, and also added them to /usr/local/etc/postfix/helo_check
      but I am still getting the following reject message in the logs:
      RCPT from unknown[123.231.132.213]: 550 5.7.1 Client host rejected: cannot find your hostname, [123.231.132.213]

      Could anyone advise me on the correct way to configure PostFix so that it will bypass the helo and RBL checks for specific IP addresses?

      Thanks.

      Hi jemarti, try to put it in the Access List –> MyNetworks.

      MyNetworks.jpg
      MyNetworks.jpg_thumb

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

        Jemarti,

        you can add that IP to mynetworks but it would be far better to email the owner of 123.231.132.213 and ask him to fix his DNS entries so that IP address resolves to the host name sent in the HELO/EHLO command.

        1 Reply Last reply Reply Quote 0
        • I
          ics
          last edited by

          Hi

          My postfix db /var/db/postfix takes a huge space. I would like to purge postfix sqlite files.
          Can I just remove old files ?

          1 Reply Last reply Reply Quote 0
          • D
            doktornotor Banned
            last edited by

            @ics:

            My postfix db /var/db/postfix takes a huge space. I would like to purge postfix sqlite files.
            Can I just remove old files ?

            Uhm, how about

            sqlite3 database_name "VACUUM;"
            
            1 Reply Last reply Reply Quote 0
            • I
              ics
              last edited by

              I don't know the database_name…
              FYI, the folder contents many files [date].db

              Also, as I understand, this command will reclaim space in the database This will not remove data.
              I want to delete old entries.
              As it is split in multiple files, would it be possible to keep some of the latest .db files and delete the oldest ones ?

              1 Reply Last reply Reply Quote 0
              • D
                doktornotor Banned
                last edited by

                @ics:

                I don't know the database_name…

                Eh. It's the filename.

                @ics:

                Also, as I understand, this command will reclaim space in the database This will not remove data.

                Yes.

                @ics:

                I want to delete old entries.

                So delete them?

                @ics:

                As it is split in multiple files, would it be possible to keep some of the latest .db files and delete the oldest ones ?

                Yes, of course. man find

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

                  This might be off topic but I'm using this package to relay mail into and then outside of my network both using ipv4 and ipv6. I was wondering if there would be a way to change the webgui config's logic so that if you do not select an interface to listen to it would essentially populate the master.cf using one smtp service entry in the master.cf

                  ie:
                  smtp      inet  n      -      n      -      1      postscreen

                  I think technically using postscreen for inbound traffic & relaying outbound is not the correct method to implement but with my tiny MX environment I feel it's not an issue.

                  My setup also has the custom main.cf rules form filled in with the following also…

                  relayhost = [smtp.somewhere.net]
                  inet_protocols = all
                  inet_interfaces = 127.0.0.1, [::1], 192.168.1.254, [fd00:470:bce0:1::254]
                  smtp_bind_address = 0.0.0.0
                  smtp_bind_address6 = fd00:470:bce0:1::254

                  Every time I update to a recent snapshot it seems that I've had to resave all settings in the webgui, then hand tune the master.cf,  copy it and the rest of the /usr/local/etc/postfix/* configs over to the /usr/pbi/postfix-i386/etc/postfix dir. I essentially came to all of these a good while back when I moved from the stable release to a snapshot build and discovered everything was horridly broke…. :-)

                  My question now is basically, are there any plans to make this a bit more ipv6 friendly? and could I get some thoughts on the postscreen for in/out relaying as well? Perhaps there is some future changes that will ease my frustrations and/or I'm all for even assisting in the creation any changes.

                  Cheers,
                  Brian

                  1 Reply Last reply Reply Quote 0
                  • T
                    Truster
                    last edited by

                    Hello Marcelloc, nice to see you again in another thread :-)

                    i have a little question about the postfix forwarder package, i'm getting the errro:

                    postfix/postfix-script[21723]: fatal: the Postfix mail system is not running
                    

                    And another one: the file /usr/local/etc/rc.d/postfix.sh isn't executable, is this correct?

                    Best regards from Salzburg
                    Dave

                    Edit: Running on pfsense 2.0.2 i386, i'll upgrade it today at 12:00 CEST to the latest version

                    1 Reply Last reply Reply Quote 0
                    • T
                      Truster
                      last edited by

                      Truster, you are the greatest noop on this planet: check "Enable Postfix"-checkbox and get lucky.  ;D

                      1 Reply Last reply Reply Quote 0
                      • A
                        aslan1071
                        last edited by

                        Quick question. I hope it has not been covered and I missed it I am sorry as am new to this tool. I have several Cpanel Boxes with several hundred domains on each that I would like to use this for. The Problem comes when I try to add more then 98 domains to the forwarding table it stops adding them. Is this a limit of postfix or pfSense? Please advise.

                        thanks

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

                          @aslan1071:

                          Quick question. I hope it has not been covered and I missed it I am sorry as am new to this tool. I have several Cpanel Boxes with several hundred domains on each that I would like to use this for. The Problem comes when I try to add more then 98 domains to the forwarding table it stops adding them. Is this a limit of postfix or pfSense? Please advise.

                          thanks

                          IIRC This limit is on package framework.

                          try this:

                          • create a backup for phg_edit.php

                          • edit it and change lines you find for($x=0; $x<99; $x++) to for($x=0; $x<999; $x++)

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

                          Help a community developer! ;D

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

                            Aslan1071,

                            Are you adding all those entries manually?

                            With the postmap command you should be able add them from a text file to /usr/local/etc/postfix/transport.db

                            1 Reply Last reply Reply Quote 0
                            • A
                              aslan1071
                              last edited by

                              Thanks Guys… I will give this a try. I have tried both methods by had and from text file but it was cutting off the list at 98 no matter the input method.

                              I will let you know if this works.

                              thanks again.

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

                                Dear Marcello,

                                I have just installed PF 2.10 on new my box (2.0.3). But it seems not work with Active Directory ( I didn't see the adexport.pl file at /usr/local/etc/postfix).

                                Could you please show me how does it work with Active Directory to export recipients to the relay_recipients file?

                                Thank you and look forward to your reply.
                                DQM

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

                                  adexport.pl stays on /usr/local/bin/ but you need first to install p5-perl-ldap package.

                                  You can install it with pkg_add from my repo or from freebsd repo

                                  amd64
                                  pkg_add -r http://e-sac.siteseguro.ws/packages/amd64/8/All/p5-perl-ldap-0.4300.tbz

                                  i386
                                  pkg_add -r http://e-sac.siteseguro.ws/packages/8/All/p5-perl-ldap-0.4300.tbz

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

                                  Help a community developer! ;D

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

                                    Thanks Marcello,

                                    It works well now  :)

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

                                      Hi Marcelloc,

                                      First thanks for your great job

                                      I just want to ask you something, I have an issue in the configuration of the forwarding domains.
                                      I have three domains to relay to my mailserver, but when I add them in the GUI, click save, it save only the last domain.
                                      I tried to add them manually in the transport and main.cf file, but the change does not appear in the GUI

                                      I have this issue in both i386/x64 release of pfsense 2.1
                                      Postfix forwarder  2.10.0 pkg v.2.3.6

                                      Do you have an idea ?

                                      Regards
                                      John

                                      EDIT:
                                      I found the problem is internet explorer.
                                      Everything works with chrome, sorry for my mistake

                                      1 Reply Last reply Reply Quote 0
                                      • K
                                        kwaci
                                        last edited by

                                        @kwaci:

                                        Hi All,

                                        Im new in this forum. Im just installing pfSense with Postfix and Mailscanner package as SMTP relay for our Exchange 2003 server.
                                        It work very well. Postscreen and RBL checks are the day saver.  :)

                                        Thank you

                                        Hi All and marcelloc,

                                        It has been four months since i`m using this antispam and relay package.
                                        And it still work very well.

                                        Thank you  pfSense and marcelloc for creating such a good system.

                                        tips : keep the maillog file rotated

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

                                          Any plans for some ipv6 support? also everytime I reboot I have to manually replace my master.cf config and restart the service…

                                          I need postfix to listen on ipv6 so with no interfaces selected the within the web gui the /usr/pbi/postfix-i386/etc/postfix/master.cf ends up getting modified adding my wan ip info.

                                          MY.WAN.IP:25 inet  n      -      n      -      1      postscreen

                                          This means every reboot postfix starts up only listening to my a single address….

                                          Im simply desiring the web gui to allow for one to select no interfaces allowing for the master.cf to contain the single smtp option.

                                          smtp     inet  n      -      n      -      1      postscreen

                                          This would essentially allow for my other ipv6 config details to be configured within the web gui's custom main.cf options area….

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

                                            @brokendash:

                                            Im simply desiring the web gui to allow for one to select no interfaces allowing for the master.cf to contain the single smtp option.

                                            I'll put it on my todo list.

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

                                            Help a community developer! ;D

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