{"id":5796,"date":"2020-09-02T14:05:31","date_gmt":"2020-09-02T08:35:31","guid":{"rendered":"https:\/\/blog.pheonixsolutions.com\/?p=5796"},"modified":"2020-09-02T19:11:08","modified_gmt":"2020-09-02T13:41:08","slug":"setup-postfix-with-mailgun-for-reliable-e-mail-delivery-on-ubuntu","status":"publish","type":"post","link":"https:\/\/pheonixsolutions.com\/blog\/setup-postfix-with-mailgun-for-reliable-e-mail-delivery-on-ubuntu\/","title":{"rendered":"Setup Postfix with Mailgun for reliable E-Mail Delivery on Ubuntu"},"content":{"rendered":"\n<h4 class=\"wp-block-heading\">Setup Postfix with Mailgun for reliable E-Mail Delivery on Ubuntu<\/h4>\n\n\n\n<h4 class=\"wp-block-heading\">Date: 24-08-2020<\/h4>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Install Postfix<\/strong>:<\/h4>\n\n\n\n<p>Postfix&nbsp;is a mail transfer agent (MTA) which is the responsible software for delivering &amp; receiving emails, it\u2019s essential in order to create a complete mail server.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Step 1:<\/strong>  Login to the server by using ssh.<\/h4>\n\n\n\n<p>As the root user, you can install postfix using below command.<br>    <code><strong>#  apt-get install postfix<\/strong><\/code><\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.jamroom.net\/documentation\/image\/doc_image\/1350\/1280\/_v=cec181385476267\" alt=\"\"\/><\/figure>\n\n\n\n<p>Now enter the fully qualified domain name that you want to use for send and receive mails.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"600\" src=\"https:\/\/blog.pheonixsolutions.com\/wp-content\/uploads\/2020\/08\/Set-Postfix-Mail-Domain.png\" alt=\"\" class=\"wp-image-5797\" srcset=\"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2020\/08\/Set-Postfix-Mail-Domain.png 800w, https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2020\/08\/Set-Postfix-Mail-Domain-300x225.png 300w, https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2020\/08\/Set-Postfix-Mail-Domain-768x576.png 768w, https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2020\/08\/Set-Postfix-Mail-Domain-400x300.png 400w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/><\/figure>\n\n\n\n<p>Once the FQDN set, you\u2019ve to restart the Postfix mail server by using the below command.<br><code><strong># service postfix restart<\/strong><\/code><\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><br><strong>Step 2:<\/strong> Signup for A Free Mailgun Account.<\/h4>\n\n\n\n<p>The Mailgun is a set of powerful APIs that allow you to send, receive, and track email.<\/p>\n\n\n\n<p>The first 10,000 emails each month via Mailgun are free &#8211; after that, it is just 50 cents for every 1,000. You can signup for an account by using the following link.<br><a href=\"http:\/\/www.mailgun.com\/\">https:\/\/www.mailgun.com\/<\/a><\/p>\n\n\n\n<p>Once signed up, go to your Mailgun Control Panel.<br><a href=\"https:\/\/mailgun.com\/cp\">https:\/\/mailgun.com\/cp<\/a><\/p>\n\n\n\n<p>Click on the domains tab then select the Add Domain button.<br>Enter your domain name and press the Create Domain button at the bottom of the form. This will create your domain in Mailgun.<br>Click on the Domains tab again, and then click on your new domain in the domains list. This will take you into the details page for your new domain.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Step 3: <\/strong>Configuring Postfix to use Mailgun as a Relay Host.<\/h4>\n\n\n\n<p>You can find your SMTP password on the domain page. This is the password we are going to need when configuring Postfix to send our email through Mailgun.<\/p>\n\n\n\n<p>Edit the Postfix main.cf file.<br><code><strong># nano \/etc\/postfix\/main.cf<\/strong><\/code><\/p>\n\n\n\n<p>Add the following to the bottom of the file:<br><code>relayhost = smtp.mailgun.org smtp_sasl_auth_enable = yes smtp_sasl_password_maps = static:postmaster@pheonixsolutions.com:password smtp_sasl_security_options = noanonymous<\/code><\/p>\n\n\n\n<p><strong>Replace:<\/strong> <br>&#8211;&nbsp;<strong>pheonixsolutions.com<\/strong>&nbsp;with your domain name name <br>&#8211;&nbsp;<strong>password<\/strong>&nbsp;with the password you just grabbed from the Mailgun control panel.<\/p>\n\n\n\n<p>Save your changes and restart postfix:<br><code><strong># service postfix restart<\/strong><\/code><\/p>\n\n\n\n<p>Your Postfix will now send all email out through Mailgun.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Setup Postfix with Mailgun for reliable E-Mail Delivery on Ubuntu Date: 24-08-2020 Install Postfix: Postfix&nbsp;is a mail transfer agent (MTA) which is the responsible software for delivering &amp; receiving emails, it\u2019s essential in order to create a complete mail server. Step 1: Login to the server by using ssh. As&hellip; <a href=\"https:\/\/pheonixsolutions.com\/blog\/setup-postfix-with-mailgun-for-reliable-e-mail-delivery-on-ubuntu\/\" class=\"more-link read-more\" rel=\"bookmark\">Continue Reading <span class=\"screen-reader-text\">Setup Postfix with Mailgun for reliable E-Mail Delivery on Ubuntu<\/span><i class=\"fa fa-arrow-right\"><\/i><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[241,285],"tags":[198,171],"class_list":{"0":"post-5796","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"hentry","6":"category-mail-servers","7":"category-postfix","8":"tag-mailserver","9":"tag-postfix","10":"h-entry","12":"h-as-article"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Pheonix Solutions - We Empower Your Business Growth<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/pheonixsolutions.com\/blog\/setup-postfix-with-mailgun-for-reliable-e-mail-delivery-on-ubuntu\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Pheonix Solutions - We Empower Your Business Growth\" \/>\n<meta property=\"og:description\" content=\"Setup Postfix with Mailgun for reliable E-Mail Delivery on Ubuntu Date: 24-08-2020 Install Postfix: Postfix&nbsp;is a mail transfer agent (MTA) which is the responsible software for delivering &amp; receiving emails, it\u2019s essential in order to create a complete mail server. Step 1: Login to the server by using ssh. As&hellip; Continue Reading Setup Postfix with Mailgun for reliable E-Mail Delivery on Ubuntu\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pheonixsolutions.com\/blog\/setup-postfix-with-mailgun-for-reliable-e-mail-delivery-on-ubuntu\/\" \/>\n<meta property=\"og:site_name\" content=\"PHEONIXSOLUTIONS\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/PheonixSolutions-209942982759387\/\" \/>\n<meta property=\"article:published_time\" content=\"2020-09-02T08:35:31+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-09-02T13:41:08+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.jamroom.net\/documentation\/image\/doc_image\/1350\/1280\/_v=cec181385476267\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@pheonixsolution\" \/>\n<meta name=\"twitter:site\" content=\"@pheonixsolution\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/setup-postfix-with-mailgun-for-reliable-e-mail-delivery-on-ubuntu\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/setup-postfix-with-mailgun-for-reliable-e-mail-delivery-on-ubuntu\\\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/person\\\/0ffa33d73c869faec2d50e79c24e3503\"},\"headline\":\"Setup Postfix with Mailgun for reliable E-Mail Delivery on Ubuntu\",\"datePublished\":\"2020-09-02T08:35:31+00:00\",\"dateModified\":\"2020-09-02T13:41:08+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/setup-postfix-with-mailgun-for-reliable-e-mail-delivery-on-ubuntu\\\/\"},\"wordCount\":335,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/setup-postfix-with-mailgun-for-reliable-e-mail-delivery-on-ubuntu\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.jamroom.net\\\/documentation\\\/image\\\/doc_image\\\/1350\\\/1280\\\/_v=cec181385476267\",\"keywords\":[\"mailserver\",\"Postfix\"],\"articleSection\":[\"Mail Servers\",\"Postfix\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/setup-postfix-with-mailgun-for-reliable-e-mail-delivery-on-ubuntu\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/setup-postfix-with-mailgun-for-reliable-e-mail-delivery-on-ubuntu\\\/\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/setup-postfix-with-mailgun-for-reliable-e-mail-delivery-on-ubuntu\\\/\",\"name\":\"Pheonix Solutions - We Empower Your Business Growth\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/setup-postfix-with-mailgun-for-reliable-e-mail-delivery-on-ubuntu\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/setup-postfix-with-mailgun-for-reliable-e-mail-delivery-on-ubuntu\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.jamroom.net\\\/documentation\\\/image\\\/doc_image\\\/1350\\\/1280\\\/_v=cec181385476267\",\"datePublished\":\"2020-09-02T08:35:31+00:00\",\"dateModified\":\"2020-09-02T13:41:08+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/setup-postfix-with-mailgun-for-reliable-e-mail-delivery-on-ubuntu\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/setup-postfix-with-mailgun-for-reliable-e-mail-delivery-on-ubuntu\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/setup-postfix-with-mailgun-for-reliable-e-mail-delivery-on-ubuntu\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.jamroom.net\\\/documentation\\\/image\\\/doc_image\\\/1350\\\/1280\\\/_v=cec181385476267\",\"contentUrl\":\"https:\\\/\\\/www.jamroom.net\\\/documentation\\\/image\\\/doc_image\\\/1350\\\/1280\\\/_v=cec181385476267\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/setup-postfix-with-mailgun-for-reliable-e-mail-delivery-on-ubuntu\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Setup Postfix with Mailgun for reliable E-Mail Delivery on Ubuntu\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/\",\"name\":\"Pheonix Solutions\",\"description\":\"We Empower Your Business Growth\",\"publisher\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#organization\",\"name\":\"PheonixSolutions\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/wp-content\\\/uploads\\\/2016\\\/12\\\/logo.png\",\"contentUrl\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/wp-content\\\/uploads\\\/2016\\\/12\\\/logo.png\",\"width\":454,\"height\":300,\"caption\":\"PheonixSolutions\"},\"image\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/PheonixSolutions-209942982759387\\\/\",\"https:\\\/\\\/x.com\\\/pheonixsolution\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/person\\\/0ffa33d73c869faec2d50e79c24e3503\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/09bacc0294abee1322a23ab4bc6a0330dd4cb4df707dc9d0b0efeba6c109608b?s=96&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/09bacc0294abee1322a23ab4bc6a0330dd4cb4df707dc9d0b0efeba6c109608b?s=96&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/09bacc0294abee1322a23ab4bc6a0330dd4cb4df707dc9d0b0efeba6c109608b?s=96&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"http:\\\/\\\/blog.pheonixsolutions.com\"],\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/author\\\/admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Pheonix Solutions - We Empower Your Business Growth","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/pheonixsolutions.com\/blog\/setup-postfix-with-mailgun-for-reliable-e-mail-delivery-on-ubuntu\/","og_locale":"en_US","og_type":"article","og_title":"Pheonix Solutions - We Empower Your Business Growth","og_description":"Setup Postfix with Mailgun for reliable E-Mail Delivery on Ubuntu Date: 24-08-2020 Install Postfix: Postfix&nbsp;is a mail transfer agent (MTA) which is the responsible software for delivering &amp; receiving emails, it\u2019s essential in order to create a complete mail server. Step 1: Login to the server by using ssh. As&hellip; Continue Reading Setup Postfix with Mailgun for reliable E-Mail Delivery on Ubuntu","og_url":"https:\/\/pheonixsolutions.com\/blog\/setup-postfix-with-mailgun-for-reliable-e-mail-delivery-on-ubuntu\/","og_site_name":"PHEONIXSOLUTIONS","article_publisher":"https:\/\/www.facebook.com\/PheonixSolutions-209942982759387\/","article_published_time":"2020-09-02T08:35:31+00:00","article_modified_time":"2020-09-02T13:41:08+00:00","og_image":[{"url":"https:\/\/www.jamroom.net\/documentation\/image\/doc_image\/1350\/1280\/_v=cec181385476267","type":"","width":"","height":""}],"author":"admin","twitter_card":"summary_large_image","twitter_creator":"@pheonixsolution","twitter_site":"@pheonixsolution","twitter_misc":{"Written by":"admin","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/pheonixsolutions.com\/blog\/setup-postfix-with-mailgun-for-reliable-e-mail-delivery-on-ubuntu\/#article","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/blog\/setup-postfix-with-mailgun-for-reliable-e-mail-delivery-on-ubuntu\/"},"author":{"name":"admin","@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/person\/0ffa33d73c869faec2d50e79c24e3503"},"headline":"Setup Postfix with Mailgun for reliable E-Mail Delivery on Ubuntu","datePublished":"2020-09-02T08:35:31+00:00","dateModified":"2020-09-02T13:41:08+00:00","mainEntityOfPage":{"@id":"https:\/\/pheonixsolutions.com\/blog\/setup-postfix-with-mailgun-for-reliable-e-mail-delivery-on-ubuntu\/"},"wordCount":335,"commentCount":0,"publisher":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#organization"},"image":{"@id":"https:\/\/pheonixsolutions.com\/blog\/setup-postfix-with-mailgun-for-reliable-e-mail-delivery-on-ubuntu\/#primaryimage"},"thumbnailUrl":"https:\/\/www.jamroom.net\/documentation\/image\/doc_image\/1350\/1280\/_v=cec181385476267","keywords":["mailserver","Postfix"],"articleSection":["Mail Servers","Postfix"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/pheonixsolutions.com\/blog\/setup-postfix-with-mailgun-for-reliable-e-mail-delivery-on-ubuntu\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/pheonixsolutions.com\/blog\/setup-postfix-with-mailgun-for-reliable-e-mail-delivery-on-ubuntu\/","url":"https:\/\/pheonixsolutions.com\/blog\/setup-postfix-with-mailgun-for-reliable-e-mail-delivery-on-ubuntu\/","name":"Pheonix Solutions - We Empower Your Business Growth","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/pheonixsolutions.com\/blog\/setup-postfix-with-mailgun-for-reliable-e-mail-delivery-on-ubuntu\/#primaryimage"},"image":{"@id":"https:\/\/pheonixsolutions.com\/blog\/setup-postfix-with-mailgun-for-reliable-e-mail-delivery-on-ubuntu\/#primaryimage"},"thumbnailUrl":"https:\/\/www.jamroom.net\/documentation\/image\/doc_image\/1350\/1280\/_v=cec181385476267","datePublished":"2020-09-02T08:35:31+00:00","dateModified":"2020-09-02T13:41:08+00:00","breadcrumb":{"@id":"https:\/\/pheonixsolutions.com\/blog\/setup-postfix-with-mailgun-for-reliable-e-mail-delivery-on-ubuntu\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pheonixsolutions.com\/blog\/setup-postfix-with-mailgun-for-reliable-e-mail-delivery-on-ubuntu\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pheonixsolutions.com\/blog\/setup-postfix-with-mailgun-for-reliable-e-mail-delivery-on-ubuntu\/#primaryimage","url":"https:\/\/www.jamroom.net\/documentation\/image\/doc_image\/1350\/1280\/_v=cec181385476267","contentUrl":"https:\/\/www.jamroom.net\/documentation\/image\/doc_image\/1350\/1280\/_v=cec181385476267"},{"@type":"BreadcrumbList","@id":"https:\/\/pheonixsolutions.com\/blog\/setup-postfix-with-mailgun-for-reliable-e-mail-delivery-on-ubuntu\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/pheonixsolutions.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Setup Postfix with Mailgun for reliable E-Mail Delivery on Ubuntu"}]},{"@type":"WebSite","@id":"https:\/\/pheonixsolutions.com\/blog\/#website","url":"https:\/\/pheonixsolutions.com\/blog\/","name":"Pheonix Solutions","description":"We Empower Your Business Growth","publisher":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pheonixsolutions.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/pheonixsolutions.com\/blog\/#organization","name":"PheonixSolutions","url":"https:\/\/pheonixsolutions.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2016\/12\/logo.png","contentUrl":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2016\/12\/logo.png","width":454,"height":300,"caption":"PheonixSolutions"},"image":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/PheonixSolutions-209942982759387\/","https:\/\/x.com\/pheonixsolution"]},{"@type":"Person","@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/person\/0ffa33d73c869faec2d50e79c24e3503","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/09bacc0294abee1322a23ab4bc6a0330dd4cb4df707dc9d0b0efeba6c109608b?s=96&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/09bacc0294abee1322a23ab4bc6a0330dd4cb4df707dc9d0b0efeba6c109608b?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/09bacc0294abee1322a23ab4bc6a0330dd4cb4df707dc9d0b0efeba6c109608b?s=96&r=g","caption":"admin"},"sameAs":["http:\/\/blog.pheonixsolutions.com"],"url":"https:\/\/pheonixsolutions.com\/blog\/author\/admin\/"}]}},"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p7F4uM-1vu","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts\/5796","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/comments?post=5796"}],"version-history":[{"count":0,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts\/5796\/revisions"}],"wp:attachment":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/media?parent=5796"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/categories?post=5796"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/tags?post=5796"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}