Skip to content
Back home
The home of William Rendell
  • Home
  • Family
    • Holidays
    • Pets
    • Vehicles
  • Health and Fitness
  • Technical
    • Mikrotik
    • Computing
    • Renewable Energy
  • Privacy Policy
    • Cookie policy (UK)
  • Music
    • Harmonica
      • Easy
      • Intermediate
  • Contact
  • Search
Back home
  • Search
  • Home
  • Family
    • Holidays
    • Pets
    • Vehicles
  • Health and Fitness
  • Technical
    • Mikrotik
    • Computing
    • Renewable Energy
  • Privacy Policy
    • Cookie policy (UK)
  • Music
    • Harmonica
      • Easy
      • Intermediate
  • Contact
Home » Technical » Computing » MailScanner Domain admin release Bad Content
Computing Technical

MailScanner Domain admin release Bad Content

by William Rendell|Published August 1, 2022

Here’s a setting for domain admins:

/var/www/html/mailscanner/conf.php

//Give Domain Admins ability to release dangerous content, like viruses
define('DOMAINADMIN_CAN_RELEASE_DANGEROUS_CONTENTS', true);
  • MailScanner
  • postfix

You may also like

Paypal Twitter account hacked
Published July 5, 2011

Paypal Twitter account hacked

A disgruntled customer has hacked in to the Twitter account of Paypal UK this evening. The Twitter account has now been suspended […]

find large files in linux
Published November 27, 2009

find large files in linux

find <path> -size +10000k -print0 | xargs -0 ls -l http://linuxandfriends.com/2008/09/10/how-to-find-large-files-in-linux-using-command-line/

Published December 10, 2010

Unread mail folder in Outlook

If you ever loose the “Unread Mail” folder in Outlook a quick way of getting it back is to press “CTRL + […]

Published August 27, 2021

Block TikTok using Mikrotik

/ip firewall filter add action=drop chain=forward dst-address-list=TikTok src-address=10.0.0.0/24 /ip firewall mangle add action=add-dst-to-address-list address-list=TikTok address-list-timeout=4w2d chain=prerouting content=.tiktok.com src-address=10.0.0.0/24 add action=add-dst-to-address-list address-list=TikTok address-list-timeout=4w2d […]

Post navigation

  • Previous post How to Open Port for a Specific IP Address in Firewalld
  • Back to post list
  • Next post Liver Cake for Dogs

© 2026  – All rights reserved

Powered by WP – Designed with the Customizr Theme