skip to Main Content

Spam Tests

Spam Tests Official Spamassasin test mail Download & send a test spam-mail specifically created for spamsapmassin. wget http://spamassassin.apache.org/gtube/gtube.txt sendmail admin@example.com < gtube.txt Swaks Utility You can also send mails using swaks tool. swaks --server example.com --to admin@example.com Log Monitor When your server…

Read More

Amavis, Spamassassin & ClamAV Setup

Amavis, Spamassassin & ClamAV Setup This article covers: Spam filtering setup using spamassassin Antivirus scanning using clamav Installing packages amavis, clamav, spamassassin apt-get install amavisd-new spamassassin clamav clamav-daemon arj zoo nomarch cpio lzop cabextract apt-listchanges libauthen-sasl-perl libdbi-perl libmail-dkim-perl p7zip rpm unrar-free…

Read More

LOAD DATA LOCAL INFILE – Example

How to import data from csv, txt or other export files into MYSQL Syntax: LOAD DATA [LOW_PRIORITY | CONCURRENT] [LOCAL] INFILE 'file_name' [REPLACE | IGNORE] INTO TABLE tbl_name [PARTITION (partition_name,...)] [CHARACTER SET charset_name] [{FIELDS | COLUMNS} [TERMINATED BY 'string'] [[OPTIONALLY]…

Read More
Back To Top