[How to] Massmail sending via Powershell Script
Problem Description Sometimes you need a Powershell Script to solve Problems quick and dirty. In my case some of the incoming Mails in my SMTP Server got automaticly deleted after a missmatch in SenderID and SPF Record. (Sender ID Policy in my Exchange Edge 2016 Infrastructure) in cause of that, i must inform the Sender that there Emails never reached me. I used a generic Server Information Message. Get-MessageTrackingLog (Source File) I exported the log of all deleted Mails with Timestamp, Sender, Recipients, MessageSubject. You can find the command here Get-MessageTrackingLog -Server MBX01 -Start „07/20/2017 09:00:00“ -End „07/20/2018Read More
[How to] Setup a Codius Host Step by Step
[How to] Setup a Codius Host Step by Step Please consider to support Projects like Let’s Encrypt – Codius – Developers on GitHub with a Donation Requirements CentOS / Ubuntu / Debian + x86-64 architecture with ARM and Virtulization supported Admin Rights (Root access) min 1GB RAM (each contract will use at least 512Mb) An XRP Wallet like one on Gatehub (in the Future other Wallets will be added) + Secret a Top Level Domain or Sub-Domain with the permission to publish your own DNS Records Static Public IPv4 or IPv6 Adress Automatic WorkaroundRead More
