Can MTA send mail via a relay without being told so? The Next CEO of Stack Overflowrelay mail from one postfix server to anotherZimbra doesn't send mail via smtp relay anmorePostfix: 'Relay access denied' - all incoming mail is rejectedSetting up SPF and initial questionsUsing SPF for spoof protectionCan't send mail from own server to GoogleAllowing a partially trusted server to send mail for one given address via SPF / DKIMSPF with -all includes directive with ~all?Setting SPF record for mail relay servers to avoid softfailSPF setup for mail and relay server

How does a dynamic QR code work?

Which acid/base does a strong base/acid react when added to a buffer solution?

Car headlights in a world without electricity

My boss doesn't want me to have a side project

Gauss' Posthumous Publications?

Is it reasonable to ask other researchers to send me their previous grant applications?

Can this transistor (2n2222) take 6V on emitter-base? Am I reading datasheet incorrectly?

Compilation of a 2d array and a 1d array

How should I connect my cat5 cable to connectors having an orange-green line?

Prodigo = pro + ago?

Is the offspring between a demon and a celestial possible? If so what is it called and is it in a book somewhere?

How to pronounce fünf in 45

Is it OK to decorate a log book cover?

"Eavesdropping" vs "Listen in on"

Avoiding the "not like other girls" trope?

How to compactly explain secondary and tertiary characters without resorting to stereotypes?

Why did early computer designers eschew integers?

Why do we say “un seul M” and not “une seule M” even though M is a “consonne”?

Does int main() need a declaration on C++?

Why doesn't Shulchan Aruch include the laws of destroying fruit trees?

Does Germany produce more waste than the US?

Calculating discount not working

How can a day be of 24 hours?

How can I separate the number from the unit in argument?



Can MTA send mail via a relay without being told so?



The Next CEO of Stack Overflowrelay mail from one postfix server to anotherZimbra doesn't send mail via smtp relay anmorePostfix: 'Relay access denied' - all incoming mail is rejectedSetting up SPF and initial questionsUsing SPF for spoof protectionCan't send mail from own server to GoogleAllowing a partially trusted server to send mail for one given address via SPF / DKIMSPF with -all includes directive with ~all?Setting SPF record for mail relay servers to avoid softfailSPF setup for mail and relay server










5















I'm thinking of adding an SPF to a domain. So I'm concerned if there are circumstances under which my MTA would use some relay when sending mail. Like, when the destination servers are too busy or something? I'm mainly interested in postfix's or exim's default settings.










share|improve this question






















  • On the sending site MTAs can use long chains of relays, that’s typical In an enterprise setting, passing through site local installations, enterprise Gateways, spam filters and possibly a public cloud/isp service for sending, The chain is however configured or enforced privately. Once the public MTA sends it only picks a primary or secondary MX. It is not uncommon to use secondary MXs of your provider and your filtering must deal with it. It is however something you configure with your MX DNS records, so it is configured by the recipient admins.

    – eckes
    2 days ago















5















I'm thinking of adding an SPF to a domain. So I'm concerned if there are circumstances under which my MTA would use some relay when sending mail. Like, when the destination servers are too busy or something? I'm mainly interested in postfix's or exim's default settings.










share|improve this question






















  • On the sending site MTAs can use long chains of relays, that’s typical In an enterprise setting, passing through site local installations, enterprise Gateways, spam filters and possibly a public cloud/isp service for sending, The chain is however configured or enforced privately. Once the public MTA sends it only picks a primary or secondary MX. It is not uncommon to use secondary MXs of your provider and your filtering must deal with it. It is however something you configure with your MX DNS records, so it is configured by the recipient admins.

    – eckes
    2 days ago













5












5








5








I'm thinking of adding an SPF to a domain. So I'm concerned if there are circumstances under which my MTA would use some relay when sending mail. Like, when the destination servers are too busy or something? I'm mainly interested in postfix's or exim's default settings.










share|improve this question














I'm thinking of adding an SPF to a domain. So I'm concerned if there are circumstances under which my MTA would use some relay when sending mail. Like, when the destination servers are too busy or something? I'm mainly interested in postfix's or exim's default settings.







email postfix exim spf






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked 2 days ago









x-yurix-yuri

433715




433715












  • On the sending site MTAs can use long chains of relays, that’s typical In an enterprise setting, passing through site local installations, enterprise Gateways, spam filters and possibly a public cloud/isp service for sending, The chain is however configured or enforced privately. Once the public MTA sends it only picks a primary or secondary MX. It is not uncommon to use secondary MXs of your provider and your filtering must deal with it. It is however something you configure with your MX DNS records, so it is configured by the recipient admins.

    – eckes
    2 days ago

















  • On the sending site MTAs can use long chains of relays, that’s typical In an enterprise setting, passing through site local installations, enterprise Gateways, spam filters and possibly a public cloud/isp service for sending, The chain is however configured or enforced privately. Once the public MTA sends it only picks a primary or secondary MX. It is not uncommon to use secondary MXs of your provider and your filtering must deal with it. It is however something you configure with your MX DNS records, so it is configured by the recipient admins.

    – eckes
    2 days ago
















On the sending site MTAs can use long chains of relays, that’s typical In an enterprise setting, passing through site local installations, enterprise Gateways, spam filters and possibly a public cloud/isp service for sending, The chain is however configured or enforced privately. Once the public MTA sends it only picks a primary or secondary MX. It is not uncommon to use secondary MXs of your provider and your filtering must deal with it. It is however something you configure with your MX DNS records, so it is configured by the recipient admins.

– eckes
2 days ago





On the sending site MTAs can use long chains of relays, that’s typical In an enterprise setting, passing through site local installations, enterprise Gateways, spam filters and possibly a public cloud/isp service for sending, The chain is however configured or enforced privately. Once the public MTA sends it only picks a primary or secondary MX. It is not uncommon to use secondary MXs of your provider and your filtering must deal with it. It is however something you configure with your MX DNS records, so it is configured by the recipient admins.

– eckes
2 days ago










2 Answers
2






active

oldest

votes


















10














No, if you don’t configure any relay (and don’t fiddle around on the network layer) , an MTA will try to deliver to whatever DNS says should get the mail.






share|improve this answer






























    3















    I'm concerned if there are circumstances under which my MTA would use
    some relay when sending mail.




    No. Your server will attempt to send email to the server whose host is described by the MX record(s) for the destination domain.






    share|improve this answer

























      Your Answer








      StackExchange.ready(function()
      var channelOptions =
      tags: "".split(" "),
      id: "2"
      ;
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function()
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled)
      StackExchange.using("snippets", function()
      createEditor();
      );

      else
      createEditor();

      );

      function createEditor()
      StackExchange.prepareEditor(
      heartbeatType: 'answer',
      autoActivateHeartbeat: false,
      convertImagesToLinks: true,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: 10,
      bindNavPrevention: true,
      postfix: "",
      imageUploader:
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      ,
      onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      );



      );













      draft saved

      draft discarded


















      StackExchange.ready(
      function ()
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f960748%2fcan-mta-send-mail-via-a-relay-without-being-told-so%23new-answer', 'question_page');

      );

      Post as a guest















      Required, but never shown

























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      10














      No, if you don’t configure any relay (and don’t fiddle around on the network layer) , an MTA will try to deliver to whatever DNS says should get the mail.






      share|improve this answer



























        10














        No, if you don’t configure any relay (and don’t fiddle around on the network layer) , an MTA will try to deliver to whatever DNS says should get the mail.






        share|improve this answer

























          10












          10








          10







          No, if you don’t configure any relay (and don’t fiddle around on the network layer) , an MTA will try to deliver to whatever DNS says should get the mail.






          share|improve this answer













          No, if you don’t configure any relay (and don’t fiddle around on the network layer) , an MTA will try to deliver to whatever DNS says should get the mail.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 2 days ago









          SvenSven

          87.5k10148200




          87.5k10148200























              3















              I'm concerned if there are circumstances under which my MTA would use
              some relay when sending mail.




              No. Your server will attempt to send email to the server whose host is described by the MX record(s) for the destination domain.






              share|improve this answer





























                3















                I'm concerned if there are circumstances under which my MTA would use
                some relay when sending mail.




                No. Your server will attempt to send email to the server whose host is described by the MX record(s) for the destination domain.






                share|improve this answer



























                  3












                  3








                  3








                  I'm concerned if there are circumstances under which my MTA would use
                  some relay when sending mail.




                  No. Your server will attempt to send email to the server whose host is described by the MX record(s) for the destination domain.






                  share|improve this answer
















                  I'm concerned if there are circumstances under which my MTA would use
                  some relay when sending mail.




                  No. Your server will attempt to send email to the server whose host is described by the MX record(s) for the destination domain.







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited 2 days ago









                  Lightness Races in Orbit

                  275416




                  275416










                  answered 2 days ago









                  joeqwertyjoeqwerty

                  96.5k465149




                  96.5k465149



























                      draft saved

                      draft discarded
















































                      Thanks for contributing an answer to Server Fault!


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid


                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.

                      To learn more, see our tips on writing great answers.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function ()
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f960748%2fcan-mta-send-mail-via-a-relay-without-being-told-so%23new-answer', 'question_page');

                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown







                      Popular posts from this blog

                      getting Checkpoint VPN SSL Network Extender working in the command lineHow to connect to CheckPoint VPN on Ubuntu 18.04LTS?Will the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayVPN SSL Network Extender in FirefoxLinux Checkpoint SNX tool configuration issuesCheck Point - Connect under Linux - snx + OTPSNX VPN Ububuntu 18.XXUsing Checkpoint VPN SSL Network Extender CLI with certificateVPN with network manager (nm-applet) is not workingWill the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayImport VPN config files to NetworkManager from command lineTrouble connecting to VPN using network-manager, while command line worksStart a VPN connection with PPTP protocol on command linestarting a docker service daemon breaks the vpn networkCan't connect to vpn with Network-managerVPN SSL Network Extender in FirefoxUsing Checkpoint VPN SSL Network Extender CLI with certificate

                      Cannot Extend partition with GParted The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election ResultsCan't increase partition size with GParted?GParted doesn't recognize the unallocated space after my current partitionWhat is the best way to add unallocated space located before to Ubuntu 12.04 partition with GParted live?I can't figure out how to extend my Arch home partition into free spaceGparted Linux Mint 18.1 issueTrying to extend but swap partition is showing as Unknown in Gparted, shows proper from fdiskRearrange partitions in gparted to extend a partitionUnable to extend partition even though unallocated space is next to it using GPartedAllocate free space to root partitiongparted: how to merge unallocated space with a partition

                      Marilyn Monroe Ny fiainany manokana | Jereo koa | Meny fitetezanafanitarana azy.