ASSP Email Interface
ASSP Email Interface The ASSP Email Interface allows you perform many functions related to the Anti-Spam Proxy by simply sending an email form your domain based email account(ie: user@mydomain.com ). assp-spam@ -- to…
ASSP Email Interface The ASSP Email Interface allows you perform many functions related to the Anti-Spam Proxy by simply sending an email form your domain based email account(ie: user@mydomain.com ). assp-spam@ -- to…
Here is a super simple maintenance page if you are looking for one.. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <style type="text/css"> @font-face { font-family: "Open Sans"; font-style:…
Bernie Salvaggio wrote a fantastic script for working with Log files (compressing them and removing them after a specific age). Archive Log Files: Manually specify any folder(s) or automatically parse…
Looking for a quick Azure Function sample when working with Azure AD SSO? #r "Newtonsoft.Json" using System.Net; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Primitives; using Newtonsoft.Json; using System.Security.Claims; public static async Task<IActionResult> Run(HttpRequest…
Original posting can be found here... A Warm-Up Script is essential for seldom used pre-production environments to avoid waiting for what seems like an eternity for the web applications to warm…