How to insert myhostname in postfix virtual via mysql

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












I'm searching for a way to insert the content of the postfix configuration variable "myhostname" (dynamically) into a mysql query.



  • See http://www.postfix.org/mysql_table.5.html

Currently I have



query = SELECT destination FROM virtual_aliases WHERE source='%s'


I want to extend it like that



query = SELECT destination FROM virtual_aliases WHERE hostname='$mydestination' AND source='%s'


where $mydestination should not be static (I could insert it into the .cf file, but I want to have it dynamically to share the same .cf file between multiple servers).







share|improve this question

























    up vote
    0
    down vote

    favorite












    I'm searching for a way to insert the content of the postfix configuration variable "myhostname" (dynamically) into a mysql query.



    • See http://www.postfix.org/mysql_table.5.html

    Currently I have



    query = SELECT destination FROM virtual_aliases WHERE source='%s'


    I want to extend it like that



    query = SELECT destination FROM virtual_aliases WHERE hostname='$mydestination' AND source='%s'


    where $mydestination should not be static (I could insert it into the .cf file, but I want to have it dynamically to share the same .cf file between multiple servers).







    share|improve this question























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I'm searching for a way to insert the content of the postfix configuration variable "myhostname" (dynamically) into a mysql query.



      • See http://www.postfix.org/mysql_table.5.html

      Currently I have



      query = SELECT destination FROM virtual_aliases WHERE source='%s'


      I want to extend it like that



      query = SELECT destination FROM virtual_aliases WHERE hostname='$mydestination' AND source='%s'


      where $mydestination should not be static (I could insert it into the .cf file, but I want to have it dynamically to share the same .cf file between multiple servers).







      share|improve this question













      I'm searching for a way to insert the content of the postfix configuration variable "myhostname" (dynamically) into a mysql query.



      • See http://www.postfix.org/mysql_table.5.html

      Currently I have



      query = SELECT destination FROM virtual_aliases WHERE source='%s'


      I want to extend it like that



      query = SELECT destination FROM virtual_aliases WHERE hostname='$mydestination' AND source='%s'


      where $mydestination should not be static (I could insert it into the .cf file, but I want to have it dynamically to share the same .cf file between multiple servers).









      share|improve this question












      share|improve this question




      share|improve this question








      edited Jul 5 at 9:44









      slm♦

      233k65479651




      233k65479651









      asked Jul 5 at 7:16









      Schubi Duah

      213




      213

























          active

          oldest

          votes











          Your Answer







          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "106"
          ;
          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',
          convertImagesToLinks: false,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );








           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f453542%2fhow-to-insert-myhostname-in-postfix-virtual-via-mysql%23new-answer', 'question_page');

          );

          Post as a guest



































          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes










           

          draft saved


          draft discarded


























           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f453542%2fhow-to-insert-myhostname-in-postfix-virtual-via-mysql%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          How to check contact read email or not when send email to Individual?

          Bahrain

          Postfix configuration issue with fips on centos 7; mailgun relay