{"id":18071,"date":"2023-06-08T12:31:36","date_gmt":"2023-06-08T12:31:36","guid":{"rendered":"https:\/\/soloweb.com.br\/blog\/?p=18071"},"modified":"2023-06-13T11:46:50","modified_gmt":"2023-06-13T11:46:50","slug":"como-alterar-o-dominio-e-o-hostname-no-zimbra","status":"publish","type":"post","link":"https:\/\/soloweb.com.br\/blog\/2023\/06\/08\/como-alterar-o-dominio-e-o-hostname-no-zimbra\/","title":{"rendered":"Como alterar o dom\u00ednio e o hostname no Zimbra"},"content":{"rendered":"\n<p>Na dica de hoje vamos ensinar o passo-a-passo de como alterar seu dom\u00ednio e tamb\u00e9m o hostname no Zimbra.<\/p>\n\n\n\n<p>Precisando de ajudar de especialistas Zimbra? Entre em contato conosco. <a href=\"https:\/\/soloweb.com.br\" class=\"ek-link\">https:\/\/soloweb.com.br<\/a><\/p>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Passo 1<\/h2>\n\n\n\n<p>Antes de iniciar qualquer procedimento no Zimbra \u00e9 importante que voc\u00ea realize o backup, para isso basta voc\u00ea copiar a pasta da aplica\u00e7\u00e3o:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$ rsync -axvzKHS \/opt\/zimbra \/zimbra_backup<\/code><\/pre>\n\n\n\n<p>Caso voc\u00ea n\u00e3o possua espa\u00e7o em disco basta copiar para um outro servidor com o comando rsync que ficar\u00e1 assim:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$ rsync -av --rsh=\"ssh -p 22\" \/opt\/zimbra root@x.x.x.x:\/zimbra_backup<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Passo 2<\/h2>\n\n\n\n<p>Ap\u00f3s o backup realizado agora vamos alterar o dom\u00ednio com o seguinte comando:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$ su zimbra\n$ zmprov -l rd dominioantigo.com novodominio.com<\/code><\/pre>\n\n\n\n<p>A sa\u00edda do comando ser\u00e1 assim:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>zmprov -l rd dominioantigo.com novodominio.com\ndomain dominioantigo.com renamed to novodominio.com\nNote: use zmlocalconfig to check and update any localconfig settings referencing domain 'dominioantigo.com' on all servers.\nUse \/opt\/zimbra\/libexec\/zmdkimkeyutil to recreate the DKIM entries for new domain name if required.<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Passo 3<\/h2>\n\n\n\n<p>Agora \u00e9 gerar a dkim e finalizamos a troca de dom\u00ednio:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$ \/opt\/zimbra\/libexec\/zmdkimkeyutil -a -d novodominio.com<\/code><\/pre>\n\n\n\n<p>Veja essa dica para lhe ajudar com os pr\u00f3ximos passos:<\/p>\n\n\n\n<figure class=\"wp-block-embed aligncenter is-type-wp-embed is-provider-soloweb-tecnologia wp-block-embed-soloweb-tecnologia\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\" data-secret=\"PPIewGthxm\"><a href=\"https:\/\/soloweb.com.br\/blog\/2023\/02\/11\/como-instalar-o-ssl-no-zimbra-usando-o-certbot-da-lets-encrypt\/\">Como instalar o SSL no Zimbra usando o Certbot da Let&#8217;s Encrypt<\/a><\/blockquote><iframe loading=\"lazy\" class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" title=\"&#8220;Como instalar o SSL no Zimbra usando o Certbot da Let&#8217;s Encrypt&#8221; &#8212; SOLOWEB Tecnologia\" src=\"https:\/\/soloweb.com.br\/blog\/2023\/02\/11\/como-instalar-o-ssl-no-zimbra-usando-o-certbot-da-lets-encrypt\/embed\/#?secret=RzcQUrFQC4#?secret=PPIewGthxm\" data-secret=\"PPIewGthxm\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"><\/iframe>\n<\/div><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Passo 4<\/h2>\n\n\n\n<p>Vamos alterar agora o hostname, para iniciar este procedimento vamos executar o seguinte comando:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$ \/opt\/zimbra\/libexec\/zmsetservername -n novo.hostname.com<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Passo 5<\/h2>\n\n\n\n<p>Com o hostname alterado, voc\u00ea vai precisar alterar o hostname a n\u00edvel de servidor basta modificar os seguintes arquivos:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$ vim \/etc\/hostname<\/code><\/pre>\n\n\n\n<p>Altere o valor que \u00e9 o hostname antigo para o novo e depois para o seguinte arquivo:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$ vim \/etc\/hosts<\/code><\/pre>\n\n\n\n<p>Onde possuir o valor do hostname antigo altere para o novo.<\/p>\n\n\n\n<p>Feito isso instale o SSL.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Passo 6<\/h2>\n\n\n\n<p>Por \u00faltimo vamos agora restartar o Zimbra:<\/p>\n\n\n\n<p><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$ zmcontrol restart<\/code><\/pre>\n\n\n\n<p>Agora voc\u00ea poder\u00e1 usar o zimbra com seu novo hostname.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\"><\/h5>\n","protected":false},"excerpt":{"rendered":"<p>Na dica de hoje vamos ensinar o passo-a-passo de como alterar seu dom\u00ednio e tamb\u00e9m o hostname no Zimbra. Precisando<\/p>\n","protected":false},"author":5,"featured_media":18077,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"colormag_page_container_layout":"default_layout","colormag_page_sidebar_layout":"default_layout","_editorskit_title_hidden":false,"_editorskit_reading_time":0,"_editorskit_is_block_options_detached":false,"_editorskit_block_options_position":"{}","footnotes":""},"categories":[302,303,114,131,325,54],"tags":[143,35,144,309,243],"class_list":["post-18071","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-destaque-principal","category-destaque-secundario","category-dicas","category-gerenciamento","category-linux","category-tutoriais","tag-centos","tag-email","tag-linux","tag-tutoriais","tag-zimbra"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Como alterar o dom\u00ednio e o hostname no Zimbra - SOLOWEB Tecnologia<\/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:\/\/soloweb.com.br\/blog\/2023\/06\/08\/como-alterar-o-dominio-e-o-hostname-no-zimbra\/\" \/>\n<meta property=\"og:locale\" content=\"pt_BR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Como alterar o dom\u00ednio e o hostname no Zimbra - SOLOWEB Tecnologia\" \/>\n<meta property=\"og:description\" content=\"Na dica de hoje vamos ensinar o passo-a-passo de como alterar seu dom\u00ednio e tamb\u00e9m o hostname no Zimbra. Precisando\" \/>\n<meta property=\"og:url\" content=\"https:\/\/soloweb.com.br\/blog\/2023\/06\/08\/como-alterar-o-dominio-e-o-hostname-no-zimbra\/\" \/>\n<meta property=\"og:site_name\" content=\"SOLOWEB Tecnologia\" \/>\n<meta property=\"article:published_time\" content=\"2023-06-08T12:31:36+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-06-13T11:46:50+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/soloweb.com.br\/blog\/wp-content\/uploads\/2023\/06\/WhatsApp-Image-2023-06-08-at-09.26.03.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"940\" \/>\n\t<meta property=\"og:image:height\" content=\"787\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Ademilton Filho\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Escrito por\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ademilton Filho\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. tempo de leitura\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/soloweb.com.br\\\/blog\\\/2023\\\/06\\\/08\\\/como-alterar-o-dominio-e-o-hostname-no-zimbra\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/soloweb.com.br\\\/blog\\\/2023\\\/06\\\/08\\\/como-alterar-o-dominio-e-o-hostname-no-zimbra\\\/\"},\"author\":{\"name\":\"Ademilton Filho\",\"@id\":\"https:\\\/\\\/soloweb.com.br\\\/blog\\\/#\\\/schema\\\/person\\\/f868b83846c5e132dde12db8492335df\"},\"headline\":\"Como alterar o dom\u00ednio e o hostname no Zimbra\",\"datePublished\":\"2023-06-08T12:31:36+00:00\",\"dateModified\":\"2023-06-13T11:46:50+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/soloweb.com.br\\\/blog\\\/2023\\\/06\\\/08\\\/como-alterar-o-dominio-e-o-hostname-no-zimbra\\\/\"},\"wordCount\":229,\"publisher\":{\"@id\":\"https:\\\/\\\/soloweb.com.br\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/soloweb.com.br\\\/blog\\\/2023\\\/06\\\/08\\\/como-alterar-o-dominio-e-o-hostname-no-zimbra\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/soloweb.com.br\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/WhatsApp-Image-2023-06-08-at-09.26.03.jpeg\",\"keywords\":[\"centos\",\"email\",\"linux\",\"tutoriais\",\"zimbra\"],\"articleSection\":[\"Destaque Principal\",\"Destaque Secund\u00e1rio\",\"Dicas\",\"Gerenciamento\",\"Linux\",\"Tutoriais\"],\"inLanguage\":\"pt-BR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/soloweb.com.br\\\/blog\\\/2023\\\/06\\\/08\\\/como-alterar-o-dominio-e-o-hostname-no-zimbra\\\/\",\"url\":\"https:\\\/\\\/soloweb.com.br\\\/blog\\\/2023\\\/06\\\/08\\\/como-alterar-o-dominio-e-o-hostname-no-zimbra\\\/\",\"name\":\"Como alterar o dom\u00ednio e o hostname no Zimbra - SOLOWEB Tecnologia\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/soloweb.com.br\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/soloweb.com.br\\\/blog\\\/2023\\\/06\\\/08\\\/como-alterar-o-dominio-e-o-hostname-no-zimbra\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/soloweb.com.br\\\/blog\\\/2023\\\/06\\\/08\\\/como-alterar-o-dominio-e-o-hostname-no-zimbra\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/soloweb.com.br\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/WhatsApp-Image-2023-06-08-at-09.26.03.jpeg\",\"datePublished\":\"2023-06-08T12:31:36+00:00\",\"dateModified\":\"2023-06-13T11:46:50+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/soloweb.com.br\\\/blog\\\/2023\\\/06\\\/08\\\/como-alterar-o-dominio-e-o-hostname-no-zimbra\\\/#breadcrumb\"},\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/soloweb.com.br\\\/blog\\\/2023\\\/06\\\/08\\\/como-alterar-o-dominio-e-o-hostname-no-zimbra\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\\\/\\\/soloweb.com.br\\\/blog\\\/2023\\\/06\\\/08\\\/como-alterar-o-dominio-e-o-hostname-no-zimbra\\\/#primaryimage\",\"url\":\"https:\\\/\\\/soloweb.com.br\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/WhatsApp-Image-2023-06-08-at-09.26.03.jpeg\",\"contentUrl\":\"https:\\\/\\\/soloweb.com.br\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/WhatsApp-Image-2023-06-08-at-09.26.03.jpeg\",\"width\":940,\"height\":787},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/soloweb.com.br\\\/blog\\\/2023\\\/06\\\/08\\\/como-alterar-o-dominio-e-o-hostname-no-zimbra\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"In\u00edcio\",\"item\":\"https:\\\/\\\/soloweb.com.br\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Como alterar o dom\u00ednio e o hostname no Zimbra\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/soloweb.com.br\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/soloweb.com.br\\\/blog\\\/\",\"name\":\"SOLOWEB Tecnologia\",\"description\":\"SOLOWEB Tecnologia\",\"publisher\":{\"@id\":\"https:\\\/\\\/soloweb.com.br\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/soloweb.com.br\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pt-BR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/soloweb.com.br\\\/blog\\\/#organization\",\"name\":\"SOLOWEB Tecnologia\",\"url\":\"https:\\\/\\\/soloweb.com.br\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\\\/\\\/soloweb.com.br\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/soloweb.com.br\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/04\\\/cropped-solo.png\",\"contentUrl\":\"https:\\\/\\\/soloweb.com.br\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/04\\\/cropped-solo.png\",\"width\":341,\"height\":94,\"caption\":\"SOLOWEB Tecnologia\"},\"image\":{\"@id\":\"https:\\\/\\\/soloweb.com.br\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/soloweb.com.br\\\/blog\\\/#\\\/schema\\\/person\\\/f868b83846c5e132dde12db8492335df\",\"name\":\"Ademilton Filho\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\\\/\\\/soloweb.com.br\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/avatar_user_5_1674994251-96x96.png\",\"url\":\"https:\\\/\\\/soloweb.com.br\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/avatar_user_5_1674994251-96x96.png\",\"contentUrl\":\"https:\\\/\\\/soloweb.com.br\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/avatar_user_5_1674994251-96x96.png\",\"caption\":\"Ademilton Filho\"},\"sameAs\":[\"http:\\\/\\\/ademiltonsoftware.tk\"],\"url\":\"https:\\\/\\\/soloweb.com.br\\\/blog\\\/author\\\/ademilton\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Como alterar o dom\u00ednio e o hostname no Zimbra - SOLOWEB Tecnologia","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:\/\/soloweb.com.br\/blog\/2023\/06\/08\/como-alterar-o-dominio-e-o-hostname-no-zimbra\/","og_locale":"pt_BR","og_type":"article","og_title":"Como alterar o dom\u00ednio e o hostname no Zimbra - SOLOWEB Tecnologia","og_description":"Na dica de hoje vamos ensinar o passo-a-passo de como alterar seu dom\u00ednio e tamb\u00e9m o hostname no Zimbra. Precisando","og_url":"https:\/\/soloweb.com.br\/blog\/2023\/06\/08\/como-alterar-o-dominio-e-o-hostname-no-zimbra\/","og_site_name":"SOLOWEB Tecnologia","article_published_time":"2023-06-08T12:31:36+00:00","article_modified_time":"2023-06-13T11:46:50+00:00","og_image":[{"width":940,"height":787,"url":"https:\/\/soloweb.com.br\/blog\/wp-content\/uploads\/2023\/06\/WhatsApp-Image-2023-06-08-at-09.26.03.jpeg","type":"image\/jpeg"}],"author":"Ademilton Filho","twitter_card":"summary_large_image","twitter_misc":{"Escrito por":"Ademilton Filho","Est. tempo de leitura":"2 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/soloweb.com.br\/blog\/2023\/06\/08\/como-alterar-o-dominio-e-o-hostname-no-zimbra\/#article","isPartOf":{"@id":"https:\/\/soloweb.com.br\/blog\/2023\/06\/08\/como-alterar-o-dominio-e-o-hostname-no-zimbra\/"},"author":{"name":"Ademilton Filho","@id":"https:\/\/soloweb.com.br\/blog\/#\/schema\/person\/f868b83846c5e132dde12db8492335df"},"headline":"Como alterar o dom\u00ednio e o hostname no Zimbra","datePublished":"2023-06-08T12:31:36+00:00","dateModified":"2023-06-13T11:46:50+00:00","mainEntityOfPage":{"@id":"https:\/\/soloweb.com.br\/blog\/2023\/06\/08\/como-alterar-o-dominio-e-o-hostname-no-zimbra\/"},"wordCount":229,"publisher":{"@id":"https:\/\/soloweb.com.br\/blog\/#organization"},"image":{"@id":"https:\/\/soloweb.com.br\/blog\/2023\/06\/08\/como-alterar-o-dominio-e-o-hostname-no-zimbra\/#primaryimage"},"thumbnailUrl":"https:\/\/soloweb.com.br\/blog\/wp-content\/uploads\/2023\/06\/WhatsApp-Image-2023-06-08-at-09.26.03.jpeg","keywords":["centos","email","linux","tutoriais","zimbra"],"articleSection":["Destaque Principal","Destaque Secund\u00e1rio","Dicas","Gerenciamento","Linux","Tutoriais"],"inLanguage":"pt-BR"},{"@type":"WebPage","@id":"https:\/\/soloweb.com.br\/blog\/2023\/06\/08\/como-alterar-o-dominio-e-o-hostname-no-zimbra\/","url":"https:\/\/soloweb.com.br\/blog\/2023\/06\/08\/como-alterar-o-dominio-e-o-hostname-no-zimbra\/","name":"Como alterar o dom\u00ednio e o hostname no Zimbra - SOLOWEB Tecnologia","isPartOf":{"@id":"https:\/\/soloweb.com.br\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/soloweb.com.br\/blog\/2023\/06\/08\/como-alterar-o-dominio-e-o-hostname-no-zimbra\/#primaryimage"},"image":{"@id":"https:\/\/soloweb.com.br\/blog\/2023\/06\/08\/como-alterar-o-dominio-e-o-hostname-no-zimbra\/#primaryimage"},"thumbnailUrl":"https:\/\/soloweb.com.br\/blog\/wp-content\/uploads\/2023\/06\/WhatsApp-Image-2023-06-08-at-09.26.03.jpeg","datePublished":"2023-06-08T12:31:36+00:00","dateModified":"2023-06-13T11:46:50+00:00","breadcrumb":{"@id":"https:\/\/soloweb.com.br\/blog\/2023\/06\/08\/como-alterar-o-dominio-e-o-hostname-no-zimbra\/#breadcrumb"},"inLanguage":"pt-BR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/soloweb.com.br\/blog\/2023\/06\/08\/como-alterar-o-dominio-e-o-hostname-no-zimbra\/"]}]},{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/soloweb.com.br\/blog\/2023\/06\/08\/como-alterar-o-dominio-e-o-hostname-no-zimbra\/#primaryimage","url":"https:\/\/soloweb.com.br\/blog\/wp-content\/uploads\/2023\/06\/WhatsApp-Image-2023-06-08-at-09.26.03.jpeg","contentUrl":"https:\/\/soloweb.com.br\/blog\/wp-content\/uploads\/2023\/06\/WhatsApp-Image-2023-06-08-at-09.26.03.jpeg","width":940,"height":787},{"@type":"BreadcrumbList","@id":"https:\/\/soloweb.com.br\/blog\/2023\/06\/08\/como-alterar-o-dominio-e-o-hostname-no-zimbra\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"In\u00edcio","item":"https:\/\/soloweb.com.br\/blog\/"},{"@type":"ListItem","position":2,"name":"Como alterar o dom\u00ednio e o hostname no Zimbra"}]},{"@type":"WebSite","@id":"https:\/\/soloweb.com.br\/blog\/#website","url":"https:\/\/soloweb.com.br\/blog\/","name":"SOLOWEB Tecnologia","description":"SOLOWEB Tecnologia","publisher":{"@id":"https:\/\/soloweb.com.br\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/soloweb.com.br\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pt-BR"},{"@type":"Organization","@id":"https:\/\/soloweb.com.br\/blog\/#organization","name":"SOLOWEB Tecnologia","url":"https:\/\/soloweb.com.br\/blog\/","logo":{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/soloweb.com.br\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/soloweb.com.br\/blog\/wp-content\/uploads\/2022\/04\/cropped-solo.png","contentUrl":"https:\/\/soloweb.com.br\/blog\/wp-content\/uploads\/2022\/04\/cropped-solo.png","width":341,"height":94,"caption":"SOLOWEB Tecnologia"},"image":{"@id":"https:\/\/soloweb.com.br\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/soloweb.com.br\/blog\/#\/schema\/person\/f868b83846c5e132dde12db8492335df","name":"Ademilton Filho","image":{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/soloweb.com.br\/blog\/wp-content\/uploads\/2023\/01\/avatar_user_5_1674994251-96x96.png","url":"https:\/\/soloweb.com.br\/blog\/wp-content\/uploads\/2023\/01\/avatar_user_5_1674994251-96x96.png","contentUrl":"https:\/\/soloweb.com.br\/blog\/wp-content\/uploads\/2023\/01\/avatar_user_5_1674994251-96x96.png","caption":"Ademilton Filho"},"sameAs":["http:\/\/ademiltonsoftware.tk"],"url":"https:\/\/soloweb.com.br\/blog\/author\/ademilton\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/soloweb.com.br\/blog\/wp-json\/wp\/v2\/posts\/18071","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/soloweb.com.br\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/soloweb.com.br\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/soloweb.com.br\/blog\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/soloweb.com.br\/blog\/wp-json\/wp\/v2\/comments?post=18071"}],"version-history":[{"count":3,"href":"https:\/\/soloweb.com.br\/blog\/wp-json\/wp\/v2\/posts\/18071\/revisions"}],"predecessor-version":[{"id":18080,"href":"https:\/\/soloweb.com.br\/blog\/wp-json\/wp\/v2\/posts\/18071\/revisions\/18080"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/soloweb.com.br\/blog\/wp-json\/wp\/v2\/media\/18077"}],"wp:attachment":[{"href":"https:\/\/soloweb.com.br\/blog\/wp-json\/wp\/v2\/media?parent=18071"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/soloweb.com.br\/blog\/wp-json\/wp\/v2\/categories?post=18071"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/soloweb.com.br\/blog\/wp-json\/wp\/v2\/tags?post=18071"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}