Monday, October 25, 2010

Hard white listing with amavis-new

Previously I had discussed white listing in Amavis, which is a soft white list.
When this continues to fail it is time to modify the Perl code of “20-debian_defaults” to include a hard white list.

Choose a blank space in the Perl code before the soft white listing section, and create a new ARRAY.
Call the array @whitelist_sender_maps and include the domains that you want to globally hard white list.

Here is an example:

@whitelist_sender_maps = ([‘.somedomain.com’.’bronson@bronsonitinnovations.blogspot.com’])

Note: there is a “.” Before globally hard white listing an entire domain.

Tuesday, October 19, 2010

Recommended MIB Browser

IReasoning makes the best MIB browser that I have ever used. I highly recommend it. Click the link for a shortcut to the download page.

http://ireasoning.com/mibbrowser.shtml

Wednesday, October 6, 2010

Data Migration with Symantec CPS

Don't do it. This is just a bad idea all around. I recommend using WanSync if you are afraid of XCopy.

Thursday, September 23, 2010

Checking free disk space on Debian systems

A great APT package to use for checking free disk space is "discus". Discus displays disk usage of each file system in a textual bar graph format.
Install with
apt-get install discus
Output appears as such
Mount Total Used Avail Prcnt Graph
/ 48.09 GB 3.34 GB 44.75 GB 6.9% [*---------]
+ib/init/rw 505.4 MB 0 KB 505.4 MB 0.0% [----------]
/sys 0 KB 0 KB 0 KB 0.0% [----------]
+oc/bus/usb 0 KB 0 KB 0 KB 0.0% [----------]
/dev 10.0 MB 52 KB 9.9 MB 0.5% [----------]
/dev/shm 505.4 MB 0 KB 505.4 MB 0.0% [----------]