{"id":1399,"date":"2023-10-19T17:20:39","date_gmt":"2023-10-19T15:20:39","guid":{"rendered":"https:\/\/apfelcast.com\/?p=1399"},"modified":"2023-10-19T17:20:39","modified_gmt":"2023-10-19T15:20:39","slug":"proxmox-e-mail-benachrichtigungen-einstellen-so-einfach-gehts","status":"publish","type":"post","link":"https:\/\/it-ion.de\/index.php\/2023\/10\/19\/proxmox-e-mail-benachrichtigungen-einstellen-so-einfach-gehts\/","title":{"rendered":"Proxmox E-Mail Benachrichtigungen einstellen &#8211; So einfach geht\u2019s!"},"content":{"rendered":"\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\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=\"PGlmcmFtZSB0aXRsZT0iUHJveG1veCBFLU1haWwgQmVuYWNocmljaHRpZ3VuZ2VuIGVpbnN0ZWxsZW4gLSBTbyBlaW5mYWNoIGdlaHTigJlzISIgd2lkdGg9IjcyMCIgaGVpZ2h0PSI0MDUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQveGZMQU1WU2ZqOWc\/ZmVhdHVyZT1vZW1iZWQiIGZyYW1lYm9yZGVyPSIwIiBhbGxvdz0iYWNjZWxlcm9tZXRlcjsgYXV0b3BsYXk7IGNsaXBib2FyZC13cml0ZTsgZW5jcnlwdGVkLW1lZGlhOyBneXJvc2NvcGU7IHBpY3R1cmUtaW4tcGljdHVyZTsgd2ViLXNoYXJlIiBhbGxvd2Z1bGxzY3JlZW4+PC9pZnJhbWU+\"><div class=\"brlbs-cmpnt-cb-preset-a\"> <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> <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> <a class=\"brlbs-cmpnt-cb-provider-toggle\" href=\"#\" data-borlabs-cookie-show-provider-information role=\"button\">Mehr Informationen<\/a> <\/div><\/div>\n<\/div><\/figure>\n\n\n\n<p>In diesem Video zeige ich euch, wie ihr E-Mail Benachrichtigungen f\u00fcr euren Proxmox Server erstellen k\u00f6nnt. Auf diese Weise k\u00f6nnt ihr bei Problemen mit einer Festplatte, einem ZFS Pool oder auch bei dem Ausfall eines Backups schnell und einfach Benachrichtigt werden.<\/p>\n\n\n\n<p>\ud83d\udcfc Videos:<br>Proxmox Home-Server Reihe: <a href=\"https:\/\/www.youtube.com\/playlist?list=PLLg1WgOBYXOs3dFOlaujpPLXVkq06btrk\">https:\/\/www.youtube.com\/playlist?list=PLLg1WgOBYXOs3dFOlaujpPLXVkq06btrk<\/a><br>Benachrichtigungen f\u00fcr weitere OpenSource Dienste via Uptime-Kuma: <a href=\"https:\/\/www.youtube.com\/watch?v=eMKvHbk5RGw\">https:\/\/www.youtube.com\/watch?v=eMKvHbk5RGw<\/a><br>Proxmox Backups einrichten: <a href=\"https:\/\/youtu.be\/cKepvGRtSxc\">https:\/\/youtu.be\/cKepvGRtSxc<\/a><\/p>\n\n\n\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&amp;formatId=1\"><\/script><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Im Video verwendete Befehle:<\/h3>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">## ben\u00f6tigte Pakete installieren ##\napt install postfix libsasl2-modules -y \n\n## postfix Konfiguration anpassen ##\nnano \/etc\/postfix\/main.cf \n\n## auskommentieren ##\n#relayhost = \n\n## hinzuf\u00fcgen &amp; anpassen ##\nrelayhost = &lt;smtp.mailserver.de>:587\nsmtp_sasl_auth_enable = yes\nsmtp_sasl_password_maps = hash:\/etc\/postfix\/sasl_passwd\nsmtp_sasl_security_options = noanonymous\nsmtp_tls_CAfile = \/etc\/postfix\/cacert.pem\nsmtp_use_tls = yes \nsender_canonical_classes = envelope_sender, header_sender\nsender_canonical_maps =  regexp:\/etc\/postfix\/sender_canonical_maps\nsmtp_header_checks = regexp:\/etc\/postfix\/header_check \n\n## Absenderadresse anpassen ##\nnano \/etc\/postfix\/sender_canonical_maps \n\n\/.+\/    absender@adresse.de \n\n## Absenderadresse  nochmals anpassen ##\nnano \/etc\/postfix\/header_check \n\n\/From:.*\/ REPLACE From: absender@adresse.de \n\n\n## Benutzerdaten hinterlegen ##\nnano \/etc\/postfix\/sasl_passwd \n\n&lt;smtp.mailserver.de>:587 &lt;user>:&lt;passwort>\n\n## gehashte Datenbank Datei erstellen ##\npostmap \/etc\/postfix\/sasl_passwd\n\n## Zugriffsrechte anpassen ##\nchown root:root \/etc\/postfix\/sasl_passwd \/etc\/postfix\/sasl_passwd.db \nchmod 0600 \/etc\/postfix\/sasl_passwd \/etc\/postfix\/sasl_passwd.db  \n\n## Postfix allgemeines snakeoil Zertifikat zuweisen ##\ncat \/etc\/ssl\/certs\/ssl-cert-snakeoil.pem | sudo tee -a \/etc\/postfix\/cacert.pem \n\n## Absenderadresse in GUI anpassen ##\nDatacenter > Options > Email from addresss\n\n## postfix neustarten ##\npostfix reload \n\n## E-Mail testen ##\necho \"Proxmox SMTP Test\" | mail -s \"SMTP Test\" empf\u00e4nger@adresse.de -r absender@adresse.de<\/pre>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In diesem Video zeige ich euch, wie ihr E-Mail Benachrichtigungen f\u00fcr euren Proxmox Server erstellen&#8230;<\/p>\n","protected":false},"author":1,"featured_media":1400,"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-1399","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\/2023\/10\/thumb_proxmox-alerts_B-1024x576.jpg",1024,576,true],"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\/1399","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=1399"}],"version-history":[{"count":0,"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/posts\/1399\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/media\/1400"}],"wp:attachment":[{"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/media?parent=1399"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/categories?post=1399"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/tags?post=1399"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}