{"id":725,"date":"2021-04-03T11:52:20","date_gmt":"2021-04-03T09:52:20","guid":{"rendered":"https:\/\/apfelcast.com\/?p=725"},"modified":"2021-04-03T11:52:20","modified_gmt":"2021-04-03T09:52:20","slug":"proxmox-festplatte-an-vm-und-lxc-durchreichen-hdd-passthrough-home-server-selbst-bauen-teil-16-2","status":"publish","type":"post","link":"https:\/\/it-ion.de\/index.php\/2021\/04\/03\/proxmox-festplatte-an-vm-und-lxc-durchreichen-hdd-passthrough-home-server-selbst-bauen-teil-16-2\/","title":{"rendered":"Eigenen E-Mail Server auf Linux installieren &#8211; Einsteiger Variante mit Docker und MailCow"},"content":{"rendered":"\n<div class=\"brlbs-cmpnt-container brlbs-cmpnt-content-blocker brlbs-cmpnt-with-individual-styles\" data-borlabs-cookie-content-blocker-id=\"default\" data-borlabs-cookie-content=\"PGlmcmFtZSB0aXRsZT0iWW91VHViZSB2aWRlbyBwbGF5ZXIiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdVk3VkJqeFFuODAiIHdpZHRoPSI1NjAiIGhlaWdodD0iMzE1IiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPSJhbGxvd2Z1bGxzY3JlZW4iPjwvaWZyYW1lPg==\">\n<div class=\"brlbs-cmpnt-cb-preset-a\">\n<p class=\"brlbs-cmpnt-cb-description\">Sie sehen gerade einen Platzhalterinhalt von <strong>Standard<\/strong>. Um auf den eigentlichen Inhalt zuzugreifen, klicken Sie auf die Schaltfl\u00e4che unten. Bitte beachten Sie, dass dabei Daten an Drittanbieter weitergegeben werden.<\/p>\n<div class=\"brlbs-cmpnt-cb-buttons\"> <a class=\"brlbs-cmpnt-cb-btn\" href=\"#\" data-borlabs-cookie-unblock role=\"button\">Inhalt entsperren<\/a> <a class=\"brlbs-cmpnt-cb-btn\" href=\"#\" data-borlabs-cookie-accept-service role=\"button\" style=\"display: none\">Erforderlichen Service akzeptieren und Inhalte entsperren<\/a> <\/div>\n<p> <a class=\"brlbs-cmpnt-cb-provider-toggle\" href=\"#\" data-borlabs-cookie-show-provider-information role=\"button\">Mehr Informationen<\/a> <\/div>\n<\/div>\n<p>In diesem Video erf\u00e4hrst du, wie du ganz einfach einen eignen E-Mail Server auf deinem Linux Server konfigurieren kannst mit Hilfe von Docker und Mailcow.<\/p>\n<p>MailCow: <a href=\"https:\/\/mailcow.email\">https:\/\/mailcow.email<\/a><br \/>\nMailCow Dokumentation: <a href=\"https:\/\/mailcow.github.io\/mailcow-dockerized-docs\/\">https:\/\/mailcow.github.io\/mailcow-dockerized-docs\/<\/a><br \/>\nMailCow Community: <a href=\"https:\/\/community.mailcow.email\">https:\/\/community.mailcow.email<\/a><\/p>\n<p>Eine weitere sehr gute Schritt-f\u00fcr-Schritt Anleitung f\u00fcr die Einrichtung von MailCow findet ihr bei den Kollegen von dogado.<br \/>\nHier der zum Beitrag: <a href=\"https:\/\/www.dogado.de\/vps\/vserver-anwendungsfaelle\/mailserver-mailcow-auf-vserver-installieren\">Mailserver Mailcow<strong>\u00a0<\/strong>auf VPS installieren\u00a0<\/a><\/p>\n<p>&nbsp;<\/p>\n<div id=\"93964-1\"><script src=\"\/\/ads.themoneytizer.com\/s\/gen.js?type=1\"><\/script><script src=\"\/\/ads.themoneytizer.com\/s\/requestform.js?siteId=93964&#038;formatId=1\"><\/script><\/div>\n<p>&nbsp;<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">### Install MailCow Server via Docker ### \n\n## Set DNS Settings on Domain ## \nhttps:\/\/mailcow.github.io\/mailcow-dockerized-docs\/prerequisite-dns\/ \n\n## Test Settings ## \nhttps:\/\/mxtoolbox.com\/SuperTool.aspx \n\n## Install Packeges ## \napt install curl apt install netstat apt install git \n\n## Check Ports on System ## \nnetstat -tulpn | grep -E -w '25|80|110|143|443|465|587|993|995|4190' \nnetstat -pulten \n\n## Install Docker ## \napt install docker.io \nsystemctl enable docker.service \nsystemctl start docker.service \n\n## Install Docker-Compose ## \ncurl -L https:\/\/github.com\/docker\/compose\/releases\/download\/$(curl -Ls https:\/\/www.servercow.de\/docker-compose\/latest.php)\/docker-compose-$(uname -s)-$(uname -m) &gt; \/usr\/local\/bin\/docker-compose \nchmod +x \/usr\/local\/bin\/docker-compose \n\n## check umask ## \numask \n\/\/0022 # &lt;- Verify it is 0022 \n\n## get mailcow ## \ncd \/opt git clone \nhttps:\/\/github.com\/mailcow\/mailcow-dockerized cd mailcow-dockerized \n\n## Generate a configuration file ##\n.\/generate_config.sh \nTimezone: Europe\/Berlin \n\n## open mailcow.comnf and adjust if necessary ## \nnano mailcow.conf \n\n## pull the images and run the compose file ## \ndocker-compose pull docker-compose up -d<\/pre>\n<p>&nbsp;<\/p>\n<h3>apfelcast Support<\/h3>\n<p>Du ben\u00f6tigst Unterst\u00fctzung bei deinem Projekt oder hast Fragen zur Umsetzung?<br \/>\n<strong>Dann melde ich gern bei uns!<\/strong><\/p>\n<p>[button link=&#8220;https:\/\/apfelcast.com\/kontakt&#8220; type=&#8220;big&#8220; class=&#8220; custom-button&#8220;] Kontaktieren[\/button]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Sie sehen gerade einen Platzhalterinhalt von Standard. Um auf den eigentlichen Inhalt zuzugreifen, klicken Sie&#8230;<\/p>\n","protected":false},"author":1,"featured_media":726,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"categories":[1],"tags":[],"class_list":["post-725","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-allgemein"],"taxonomy_info":{"category":[{"value":1,"label":"Allgemein"}]},"featured_image_src_large":["https:\/\/it-ion.de\/wp-content\/uploads\/2021\/04\/maxresdefault-2-4-e1617443676457.jpg",640,360,false],"author_info":{"display_name":"Daniel Klozb\u00fccher","author_link":"https:\/\/it-ion.de\/index.php\/author\/wp-master\/"},"comment_info":0,"category_info":[{"term_id":1,"name":"Allgemein","slug":"allgemein","term_group":0,"term_taxonomy_id":1,"taxonomy":"category","description":"","parent":0,"count":89,"filter":"raw","cat_ID":1,"category_count":89,"category_description":"","cat_name":"Allgemein","category_nicename":"allgemein","category_parent":0}],"tag_info":false,"_links":{"self":[{"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/posts\/725","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/comments?post=725"}],"version-history":[{"count":0,"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/posts\/725\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/media\/726"}],"wp:attachment":[{"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/media?parent=725"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/categories?post=725"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/tags?post=725"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}