{"id":33590,"date":"2019-10-31T21:53:36","date_gmt":"2019-10-31T18:53:36","guid":{"rendered":"https:\/\/prohoster.info\/blog\/pochta-na-malinke\/"},"modified":"2019-10-31T21:53:36","modified_gmt":"2019-10-31T18:53:36","slug":"pochta-na-malinke","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/pochta-na-malinke","title":{"rendered":"Microsoft is actively preparing the Chromium-based Microsoft Edge browser for release. Canary builds are updated daily and receive numerous improvements.","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<h3>Design<\/h3>\n<p>\nEmail, email\u2026 \u201cCurrently, any beginner user can create their own free email account, just by registering on one of the internet portals,\u201d claims Wikipedia. Therefore, launching your own mail server seems a bit strange. Nevertheless, I don\u2019t regret the month spent on this, considering it from the day I installed the OS to the day I sent the first email to a recipient on the internet.<br \/>\n<noindex><a rel=\"nofollow\" name=\"habracut\"><\/a><\/noindex><br \/>\nActually, IPTV receivers and the \u2018single board computer based on the Baikal-T1 processor\u2019, as well as Cubieboard, Banana Pi, and other devices equipped with ARM microprocessors can be placed alongside \u2018Raspberry Pis\u2019. The \u2018Raspberry Pi\u2019 was chosen as the most aggressively marketed option. It took several months to find any useful application for this \u2018single board computer\u2019. Finally, I decided to launch a mail server on it after reading a science fiction novel about virtual reality shortly before.<\/p>\n<p>\u201cThis is a wonderful vision of the future of the Network,\u201d Wikipedia reports. It has been 20 years since the first publication. The future has arrived. However, it does not seem wonderful to me without seven thousand subscribers, ten thousand rubles of my site's 'monthly income', etc. This probably pushed me towards 'decentralized social networks' with 'a scarce amount of likes under their (new users - N.M.) posts', registering a domain, and launching my own server.<\/p>\n<p>I am not well-versed in laws. The only thing I know is that a message came to my mobile phone about the need to confirm personal data due to amendments to Federal Law 126-FZ; that's the law I know.<\/p>\n<p>And it turned out that there are as many of these laws as there are mushrooms after rain. If I had continued using free email, I probably wouldn\u2019t have even found out.<\/p>\n<p><b>\u201cAnd who are we now?\u201d<\/b><\/p>\n<p>Firstly, there is simply no mention of an organizer of the email service in the law. There is an \u2018organizer of the instant messaging service\u2019, but that\u2019s a bit different. The addition \u2018for personal, family, and household needs\u2019 does release this organizer from all duties prescribed by law; however, it still does not cover the organizer that is needed.<\/p>\n<p>Having a guide to Ubuntu Server alongside the law, I suspect that besides chats with their instant messaging, email services (which is obvious) and file servers (which is not so obvious) are intended for \"receiving, transmitting, delivering, and (or) processing electronic messages of Internet users.\"<\/p>\n<h3>Development<\/h3>\n<p>\nCompared to other local articles with the hashtag postfix, my creation is certainly quite primitive. There\u2019s no user authentication, no databases, nor users that aren\u2019t tied to local accounts (the first and third features are in the \"minimal mail server\"; databases are practically everywhere, just like dovecot).<\/p>\n<p>\"Setting up a mail system, in my opinion, is the most complex task in system administration,\" as one user on Habr very aptly wrote. Following <noindex><a rel=\"nofollow\" href=\"http:\/\/help.ubuntu.com\/community\/PostfixBasicSetupHowto\">PostfixBasicSetupHowto<\/a><\/noindex> (from <noindex><a rel=\"nofollow\" href=\"http:\/\/help.ubuntu.com\">help.ubuntu.com<\/a><\/noindex>), nevertheless, I missed parts about the alias database, .forward files, and virtual aliases.<\/p>\n<p>However, for ssl\/tls, I took 12 configuration lines plus 9 command lines for bash for generating certificates from the dedicated Postfix <noindex><a rel=\"nofollow\" href=\"http:\/\/help.ubuntu.com\/community\/Postfix\">article<\/a><\/noindex> on CommunityHelpWiki (on the same domain <noindex><a rel=\"nofollow\" href=\"http:\/\/help.ubuntu.com\">help.ubuntu.com<\/a><\/noindex>) (the question remains whether this ssl\/tls actually works). Also useful were the firewall in the provider's personal account, nat on the router (I postponed configuring the MikroTik as much as possible; I sent emails by connecting the mail server directly to the cable from the Internet provider), the commands mail, mailq, postsuper -d identifier, the file \/var\/log\/mail.log, the parameter always_add_missing_headers, ptr record information, and finally, the site mail-tester.com (with its simplistic design), which are not mentioned in \"mail\" articles on Habr, as if they are self-evident.<\/p>\n<p><img decoding=\"async\" alt=\"Microsoft is actively preparing the Chromium-based Microsoft Edge browser for release. Canary builds are updated daily and receive numerous improvements.\" src=\"\/wp-content\/uploads\/2019\/05\/215dc9d4232349aac6f691875f87d733.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<i>Before correcting the myhostname parameter value in the \/etc\/postfix\/main.cf file<\/i><\/p>\n<p><img decoding=\"async\" alt=\"Microsoft is actively preparing the Chromium-based Microsoft Edge browser for release. Canary builds are updated daily and receive numerous improvements.\" src=\"\/wp-content\/uploads\/2019\/05\/b33c8dc2ce32c233023879c424d5409d.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<i>After correcting the myhostname parameter value in the \/etc\/postfix\/main.cf file<\/i><\/p>\n<p>The first email from the Internet provider's technical support taught me that it is not necessary to open emails using the console mail program in order to be able to open and read them with a familiar mail client later. Apparently, this is also not a problem \"for beginner admins.\"<\/p>\n<p>Conversely, in the comments (on other articles with the hashtag postfix), one user from Habr asks \"to complicate it a bit, what about web interfaces for different parts and database authentication?\" Another one states, \"apparently, it's quite complex for those who haven't tried anything sweeter than a radish: kernel crashes, security (selinux\/apparmor), a bit of distributed systems\u2026\" A third one writes about the \"iRedmail script.\" You can't help but wait for the next person to suggest writing about IPv6.<\/p>\n<p>Email services are not spherical horses in a vacuum; they are parts of a whole\u2014from choosing a computer and a domain name to configuring the router\u2014which no manual on setting up an email server can encompass (and in which you probably will never read the theoretical part\u2014 <noindex><a rel=\"nofollow\" href=\"http:\/\/www.postfix.org\/SMTPD_ACCESS_README.html\">Postfix SMTP relay and access control<\/a><\/noindex>, available on the official Postfix website).<\/p>\n<p>As for MikroTik, that's a whole different story.<\/p>\n<p>So that's it. Email has stopped being just a set of console commands, configuration files (including DNS setup), logs, documentation, and hexadecimal numbers instead of Russian letters (according to the koi8-r character table) in the received messages, and has remained a familiar mail client with its protocols imap, pop3, smtp, accounts, incoming and outgoing messages.<\/p>\n<p>Overall, it's externally the same as what email represents when using free email services from the largest IT companies.<\/p>\n<p>Even though it lacks a web interface.<\/p>\n<h3>Operation<\/h3>\n<p>\nStill, there's no escaping log review!<\/p>\n<p>I'm eager to inform those who expected to read about the darknet here. Because otherwise, I can only describe what I've found filling the email log of the newly minted server as manifestations of some mysterious darknet, specifically over a couple of days (after connecting directly) with messages about attempts to connect via pop3 under various names from a couple of IP addresses (I mistakenly thought at first that the server was periodically trying to send two emails from the queue, not realizing that my email could suddenly interest someone else on the internet).<\/p>\n<p>The attempts did not cease even after I connected the server through the router. Today's logs are filled with SMTP connections from the same unknown IP address. Nevertheless, I am confident enough not to take any action against this: I hope that even if the username is correctly guessed for email retrieval, the attacker will not be able to figure out the password. I am sure that many will consider this unsafe, just as relying solely on SMTP relay settings and access control in \/etc\/postfix\/main.cf in light of today's attacks.<\/p>\n<p>And they will tear my email protection to shreds.<br \/>\n<br \/>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/habr.com\/ru\/post\/450454\/\">habr.com<\/a><\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u041f\u0440\u043e\u0435\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u041f\u043e\u0447\u0442\u0430, \u043f\u043e\u0447\u0442\u0430\u2026 \u00ab\u0412 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u0435 \u0432\u0440\u0435\u043c\u044f \u043b\u044e\u0431\u043e\u0439 \u043d\u0430\u0447\u0438\u043d\u0430\u044e\u0449\u0438\u0439 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043c\u043e\u0436\u0435\u0442 \u0437\u0430\u0432\u0435\u0441\u0442\u0438 \u0441\u0432\u043e\u0439 \u0431\u0435\u0441\u043f\u043b\u0430\u0442\u043d\u044b\u0439 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u044b\u0439 \u043f\u043e\u0447\u0442\u043e\u0432\u044b\u0439 \u044f\u0449\u0438\u043a, \u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u043d\u0430 \u043e\u0434\u043d\u043e\u043c \u0438\u0437 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u043f\u043e\u0440\u0442\u0430\u043b\u043e\u0432\u00bb, \u2014 \u0443\u0442\u0432\u0435\u0440\u0436\u0434\u0430\u0435\u0442 \u0412\u0438\u043a\u0438\u043f\u0435\u0434\u0438\u044f. \u0422\u0430\u043a \u0447\u0442\u043e \u0437\u0430\u043f\u0443\u0441\u043a \u0434\u043b\u044f \u044d\u0442\u043e\u0433\u043e \u0441\u0432\u043e\u0435\u0433\u043e \u043f\u043e\u0447\u0442\u043e\u0432\u043e\u0433\u043e \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u2014 \u044d\u0442\u043e \u043d\u0435\u043c\u043d\u043e\u0433\u043e \u0441\u0442\u0440\u0430\u043d\u043d\u043e. \u0422\u0435\u043c \u043d\u0435 \u043c\u0435\u043d\u0435\u0435, \u044f \u043d\u0435 \u0436\u0430\u043b\u0435\u044e \u043e \u043f\u043e\u0442\u0440\u0430\u0447\u0435\u043d\u043d\u043e\u043c \u043d\u0430 \u044d\u0442\u043e \u043c\u0435\u0441\u044f\u0446\u0435, \u0441\u0447\u0438\u0442\u0430\u044f \u0441\u043e \u0434\u043d\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u041e\u0421 \u0434\u043e \u0434\u043d\u044f [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":25283,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[688],"tags":[],"class_list":["post-33590","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-administrirovanie"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u041f\u0440\u043e\u0435\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u041f\u043e\u0447\u0442\u0430, \u043f\u043e\u0447\u0442\u0430\u2026 \u00ab\u0412 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u0435 \u0432\u0440\u0435\u043c\u044f \u043b\u044e\u0431\u043e\u0439 \u043d\u0430\u0447\u0438\u043d\u0430\u044e\u0449\u0438\u0439 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043c\u043e\u0436\u0435\u0442 \u0437\u0430\u0432\u0435\u0441\u0442\u0438 \u0441\u0432\u043e\u0439 \u0431\u0435\u0441\u043f\u043b\u0430\u0442\u043d\u044b\u0439 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u044b\u0439 \u043f\u043e\u0447\u0442\u043e\u0432\u044b\u0439 \u044f\u0449\u0438\u043a, \u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u043d\u0430 \u043e\u0434\u043d\u043e\u043c \u0438\u0437 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u043f\u043e\u0440\u0442\u0430\u043b\u043e\u0432\u00bb, \u2014.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Yuri Gagarin\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/pochta-na-malinke\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\ud83e\udd47\u041f\u043e\u0447\u0442\u0430 \u043d\u0430 \u00ab\u043c\u0430\u043b\u0438\u043d\u043a\u0435\u00bb | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u041f\u0440\u043e\u0435\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u041f\u043e\u0447\u0442\u0430, \u043f\u043e\u0447\u0442\u0430\u2026 \u00ab\u0412 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u0435 \u0432\u0440\u0435\u043c\u044f \u043b\u044e\u0431\u043e\u0439 \u043d\u0430\u0447\u0438\u043d\u0430\u044e\u0449\u0438\u0439 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043c\u043e\u0436\u0435\u0442 \u0437\u0430\u0432\u0435\u0441\u0442\u0438 \u0441\u0432\u043e\u0439 \u0431\u0435\u0441\u043f\u043b\u0430\u0442\u043d\u044b\u0439 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u044b\u0439 \u043f\u043e\u0447\u0442\u043e\u0432\u044b\u0439 \u044f\u0449\u0438\u043a, \u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u043d\u0430 \u043e\u0434\u043d\u043e\u043c \u0438\u0437 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u043f\u043e\u0440\u0442\u0430\u043b\u043e\u0432\u00bb, \u2014.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/pochta-na-malinke\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"350\" \/>\n\t\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2019-10-31T18:53:36+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2019-10-31T18:53:36+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\ud83e\udd47Email on 'Raspberry Pi' | ProHoster","description":"Email Design, email\u2026 \"Currently, any beginner user can create their free email inbox, just by registering on one of the internet portals,\" -","canonical_url":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/pochta-na-malinke","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":null,"og:locale":"en_US","og:site_name":"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b","og:type":"article","og:title":"\ud83e\udd47\u041f\u043e\u0447\u0442\u0430 \u043d\u0430 \u00ab\u043c\u0430\u043b\u0438\u043d\u043a\u0435\u00bb | ProHoster","og:description":"\u041f\u0440\u043e\u0435\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u041f\u043e\u0447\u0442\u0430, \u043f\u043e\u0447\u0442\u0430\u2026 \u00ab\u0412 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u0435 \u0432\u0440\u0435\u043c\u044f \u043b\u044e\u0431\u043e\u0439 \u043d\u0430\u0447\u0438\u043d\u0430\u044e\u0449\u0438\u0439 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043c\u043e\u0436\u0435\u0442 \u0437\u0430\u0432\u0435\u0441\u0442\u0438 \u0441\u0432\u043e\u0439 \u0431\u0435\u0441\u043f\u043b\u0430\u0442\u043d\u044b\u0439 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u044b\u0439 \u043f\u043e\u0447\u0442\u043e\u0432\u044b\u0439 \u044f\u0449\u0438\u043a, \u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u043d\u0430 \u043e\u0434\u043d\u043e\u043c \u0438\u0437 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u043f\u043e\u0440\u0442\u0430\u043b\u043e\u0432\u00bb, \u2014.","og:url":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/pochta-na-malinke","og:image":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:secure_url":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:width":350,"og:image:height":350,"article:published_time":"2019-10-31T18:53:36+00:00","article:modified_time":"2019-10-31T18:53:36+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"33590","title":null,"description":null,"keywords":null,"keyphrases":null,"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":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"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":null,"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":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":"2026-01-21 15:55:19","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2021-03-01 02:38:09","updated":"2026-01-21 15:55:19","focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"gt_translate_keys":[{"key":"link","format":"url"}],"_links":{"self":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/33590","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/comments?post=33590"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/33590\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media\/25283"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=33590"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=33590"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=33590"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}