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.2m 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.
    • D
      dneuhaeuser
      last edited by

      Hi,

      I think I found a small bug in the current version of the postfix forwarder package.

      If I set postfix to only listen on my WAN interface, I get a not working configuration:

      The connection to my internal mailserver is refused, although everything else is configured right and the mailserver is in fact reachable!
      The log states "relay=none" (??)

      –--
      Apr 18 17:41:03 fw postfix/smtp[40257]: connect to 192.168.135.10[192.168.135.10]:25: Connection refused
      Apr 18 17:41:03 fw postfix/smtp[40257]: 8FAAE3C04BA: to=administrator@mydomain.de, relay=none, delay=566, delays=566/0.01/0.02/0, dsn=4.4.1, status=deferred (connect to 192.168.135.10[192.168.135.10]:25: Connection refused)
      –--

      If I select "Listen on all interfaces/ip addresses" instead, it starts working and the mails are delivered:

      –--
      Apr 18 17:50:53 fw postfix/postfix-script[921]: refreshing the Postfix mail system
      Apr 18 17:50:53 fw postfix/master[9869]: reload – version 2.10.2, configuration /usr/pbi/postfix-i386/etc/postfix
      Apr 18 17:50:53 fw postfix/master[9869]: warning: service 25: ignoring inet_interfaces change
      Apr 18 17:50:53 fw postfix/master[9869]: warning: to change inet_interfaces, stop and start Postfix
      Apr 18 17:50:53 fw postfix/qmgr[1595]: 8FAAE3C04BA: from=the@sender.de, size=236, nrcpt=1 (queue active)
      Apr 18 17:50:54 fw postfix/smtp[2007]: 8FAAE3C04BA: to=administrator@mydomain.de, relay=192.168.135.10[192.168.135.10]:25, delay=1156, delays=1156/0.01/0.03/0.51, dsn=2.6.0, status=sent (250 2.6.0 0a3df1d7-0ec3-4338-ad9d-7bdd1509cc6f@SBS2011.company.local [InternalId=7375] Queued mail for delivery)
      –--

      BUT only until the next RESTART of postfix service!

      Then I get this error:

      –---
      Apr 18 17:53:07 fw postfix/postfix-script[26351]: starting the Postfix mail system
      Apr 18 17:53:07 fw postfix/master[26926]: fatal: /usr/pbi/postfix-i386/etc/postfix/master.cf: line 1: no valid IP address found: 25
      Apr 18 17:53:08 fw postfix/master[26649]: fatal: daemon initialization failure
      Apr 18 17:53:09 fw postfix/postfix-script[27153]: fatal: mail system startup failed
      –---

      The problem could be that the parameter "inet_interfaces" in main.cf is set to an empty value.
      Shouldn't this be set to "all" in this case?

      A currently working setup for me is to select all three "LAN + WAN + loopback" as listen interfaces!

      In an older version of postfix package this wasn't necessary.

      Regards
      Dennis/administrator@mydomain.de/the@sender.de/administrator@mydomain.de

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

        I too am having the same issue after upgrading to 2.1.2 i386, gathering info for more detailed post.

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

          Listen on loopback instead.

          Have a read of this: https://forum.pfsense.org/index.php?topic=70541.0

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

            How do you handle IPv6? My setup must listen on ipv6 as well as the IP4 addresses, not sure why things strayed from normal behavior of master.cf.  If you specify multiple postscreen master.cf entries as is done when selecting multiple interfaces in the gui in the past would produce errors if multiple postscreen processes trying to hit a single runtime db. So unless someone can suggest an alternative I think that restoring the master.cf functionality to what was previously no issue is t

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

              postfix 2.11 was released in January and, among other things, it contains the following enhancement:

              • A new postscreen_dnsbl_whitelist_threshold feature to allow
                    clients to skip postscreen tests based on their DNSBL score.
                    This can eliminate email delays due to "after 220 greeting"
                    protocol tests, which otherwise require that a client reconnects
                    before it can deliver mail. Some providers such as Google don't
                    retry from the same IP address, and that can result in large
                    email delivery delays.

              Any chance of an updated package based on postfix 2.11?

              1 Reply Last reply Reply Quote 0
              • BismarckB
                Bismarck
                last edited by

                @biggsy:

                postfix 2.11 was released in January and, among other things, it contains the following enhancement:

                • A new postscreen_dnsbl_whitelist_threshold feature to allow
                      clients to skip postscreen tests based on their DNSBL score.
                      This can eliminate email delays due to "after 220 greeting"
                      protocol tests, which otherwise require that a client reconnects
                      before it can deliver mail. Some providers such as Google don't
                      retry from the same IP address, and that can result in large
                      email delivery delays.

                Any chance of an updated package based on postfix 2.11?

                Oh yes please!

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

                  Hello

                  Is there any way to configure ssl authentication on the relay server? my mail server is configured to listen on port 465 with ssl and I don't know how to relay the messages to that port

                  Best regards, ChildrenOfSolium

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

                    Hello

                    I would like to disable all anti-spam in postfix because I use a custom Milter plugin.
                    How can I disable reject_unknown_sender_domain or smtpd_helo_required ?

                    Thank you.

                    Parameters in "custom mail.cf" field are not applied because of precedence as you can see:

                    mynetworks = /usr/pbi/postfix-i386/etc/postfix/mynetwork_table
                    mynetworks_style = host
                    access_map_reject_code= 554
                    access_map_defer_code = 451
                    unverified_recipient_reject_code = 550
                    unknown_client_reject_code = 550
                    unknown_hostname_reject_code = 550
                    smtpd_sender_restrictions = permit # not applied!
                    smtpd_milters = inet:<milter ip="">:7830
                    milter_default_action = reject
                    show_user_unknown_table_name = no
                    smtpd_helo_required = no # not applied!
                    bounce_queue_lifetime = 0d
                    relay_domains = mydomain.com
                    transport_maps = hash:/usr/pbi/postfix-i386/etc/postfix/transport
                    local_recipient_maps =
                    relay_recipient_maps = hash:/usr/pbi/postfix-i386/etc/postfix/relay_recipients
                    mydestination =
                    mynetworks_style = host
                    message_size_limit = 10240000
                    default_process_limit = 100
                    #Just reject after helo,sender,client,recipient tests
                    smtpd_delay_reject = yes
                    
                    # Don't talk to mail systems that don't know their own hostname.
                    smtpd_helo_required = yes
                    
                    smtpd_sender_restrictions = reject_unknown_sender_domain,
                    				permit</milter>
                    
                    1 Reply Last reply Reply Quote 0
                    • Y
                      yaboc
                      last edited by

                      @Bismarck:

                      @biggsy:

                      postfix 2.11 was released in January and, among other things, it contains the following enhancement:

                      • A new postscreen_dnsbl_whitelist_threshold feature to allow
                            clients to skip postscreen tests based on their DNSBL score.
                            This can eliminate email delays due to "after 220 greeting"
                            protocol tests, which otherwise require that a client reconnects
                            before it can deliver mail. Some providers such as Google don't
                            retry from the same IP address, and that can result in large
                            email delivery delays.

                      Any chance of an updated package based on postfix 2.11?

                      Oh yes please!

                      second that!

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

                        Sorry, yaboc, Bismarck is second.  You'll have to go third  :)

                        If Google is your main problem and you missed this post, give it a try.

                        It is a bit of a "broad brush" but it's been working well for me.

                        1 Reply Last reply Reply Quote 0
                        • W
                          wawawawa
                          last edited by

                          Hi All

                          I have the postfix package all set up and working, forwarding all incoming mail to a next hop internal MTA.

                          I would also like to BCC all mail to an address used by an external mail scanning system.

                          As far as I understand, this should be as easy as adding the following line to the custom main.cf section in the pfSense WebUI:

                          always_bcc = archive@ <internal ip="" of="" mta="">However… It's not working.

                          Does anyone have any suggestions to troubleshoot this or an alternate way to achieve the same end-result.

                          Many thanks for your time!

                          Cheers</internal>

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

                            Hi Guys,

                            i am just new here although i am using pfsense since a while for different purposes in a vmware environment.
                            So far i am really happy.

                            But i have one concern & problem i discovered today around the postfix-forwarder package :

                            Domains added in the "forward" tab shouldn't be added to relay_domains in main.cf per default.
                            Since transports and relay_domains are two totally different things.

                            I'd suggest to run a regex over the aggregated relay_recipients and filter out the domain parts and include those automatically
                            or make a checkbox next to each domain to include it in relay_domains.
                            But still this doesn't make much sense and i cannot see the reason in defining a specific transport - and then delivery to these domains fails since the recipients in that domain are not listed in relay_recipients…

                            And yes it makes sense, to separate, just think about having several vpn connections - so you want to send mail from i.e. branch offices to main offices to the internal mail server via vpn, without knowing who is a valid recipient there.
                            Otherwise callback verify should be enabled, so on delivery attempts to domains in the transport section postfix runs a test against the defined mail server to check if that one is accepting mail for that recipient.

                            Anyway some might say this should be properly solved with DNS - but i tend to disagree since this is rendering the transports useless.

                            What do you guys think ?
                            For now, i fixed it by putting my actual relay_domains into postfix.inc and commented out the part where it adds the transport domains to relay_domains.

                            1 Reply Last reply Reply Quote 0
                            • W
                              wawawawa
                              last edited by

                              @wawawawa:

                              Hi All

                              I have the postfix package all set up and working, forwarding all incoming mail to a next hop internal MTA.

                              I would also like to BCC all mail to an address used by an external mail scanning system.

                              As far as I understand, this should be as easy as adding the following line to the custom main.cf section in the pfSense WebUI:

                              always_bcc = archive@ <internal ip="" of="" mta="">However… It's not working.

                              Does anyone have any suggestions to troubleshoot this or an alternate way to achieve the same end-result.

                              Many thanks for your time!

                              Cheers</internal>

                              Hi All,

                              Maybe I can give a little more information here!

                              The config I add in the custom area in the WebUI is not seen when I use```
                              postconf

                              
                              I have restarted postfix so it should be generating new config.
                              
                              Any ideas?
                              
                              Thanks
                              1 Reply Last reply Reply Quote 0
                              • Y
                                yaboc
                                last edited by

                                @biggsy:

                                Sorry, yaboc, Bismarck is second.  You'll have to go third  :)

                                If Google is your main problem and you missed this post, give it a try.

                                It is a bit of a "broad brush" but it's been working well for me.

                                ha as long as it gets implemented i can wait ;) thanks for the google list biggsy, but there are other emails that we get from same domain / multiple MTAs and it's annoying. sometimes it can take hours for the mail to finally come through.

                                also i noticed 'permit' is used per line whereas the HINT says to use OK / REJECT
                                i put OK and see if it works for google servers.

                                Thanks

                                1 Reply Last reply Reply Quote 0
                                • BismarckB
                                  Bismarck
                                  last edited by

                                  @biggsy:

                                  Sorry, yaboc, Bismarck is second.  You'll have to go third  :)

                                  If Google is your main problem and you missed this post, give it a try.

                                  It is a bit of a "broad brush" but it's been working well for me.

                                  Thanks biggsy, but unfortunately google is not the only problem, I'm tweaking my whitelist (yahoo, hotmail etc…) since few days but its a demanding job over time, so postscreen_dnsbl_whitelist_threshold would be a great help here.

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

                                    Hi, I'm looking for some clarification on settings.  Currently I have a good amount of legit email bouncing off the Helo tests

                                    Jun 24 09:16:51 pfsense postfix/smtpd[47197]: NOQUEUE: reject: RCPT from outbound1.notrealdomain.com[12.xx.xxx.82]: 550 5.7.1 <ironport1.notrealdomain.com>: Helo command rejected: Host not found</ironport1.notrealdomain.com>
                                    

                                    I think our problem is the mismatch in hostnames.  I dont want to turn off the helo tests completely as they serve a good function for when no helo at all is recieved back, but I'd like to be able to ignore these mismatches.

                                    1 Reply Last reply Reply Quote 0
                                    • BismarckB
                                      Bismarck
                                      last edited by

                                      @jaredadams:

                                      Hi, I'm looking for some clarification on settings.  Currently I have a good amount of legit email bouncing off the Helo tests

                                      Jun 24 09:16:51 pfsense postfix/smtpd[47197]: NOQUEUE: reject: RCPT from outbound1.notrealdomain.com[12.xx.xxx.82]: 550 5.7.1 <ironport1.notrealdomain.com>: Helo command rejected: Host not found</ironport1.notrealdomain.com>
                                      

                                      I think our problem is the mismatch in hostnames.  I dont want to turn off the helo tests completely as they serve a good function for when no helo at all is recieved back, but I'd like to be able to ignore these mismatches.

                                      https://forum.pfsense.org/index.php?topic=63343.0

                                      Try in helo acl field:

                                      /ironport1.notrealdomain.com/ OK (this is for HELO)

                                      and in CIDR field:

                                      12.xx.xxx.82 OK (this is for legitimate clients without or wrong rDNS)

                                      1 Reply Last reply Reply Quote 0
                                      • G
                                        gnordli
                                        last edited by

                                        I am using the postfix forwarder on pfsense.

                                        Outbound email sent to google is getting tagged as spam and ending up in people's spam folder.

                                        I have done some testing using http://www.allaboutspam.com/email-server-test/ and it passes everything except for BATV and DKIM.

                                        From what I have read the lack of DKIM can cause google to mark it as spam.

                                        Any ideas on setting DKIM up on pfsense?

                                        thanks,

                                        Geoff

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

                                          Hello,

                                          I am new to pfSense and am looking at using it to replace some postfix - spamassassin - clam gateways.  We have a mail server behind and we want to forward several domains.

                                          For the Recipients we are exporting the user list to Postfix via clean text url and that is working perfectly.

                                          Does anyone have a way to automate/read the Forwarding Domains rather than enter them manually?

                                          In our current system we export the transport file to the gateways.  The transport file is used for both the transport_map and the relay_domains.  I started working on this then realizes someone else probably has come across the same issue.

                                          Thanks!

                                          Todd

                                          1 Reply Last reply Reply Quote 0
                                          • Y
                                            yaboc
                                            last edited by

                                            Hi,

                                            I've been using postfix forwarder for about a year now which listens on loopback and delivers mail to internal exchange. However i can't telnet either the main WAN on 25 that postfix forwarder listens on on exchange (on it's own separate IP).

                                            We must allow one host to be able to relay the mail. How would i set this up ?

                                            Also not sure if this will make things easier or more complicated but we have the ability to connect with the host with IPSEC and relay directly to exchange however I can't telnet to exchange even via the IPSEC via the local exchange IP.

                                            Would postfix forwarder have any say in it as well ? Catching mail on 25 that goes through VPN? Anything i have to set up to get this working?

                                            Thanks

                                            yaboc

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