{"id":291,"date":"2025-06-09T17:32:01","date_gmt":"2025-06-10T00:32:01","guid":{"rendered":"https:\/\/www.cmsws.com\/blog\/?p=291"},"modified":"2025-06-09T17:32:03","modified_gmt":"2025-06-10T00:32:03","slug":"add-spf-validation-to-postfix","status":"publish","type":"post","link":"https:\/\/www.cmsws.com\/blog\/add-spf-validation-to-postfix\/","title":{"rendered":"Add SPF validation to Postfix"},"content":{"rendered":"\n<p>Installing and configuring postfix-policyd-spf-python on CentOS 6.11  While CentOS 6.11 is an older release, you can still install and configure postfix-policyd-spf-python to enhance your Postfix mail server&#8217;s SPF checking capabilities.<\/p>\n\n\n\n<p><strong>Important<\/strong>: Before you begin, ensure you have the EPEL repository enabled on your CentOS 6.11 system, as postfix-policyd-spf-python may be available in this repository.<br>Steps to install and configure:<\/p>\n\n\n\n<p>Install required packages:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo yum install pypolicyd-spf<\/code><\/pre>\n\n\n\n<p>If pypolicyd-spf is not available, you might need to install epel-release first.  If pypolicyd-spf is still not found, you may need to look for python-policyd-spf or explore other options like compiling from source, which might be more complex for an older system like CentOS 6.11.<\/p>\n\n\n\n<p>Add a user for policyd-spf:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo adduser policyd-spf --user-group --no-create-home -s \/bin\/false<\/code><\/pre>\n\n\n\n<p>This creates a dedicated user for running the SPF policy daemon.<br>Configure Postfix master.cf:<\/p>\n\n\n\n<p>Open the Postfix master process configuration file:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo nano \/etc\/postfix\/master.cf<\/code><\/pre>\n\n\n\n<p>Add the following lines at the end of the file to configure Postfix to start the SPF policy daemon:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>policyd-spf  unix  -  n  n  -  0  spawnuser=policyd-spf  argv=\/usr\/local\/bin\/policyd-spf<\/code><\/pre>\n\n\n\n<p>Note: Make sure the path to policyd-spf is correct for your installation.<\/p>\n\n\n\n<p>Configure Postfix main.cf:<\/p>\n\n\n\n<p>Open the Postfix main configuration file:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo nano \/etc\/postfix\/main.cf<\/code><\/pre>\n\n\n\n<p>Add the following lines at the end of the file to enable SPF checking and set the policy agent timeout:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>smtpd_recipient_restrictions =<br>  ...<br>  reject_unauth_destination,<br>  check_policy_service unix:private\/policyd-spf<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>policyd-spf_time_limit = 3600<\/code><\/pre>\n\n\n\n<p><strong>Important<\/strong>: Ensure check_policy_service unix:private\/policyd-spf is listed AFTER reject_unauth_destination to prevent your system from becoming an open relay.<\/p>\n\n\n\n<p>Restart Postfix:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo service postfix restart<\/code><\/pre>\n\n\n\n<p>Verify and test:<\/p>\n\n\n\n<p>Check your mail logs (usually \/var\/log\/maillog) to see if policyd-spf is running and processing incoming mail.  Test the policy daemon manually by running policyd-spf with sample input as described in the policyd-spf.conf(5) documentation.  Send test emails from various sources to ensure SPF checks are being performed correctly. <\/p>\n\n\n\n<p>Additional Notes:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Configuration file: You can customize policyd-spf&#8217;s behavior by modifying the configuration file, typically located at \/etc\/python-policyd-spf\/policyd-spf.conf.<\/li>\n\n\n\n<li>Debugging: Increase the debugLevel in the configuration file to get more detailed logging information.<\/li>\n\n\n\n<li>SPF Records: Ensure you have correctly configured SPF records for your domain in your DNS.<\/li>\n\n\n\n<li>DNS Caching: Using a local caching DNS resolver is recommended for optimal performance.<\/li>\n\n\n\n<li>Alternative versions: If you encounter issues with the Python version on CentOS 6.11, you may need to install a newer Python version or explore alternative SPF policy agents like postfix-policyd-spf-perl. <\/li>\n<\/ul>\n\n\n\n<p>By following these steps, you should be able to successfully install and configure postfix-policyd-spf-python on your CentOS 6.11 system and enhance your mail server&#8217;s security by utilizing SPF validation<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Installing and configuring postfix-policyd-spf-python on CentOS 6.11 While CentOS 6.11 is an older release, you can still install and configure postfix-policyd-spf-python to enhance your Postfix mail server&#8217;s SPF checking capabilities. Important: Before you begin, ensure you have the EPEL repository enabled on your CentOS 6.11 system, as postfix-policyd-spf-python may be available in this repository.Steps to install and configure: Install required [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[39,25],"tags":[41],"class_list":["post-291","post","type-post","status-publish","format-standard","hentry","category-email","category-linux","tag-postfix"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Installing and configuring postfix-policyd-spf-python on CentOS 6.11 While CentOS 6.11 is an older release, you can still install and configure postfix-policyd-spf-python to enhance your Postfix mail server&#039;s SPF checking capabilities. Important: Before you begin, ensure you have the EPEL repository enabled on your CentOS 6.11 system, as postfix-policyd-spf-python may be available in this repository.Steps to\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Jim Lucas\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.cmsws.com\/blog\/add-spf-validation-to-postfix\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"A different perspective \u203a Right, lets get on with it...\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Add SPF validation to Postfix \u203a A different perspective\" \/>\n\t\t<meta property=\"og:description\" content=\"Installing and configuring postfix-policyd-spf-python on CentOS 6.11 While CentOS 6.11 is an older release, you can still install and configure postfix-policyd-spf-python to enhance your Postfix mail server&#039;s SPF checking capabilities. Important: Before you begin, ensure you have the EPEL repository enabled on your CentOS 6.11 system, as postfix-policyd-spf-python may be available in this repository.Steps to\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.cmsws.com\/blog\/add-spf-validation-to-postfix\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2025-06-10T00:32:01+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-06-10T00:32:03+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Add SPF validation to Postfix \u203a A different perspective\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Installing and configuring postfix-policyd-spf-python on CentOS 6.11 While CentOS 6.11 is an older release, you can still install and configure postfix-policyd-spf-python to enhance your Postfix mail server&#039;s SPF checking capabilities. Important: Before you begin, ensure you have the EPEL repository enabled on your CentOS 6.11 system, as postfix-policyd-spf-python may be available in this repository.Steps to\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/www.cmsws.com\\\/blog\\\/add-spf-validation-to-postfix\\\/#blogposting\",\"name\":\"Add SPF validation to Postfix \\u203a A different perspective\",\"headline\":\"Add SPF validation to Postfix\",\"author\":{\"@id\":\"https:\\\/\\\/www.cmsws.com\\\/blog\\\/author\\\/jlucas\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.cmsws.com\\\/blog\\\/#organization\"},\"datePublished\":\"2025-06-09T17:32:01-07:00\",\"dateModified\":\"2025-06-09T17:32:03-07:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.cmsws.com\\\/blog\\\/add-spf-validation-to-postfix\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.cmsws.com\\\/blog\\\/add-spf-validation-to-postfix\\\/#webpage\"},\"articleSection\":\"Email, Linux, Postfix\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.cmsws.com\\\/blog\\\/add-spf-validation-to-postfix\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.cmsws.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.cmsws.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.cmsws.com\\\/blog\\\/category\\\/linux\\\/#listItem\",\"name\":\"Linux\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.cmsws.com\\\/blog\\\/category\\\/linux\\\/#listItem\",\"position\":2,\"name\":\"Linux\",\"item\":\"https:\\\/\\\/www.cmsws.com\\\/blog\\\/category\\\/linux\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.cmsws.com\\\/blog\\\/add-spf-validation-to-postfix\\\/#listItem\",\"name\":\"Add SPF validation to Postfix\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.cmsws.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.cmsws.com\\\/blog\\\/add-spf-validation-to-postfix\\\/#listItem\",\"position\":3,\"name\":\"Add SPF validation to Postfix\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.cmsws.com\\\/blog\\\/category\\\/linux\\\/#listItem\",\"name\":\"Linux\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.cmsws.com\\\/blog\\\/#organization\",\"name\":\"A different perspective\",\"description\":\"Right, lets get on with it...\",\"url\":\"https:\\\/\\\/www.cmsws.com\\\/blog\\\/\",\"telephone\":\"+15414085189\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.cmsws.com\\\/blog\\\/author\\\/jlucas\\\/#author\",\"url\":\"https:\\\/\\\/www.cmsws.com\\\/blog\\\/author\\\/jlucas\\\/\",\"name\":\"Jim Lucas\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.cmsws.com\\\/blog\\\/add-spf-validation-to-postfix\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3cbbbf6cb05c36455e4560d55d14ec27e194a9639eef5b88d16f0d547e8c55c7?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Jim Lucas\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.cmsws.com\\\/blog\\\/add-spf-validation-to-postfix\\\/#webpage\",\"url\":\"https:\\\/\\\/www.cmsws.com\\\/blog\\\/add-spf-validation-to-postfix\\\/\",\"name\":\"Add SPF validation to Postfix \\u203a A different perspective\",\"description\":\"Installing and configuring postfix-policyd-spf-python on CentOS 6.11 While CentOS 6.11 is an older release, you can still install and configure postfix-policyd-spf-python to enhance your Postfix mail server's SPF checking capabilities. Important: Before you begin, ensure you have the EPEL repository enabled on your CentOS 6.11 system, as postfix-policyd-spf-python may be available in this repository.Steps to\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.cmsws.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.cmsws.com\\\/blog\\\/add-spf-validation-to-postfix\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.cmsws.com\\\/blog\\\/author\\\/jlucas\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.cmsws.com\\\/blog\\\/author\\\/jlucas\\\/#author\"},\"datePublished\":\"2025-06-09T17:32:01-07:00\",\"dateModified\":\"2025-06-09T17:32:03-07:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.cmsws.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.cmsws.com\\\/blog\\\/\",\"name\":\"A different perspective\",\"description\":\"Right, lets get on with it...\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.cmsws.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Add SPF validation to Postfix \u203a A different perspective","description":"Installing and configuring postfix-policyd-spf-python on CentOS 6.11 While CentOS 6.11 is an older release, you can still install and configure postfix-policyd-spf-python to enhance your Postfix mail server's SPF checking capabilities. Important: Before you begin, ensure you have the EPEL repository enabled on your CentOS 6.11 system, as postfix-policyd-spf-python may be available in this repository.Steps to","canonical_url":"https:\/\/www.cmsws.com\/blog\/add-spf-validation-to-postfix\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/www.cmsws.com\/blog\/add-spf-validation-to-postfix\/#blogposting","name":"Add SPF validation to Postfix \u203a A different perspective","headline":"Add SPF validation to Postfix","author":{"@id":"https:\/\/www.cmsws.com\/blog\/author\/jlucas\/#author"},"publisher":{"@id":"https:\/\/www.cmsws.com\/blog\/#organization"},"datePublished":"2025-06-09T17:32:01-07:00","dateModified":"2025-06-09T17:32:03-07:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/www.cmsws.com\/blog\/add-spf-validation-to-postfix\/#webpage"},"isPartOf":{"@id":"https:\/\/www.cmsws.com\/blog\/add-spf-validation-to-postfix\/#webpage"},"articleSection":"Email, Linux, Postfix"},{"@type":"BreadcrumbList","@id":"https:\/\/www.cmsws.com\/blog\/add-spf-validation-to-postfix\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.cmsws.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.cmsws.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.cmsws.com\/blog\/category\/linux\/#listItem","name":"Linux"}},{"@type":"ListItem","@id":"https:\/\/www.cmsws.com\/blog\/category\/linux\/#listItem","position":2,"name":"Linux","item":"https:\/\/www.cmsws.com\/blog\/category\/linux\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.cmsws.com\/blog\/add-spf-validation-to-postfix\/#listItem","name":"Add SPF validation to Postfix"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.cmsws.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.cmsws.com\/blog\/add-spf-validation-to-postfix\/#listItem","position":3,"name":"Add SPF validation to Postfix","previousItem":{"@type":"ListItem","@id":"https:\/\/www.cmsws.com\/blog\/category\/linux\/#listItem","name":"Linux"}}]},{"@type":"Organization","@id":"https:\/\/www.cmsws.com\/blog\/#organization","name":"A different perspective","description":"Right, lets get on with it...","url":"https:\/\/www.cmsws.com\/blog\/","telephone":"+15414085189"},{"@type":"Person","@id":"https:\/\/www.cmsws.com\/blog\/author\/jlucas\/#author","url":"https:\/\/www.cmsws.com\/blog\/author\/jlucas\/","name":"Jim Lucas","image":{"@type":"ImageObject","@id":"https:\/\/www.cmsws.com\/blog\/add-spf-validation-to-postfix\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/3cbbbf6cb05c36455e4560d55d14ec27e194a9639eef5b88d16f0d547e8c55c7?s=96&d=mm&r=g","width":96,"height":96,"caption":"Jim Lucas"}},{"@type":"WebPage","@id":"https:\/\/www.cmsws.com\/blog\/add-spf-validation-to-postfix\/#webpage","url":"https:\/\/www.cmsws.com\/blog\/add-spf-validation-to-postfix\/","name":"Add SPF validation to Postfix \u203a A different perspective","description":"Installing and configuring postfix-policyd-spf-python on CentOS 6.11 While CentOS 6.11 is an older release, you can still install and configure postfix-policyd-spf-python to enhance your Postfix mail server's SPF checking capabilities. Important: Before you begin, ensure you have the EPEL repository enabled on your CentOS 6.11 system, as postfix-policyd-spf-python may be available in this repository.Steps to","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.cmsws.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.cmsws.com\/blog\/add-spf-validation-to-postfix\/#breadcrumblist"},"author":{"@id":"https:\/\/www.cmsws.com\/blog\/author\/jlucas\/#author"},"creator":{"@id":"https:\/\/www.cmsws.com\/blog\/author\/jlucas\/#author"},"datePublished":"2025-06-09T17:32:01-07:00","dateModified":"2025-06-09T17:32:03-07:00"},{"@type":"WebSite","@id":"https:\/\/www.cmsws.com\/blog\/#website","url":"https:\/\/www.cmsws.com\/blog\/","name":"A different perspective","description":"Right, lets get on with it...","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.cmsws.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"A different perspective \u203a Right, lets get on with it...","og:type":"article","og:title":"Add SPF validation to Postfix \u203a A different perspective","og:description":"Installing and configuring postfix-policyd-spf-python on CentOS 6.11 While CentOS 6.11 is an older release, you can still install and configure postfix-policyd-spf-python to enhance your Postfix mail server's SPF checking capabilities. Important: Before you begin, ensure you have the EPEL repository enabled on your CentOS 6.11 system, as postfix-policyd-spf-python may be available in this repository.Steps to","og:url":"https:\/\/www.cmsws.com\/blog\/add-spf-validation-to-postfix\/","article:published_time":"2025-06-10T00:32:01+00:00","article:modified_time":"2025-06-10T00:32:03+00:00","twitter:card":"summary_large_image","twitter:title":"Add SPF validation to Postfix \u203a A different perspective","twitter:description":"Installing and configuring postfix-policyd-spf-python on CentOS 6.11 While CentOS 6.11 is an older release, you can still install and configure postfix-policyd-spf-python to enhance your Postfix mail server's SPF checking capabilities. Important: Before you begin, ensure you have the EPEL repository enabled on your CentOS 6.11 system, as postfix-policyd-spf-python may be available in this repository.Steps to"},"aioseo_meta_data":{"post_id":"291","title":null,"description":null,"keywords":[],"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":[],"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2025-06-10 00:32:03","updated":"2025-07-23 02:31:38","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.cmsws.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.cmsws.com\/blog\/category\/linux\/\" title=\"Linux\">Linux<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tAdd SPF validation to Postfix\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.cmsws.com\/blog"},{"label":"Linux","link":"https:\/\/www.cmsws.com\/blog\/category\/linux\/"},{"label":"Add SPF validation to Postfix","link":"https:\/\/www.cmsws.com\/blog\/add-spf-validation-to-postfix\/"}],"_links":{"self":[{"href":"https:\/\/www.cmsws.com\/blog\/wp-json\/wp\/v2\/posts\/291","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.cmsws.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.cmsws.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.cmsws.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.cmsws.com\/blog\/wp-json\/wp\/v2\/comments?post=291"}],"version-history":[{"count":1,"href":"https:\/\/www.cmsws.com\/blog\/wp-json\/wp\/v2\/posts\/291\/revisions"}],"predecessor-version":[{"id":292,"href":"https:\/\/www.cmsws.com\/blog\/wp-json\/wp\/v2\/posts\/291\/revisions\/292"}],"wp:attachment":[{"href":"https:\/\/www.cmsws.com\/blog\/wp-json\/wp\/v2\/media?parent=291"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.cmsws.com\/blog\/wp-json\/wp\/v2\/categories?post=291"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.cmsws.com\/blog\/wp-json\/wp\/v2\/tags?post=291"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}