{"id":3838,"date":"2020-09-04T15:02:39","date_gmt":"2020-09-04T21:02:39","guid":{"rendered":"https:\/\/ugit.siua.ac.cr\/?p=3838"},"modified":"2021-04-30T16:20:44","modified_gmt":"2021-04-30T22:20:44","slug":"configurar-servidores-para-envio-correo-por-zimbra-siua-accr","status":"publish","type":"post","link":"https:\/\/sada.services\/?p=3838","title":{"rendered":"Configurar servidores para envio correo por zimbra siua.ac.cr"},"content":{"rendered":"\n<ul class=\"wp-block-list\"><li>Guia: <a rel=\"noreferrer noopener\" href=\"https:\/\/devanswers.co\/postfix-external-smtp-server\" target=\"_blank\">https:\/\/devanswers.co\/postfix-external-smtp-server<\/a>\/<\/li><li><a rel=\"noreferrer noopener\" href=\"https:\/\/serverfault.com\/questions\/542845\/postfix-relay-host-connection-fails-timed-out-while-receiving-initial-server-gr\" target=\"_blank\">https:\/\/serverfault.com\/questions\/542845\/postfix-relay-host-connection-fails-timed-out-while-receiving-initial-server-gr<\/a><\/li><li>Desinstalamos si exite al configuraci\u00f3n de gmail<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>apt remove --purge postfix mailutils\napt autoremove -y<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Instalamos<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>apt-get install openssl ssl-cert postfix mailutils openssl ssl-cert libsasl2-2 ca-certificates libsasl2-modules -y -y<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Nos indica<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"855\" height=\"503\" src=\"\/wp-content\/uploads\/2020\/09\/Seleccion_072.png\" alt=\"\" class=\"wp-image-3839\" srcset=\"https:\/\/sada.services\/wp-content\/uploads\/2020\/09\/Seleccion_072.png 855w, https:\/\/sada.services\/wp-content\/uploads\/2020\/09\/Seleccion_072-300x176.png 300w, https:\/\/sada.services\/wp-content\/uploads\/2020\/09\/Seleccion_072-768x452.png 768w\" sizes=\"(max-width: 855px) 100vw, 855px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\"><li>Seleccionamos la opci\u00f3n sat\u00e9lite<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"932\" height=\"591\" src=\"\/wp-content\/uploads\/2021\/04\/Seleccion_001.png\" alt=\"\" class=\"wp-image-4728\" srcset=\"https:\/\/sada.services\/wp-content\/uploads\/2021\/04\/Seleccion_001.png 932w, https:\/\/sada.services\/wp-content\/uploads\/2021\/04\/Seleccion_001-300x190.png 300w, https:\/\/sada.services\/wp-content\/uploads\/2021\/04\/Seleccion_001-768x487.png 768w, https:\/\/sada.services\/wp-content\/uploads\/2021\/04\/Seleccion_001-600x380.png 600w\" sizes=\"(max-width: 932px) 100vw, 932px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\"><li>La siguiente pregunta del instalador, mos muestra el FQDN del servidor, borramos el nombre y dejamos el dominio:<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"208\" src=\"\/wp-content\/uploads\/2021\/04\/Seleccion_002-1024x208.png\" alt=\"\" class=\"wp-image-4729\" srcset=\"https:\/\/sada.services\/wp-content\/uploads\/2021\/04\/Seleccion_002-1024x208.png 1024w, https:\/\/sada.services\/wp-content\/uploads\/2021\/04\/Seleccion_002-300x61.png 300w, https:\/\/sada.services\/wp-content\/uploads\/2021\/04\/Seleccion_002-768x156.png 768w, https:\/\/sada.services\/wp-content\/uploads\/2021\/04\/Seleccion_002-1536x312.png 1536w, https:\/\/sada.services\/wp-content\/uploads\/2021\/04\/Seleccion_002.png 1873w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"475\" height=\"391\" src=\"\/wp-content\/uploads\/2021\/04\/Seleccion_003.png\" alt=\"\" class=\"wp-image-4730\" srcset=\"https:\/\/sada.services\/wp-content\/uploads\/2021\/04\/Seleccion_003.png 475w, https:\/\/sada.services\/wp-content\/uploads\/2021\/04\/Seleccion_003-300x247.png 300w\" sizes=\"(max-width: 475px) 100vw, 475px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\"><li>Abrimos el archivo y borramos su contenido<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>nano \/etc\/postfix\/main.cf<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Lo remplazamos con:<\/li><li>NOTA: Recuerde cambiar el nombre del servidor<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code># SMTP relayhost\n# #############################\n# #############################\n# #############################\nmyhostname=web4.siua.ac.cr\n# #############################\n# ##########   MODIFICAR  #####\n# #############################\n\n# Correo SIUA\nrelayhost = &#91;correo.siua.ac.cr]:465\n\n## TLS Settings\nsmtp_tls_loglevel = 1\nsmtp_tls_CAfile = \/etc\/postfix\/certs\/CAcert.pem\nsmtp_tls_cert_file = \/etc\/postfix\/certs\/mycert.pem\nsmtp_tls_key_file = \/etc\/postfix\/certs\/mykey.pem\nsmtp_use_tls = yes\nsmtpd_tls_CAfile = \/etc\/postfix\/certs\/CAcert.pem\nsmtpd_tls_cert_file = \/etc\/postfix\/certs\/mycert.pem\nsmtpd_tls_key_file = \/etc\/postfix\/certs\/mykey.pem\nsmtpd_tls_received_header = yes\nsmtpd_use_tls = yes\n# configuracao tls\nsmtp_use_tls = yes\nsmtp_sasl_auth_enable = yes\nsmtp_sasl_password_maps = hash:\/etc\/postfix\/sasl_passwd\nsmtp_sasl_security_options = noanonymous\nsmtp_sasl_tls_security_options = noanonymous\n# alias de mapeamento interno para externo\nsmtp_generic_maps = hash:\/etc\/postfix\/generic\n\nsmtp_tls_security_level = encrypt\nsmtp_tls_wrappermode = yes<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Ahora creamos el archivo <\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>nano \/etc\/postfix\/sasl_passwd<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Agregamos el contenido<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;correo.siua.ac.cr]:465 admin@siua.ac.cr:AC2<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Creamos el archivo de alias<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>nano \/etc\/postfix\/generic<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Agregamos<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>root@localhost.localdomain      admin@siua.ac.cr<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Cambiamos los permisos<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>chmod 600 \/etc\/postfix\/sasl_passwd\nchmod 600 \/etc\/postfix\/generic\npostmap \/etc\/postfix\/sasl_passwd\npostmap \/etc\/postfix\/generic<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Creamos los certificados<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>mkdir \/etc\/postfix\/certs\/\ncd \/etc\/postfix\/certs\/\nopenssl dsaparam -out dsaparam.pem 2048\nopenssl req -x509 -nodes -days 3650 -newkey dsa:dsaparam.pem -out mycert.pem -keyout mykey.pem<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>RESULTADO:<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>Generating a DSA private key\nwriting new private key to 'mykey.pem'\n-----\nYou are about to be asked to enter information that will be incorporated\ninto your certificate request.\nWhat you are about to enter is what is called a Distinguished Name or a DN.\nThere are quite a few fields but you can leave some blank\nFor some fields there will be a default value,\nIf you enter '.', the field will be left blank.\n-----\nCountry Name (2 letter code) &#91;AU]:CR\nState or Province Name (full name) &#91;Some-State]:Alajuela\nLocality Name (eg, city) &#91;]:Alajuela\nOrganization Name (eg, company) &#91;Internet Widgits Pty Ltd]:SIUA\nOrganizational Unit Name (eg, section) &#91;]:UGIT\nCommon Name (e.g. server FQDN or YOUR name) &#91;]:UGIT\nEmail Address &#91;]:admin@siua.ac.cr<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Eliminamos la llave<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>rm dsaparam.pem<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Aplicamos<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>ln -s mycert.pem CAcert.pem\nopenssl req -x509 -new -days 3650 -key \/etc\/postfix\/certs\/mykey.pem -out \/etc\/postfix\/certs\/mycert.pem<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>RESULTADO:<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>You are about to be asked to enter information that will be incorporated\ninto your certificate request.\nWhat you are about to enter is what is called a Distinguished Name or a DN.\nThere are quite a few fields but you can leave some blank\nFor some fields there will be a default value,\nIf you enter '.', the field will be left blank.\n-----\nCountry Name (2 letter code) &#91;AU]:CR\nState or Province Name (full name) &#91;Some-State]:Alajuela\nLocality Name (eg, city) &#91;]:Alajuela\nOrganization Name (eg, company) &#91;Internet Widgits Pty Ltd]:SIUA\nOrganizational Unit Name (eg, section) &#91;]:UGIT\nCommon Name (e.g. server FQDN or YOUR name) &#91;]:UGIT\nEmail Address &#91;]:admin@siua.ac.cr <\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Reiniciamos a postfix<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>\/etc\/init.d\/postfix reload<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Revisar la cola<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo tail \/var\/log\/mail.log\n<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Una vez tenemos \/etc\/postfix\/sasl_passwd creado, vamos a crear una tabla de b\u00fasqueda (<em>lookup-table<\/em>) para Postfix de esta forma:<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>postmap \/etc\/postfix\/sasl_passwd<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>De esta forma creamos el archivo \/etc\/postfix\/sasl_passwd.db . Lo siguiente ser\u00e1 proteger los dos archivos de contrase\u00f1as, tanto el que no tiene extensi\u00f3n (que, si queremos lo podemos borrar y no pasa nada, o tambi\u00e9n custodiarlo en otra m\u00e1quina o con otro usuario, ya como queramos). Para protegerlo, hacemos que <strong>solo root<\/strong> sea capaz de acceder a los archivos:<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>chown root:root \/etc\/postfix\/sasl_passwd.db \/etc\/postfix\/sasl_passwd <br>chmod 0600 \/etc\/postfix\/sasl_passwd.db \/etc\/postfix\/sasl_passwd<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Por \u00faltimo, tenemos que configurar nuestro <em>servidor relay<\/em> editando el archivo \/etc\/postfix\/main.cf , primero a\u00f1adiendo (o verificando) que el relay host est\u00e1 configurado, es decir, el servidor a trav\u00e9s del cual enviamos realmente los correos:<\/li><li>Abrimos<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>nano \/etc\/postfix\/main.cf <\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\" id=\"block-accc664c-f1f6-4d93-9708-4ea68203347f\"><li>Agregamos al final<\/li><\/ul>\n\n\n\n<pre id=\"block-6c649bdb-4015-42e7-b166-c43c114ba781\" class=\"wp-block-code\"><code># SMTP relayhost\nrelayhost = &#91;correo.siua.ac.cr]:465\nmyhostname=web4.siua.ac.cr\n\n\ncompatibility_level = 2\n\n## TLS Settings\nsmtp_tls_loglevel = 1\nsmtp_tls_CAfile = \/etc\/postfix\/certs\/CAcert.pem\nsmtp_tls_cert_file = \/etc\/postfix\/certs\/mycert.pem\nsmtp_tls_key_file = \/etc\/postfix\/certs\/mykey.pem\nsmtp_use_tls = yes\nsmtpd_tls_CAfile = \/etc\/postfix\/certs\/CAcert.pem\nsmtpd_tls_cert_file = \/etc\/postfix\/certs\/mycert.pem\nsmtpd_tls_key_file = \/etc\/postfix\/certs\/mykey.pem\nsmtpd_tls_received_header = yes\nsmtpd_use_tls = yes\n# configuracao tls\nsmtp_use_tls = yes\nsmtp_sasl_auth_enable = yes\nsmtp_sasl_password_maps = hash:\/etc\/postfix\/sasl_passwd\nsmtp_sasl_security_options = noanonymous\nsmtp_sasl_tls_security_options = noanonymous\n# alias de mapeamento interno para externo\nsmtp_generic_maps = hash:\/etc\/postfix\/generic\n\nsmtp_tls_security_level = encrypt\nsmtp_tls_wrappermode = yes<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\" id=\"block-d6a6270c-3ede-4095-bb78-3f68de3c2eb3\"><li>Debe quedar as\u00ed (Debien)<\/li><\/ul>\n\n\n\n<pre id=\"block-809633f4-d6b7-45d2-af27-643a06ae6440\" class=\"wp-block-code\"><code>See \/usr\/share\/postfix\/main.cf.dist for a commented, more complete version<br>Debian specific: Specifying a file name will cause the first<br>line of that file to be used as the name. The Debian default<br>is \/etc\/mailname.<br>myorigin = \/etc\/mailname<br>smtpd_banner = $myhostname ESMTP $mail_name (Debian\/GNU)<br>biff = no<br>appending .domain is the MUA's job.<br>append_dot_mydomain = no<br>Uncomment the next line to generate \"delayed mail\" warnings<br>delay_warning_time = 4h<br>readme_directory = no<br>See http:\/\/www.postfix.org\/COMPATIBILITY_README.html -- default to 2 on<br>fresh installs.<br>compatibility_level = 2<br>TLS parameters<br>smtpd_tls_cert_file=\/etc\/ssl\/certs\/ssl-cert-snakeoil.pem<br>smtpd_tls_key_file=\/etc\/ssl\/private\/ssl-cert-snakeoil.key<br>smtpd_use_tls=yes<br>smtpd_tls_session_cache_database = btree:${data_directory}\/smtpd_scache<br>smtp_tls_session_cache_database = btree:${data_directory}\/smtp_scache<br>See \/usr\/share\/doc\/postfix\/TLS_README.gz in the postfix-doc package for<br>information on enabling SSL in the smtp client.<br>smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination<br>myhostname = onlyoffice.siua.ac.cr<br>alias_maps = hash:\/etc\/aliases<br>alias_database = hash:\/etc\/aliases<br>myorigin = \/etc\/mailname<br>mydestination = correo.siua.ac.cr, $myhostname, onlyoffice.siua.ac.cr, localhost.siua.ac.cr, localhost<br>relayhost = correo.siua.ac.cr:25<br>mynetworks = 127.0.0.0\/8 &#91;::ffff:127.0.0.0]\/104 &#91;::1]\/128<br>mailbox_size_limit = 0<br>recipient_delimiter = +<br>inet_interfaces = loopback-only<br>inet_protocols = all<br>#<br>Agregamos al final<br>#<br>Configuraci\u00f3n de seguridad para el servidor saliente<br>Usas SASL para autentificarnos antes de enviar correos<br>smtp_sasl_auth_enable = yes<br><br>Utilizar el mapa \/etc\/postifx\/sasl_passwd.db<br>smtp_sasl_password_maps = hash:\/etc\/postfix\/sasl_passwd<br>No permitr m\u00e9todos de autentificaci\u00f3n an\u00f3nima<br>smtp_sasl_security_options = noanonymous<br>Utilizar el fichero de certificados ra\u00edz del sistema<br>smtp_tls_CAfile = \/etc\/ssl\/certs\/ca-certificates.crt<br>Utilizar STARTTLS para enviar los correos<br>smtp_use_tls = yes<\/code><\/pre>\n\n\n\n<pre id=\"block-3969001d-ef60-40e0-90a6-eb6bb1758052\" class=\"wp-block-code\"><code>service postfix restart<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Debe quedar as\u00ed (Debien)<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>See \/usr\/share\/postfix\/main.cf.dist for a commented, more complete version<br>Debian specific: Specifying a file name will cause the first<br>line of that file to be used as the name. The Debian default<br>is \/etc\/mailname.<br>myorigin = \/etc\/mailname<br>smtpd_banner = $myhostname ESMTP $mail_name (Debian\/GNU)<br>biff = no<br>appending .domain is the MUA's job.<br>append_dot_mydomain = no<br>Uncomment the next line to generate \"delayed mail\" warnings<br>delay_warning_time = 4h<br>readme_directory = no<br>See http:\/\/www.postfix.org\/COMPATIBILITY_README.html -- default to 2 on<br>fresh installs.<br>compatibility_level = 2<br>TLS parameters<br>smtpd_tls_cert_file=\/etc\/ssl\/certs\/ssl-cert-snakeoil.pem<br>smtpd_tls_key_file=\/etc\/ssl\/private\/ssl-cert-snakeoil.key<br>smtpd_use_tls=yes<br>smtpd_tls_session_cache_database = btree:${data_directory}\/smtpd_scache<br>smtp_tls_session_cache_database = btree:${data_directory}\/smtp_scache<br>See \/usr\/share\/doc\/postfix\/TLS_README.gz in the postfix-doc package for<br>information on enabling SSL in the smtp client.<br>smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination<br>myhostname = onlyoffice.siua.ac.cr<br>alias_maps = hash:\/etc\/aliases<br>alias_database = hash:\/etc\/aliases<br>myorigin = \/etc\/mailname<br>mydestination = correo.siua.ac.cr, $myhostname, onlyoffice.siua.ac.cr, localhost.siua.ac.cr, localhost<br>relayhost = correo.siua.ac.cr:25<br>mynetworks = 127.0.0.0\/8 &#91;::ffff:127.0.0.0]\/104 &#91;::1]\/128<br>mailbox_size_limit = 0<br>recipient_delimiter = +<br>inet_interfaces = loopback-only<br>inet_protocols = all<br>#<br>Agregamos al final<br>#<br>Configuraci\u00f3n de seguridad para el servidor saliente<br>Usas SASL para autentificarnos antes de enviar correos<br>smtp_sasl_auth_enable = yes<br><br>Utilizar el mapa \/etc\/postifx\/sasl_passwd.db<br>smtp_sasl_password_maps = hash:\/etc\/postfix\/sasl_passwd<br>No permitr m\u00e9todos de autentificaci\u00f3n an\u00f3nima<br>smtp_sasl_security_options = noanonymous<br>Utilizar el fichero de certificados ra\u00edz del sistema<br>smtp_tls_CAfile = \/etc\/ssl\/certs\/ca-certificates.crt<br>Utilizar STARTTLS para enviar los correos<br>smtp_use_tls = yes<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>service postfix restart<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Guia: https:\/\/devanswers.co\/postfix-external-smtp-server\/ https:\/\/serverfault.com\/questions\/542845\/postfix-relay-host-connection-fails-timed-out-while-receiving-initial-server-gr Desinstalamos si exite al configuraci\u00f3n de gmail Instalamos Nos indica Seleccionamos la opci\u00f3n sat\u00e9lite La siguiente pregunta del instalador, mos muestra el FQDN del servidor, borramos el nombre y dejamos el dominio: Abrimos el archivo y borramos su contenido Lo remplazamos con: NOTA: Recuerde cambiar el nombre del servidor Ahora creamos el [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-3838","post","type-post","status-publish","format-standard","hentry","category-sin-categoria"],"blocksy_meta":{"styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":6}},"_links":{"self":[{"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/posts\/3838","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3838"}],"version-history":[{"count":19,"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/posts\/3838\/revisions"}],"predecessor-version":[{"id":4737,"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/posts\/3838\/revisions\/4737"}],"wp:attachment":[{"href":"https:\/\/sada.services\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3838"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3838"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3838"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}