cd /etc/rspamd- create
rspamd.conf.local - create lists:
touch local_bl_from.map.inc local_bl_ip.map.inc local_bl_rcpt.map.inc \
local_wl_from.map.inc local_wl_ip.map.inc local_wl_rcpt.map.inc- change permissions:
| { | |
| "title": "Apache logs", | |
| "services": { | |
| "query": { | |
| "list": { | |
| "0": { | |
| "query": "*", | |
| "alias": "", | |
| "color": "#7EB26D", | |
| "id": 0, |
| { | |
| "title": "Collectd: Blackbox", | |
| "services": { | |
| "query": { | |
| "list": { | |
| "0": { | |
| "query": "plugin:\"load\"", | |
| "alias": "Load", | |
| "color": "#7EB26D", | |
| "id": 0, |
| 1) Exim config | |
| a. Global settings: | |
| dmarc_history_file = /var/spool/exim/dmarc_history.txt | |
| dmarc_tld_file = /etc/exim/opendmarc.tlds | |
| b. Get the tld file (list of valid TLD's) from http://publicsuffix.org/list/ | |
| c. Somewhere early in the RCPT ACL I have: | |
| .include_if_exists /etc/exim/dmarc_acl_control.conf |
| <?php | |
| /** | |
| * Generate uuids for clients and admins that don't have uuids set. | |
| * | |
| * The WHMCS 6.2.0 update process automatically inserts uuids, but if your | |
| * installation bypasses WHMCS update routines then this will generate uuids for | |
| * the client and admin users that don't have one yet. | |
| * | |
| * Warning! Please back up at least your tblclient and tbladmin tables before |
| 1) go to whm -> exim configuration manager | |
| * choose advanced editor | |
| 2) search spamd & replace with this: | |
| set smtputf8_advertise_hosts = * | |
| spamd_address = 127.0.0.1 11333 variant=rspamd retry=30s tmo=3m | |
| * find and disable acl_smtp_data:default_check_message_pre | |
| * find and disable acl_smtp_data:no_forward_outbound_spam_over_int |
| import Foundation | |
| import AppKit | |
| import AVFoundation | |
| extension NSImage { | |
| @objc var CGImage: CGImage? { | |
| get { | |
| guard let imageData = self.tiffRepresentation else { return nil } | |
| guard let sourceData = CGImageSourceCreateWithData(imageData as CFData, nil) else { return nil } | |
| return CGImageSourceCreateImageAtIndex(sourceData, 0, nil) |
This is a collection of the Corvus Expedition Trivia questions seen on the Pandemonium server