If you simply want to make a mailbox receive mail for another address, just add the full address to /etc/postfix/virtual: [root@srv-2 postfix]# cat virtual usr-1@networking.com usr usr-1@networking2.com usr usr-2@maildomain.com anotherusr If we simply add this line to the bottom: usr-3@maildomain.com anotherusr Mail that was was delivered previously via usr-2@maildomain.com will be delivered in the same […]
Adding an Alias to Postfix
Wadding up Spambots With Spiderkiller
Spiderkiller is a C program that will generate unique pages with random email addresses that will confuse harvesting bots. Compile the app: srv-5:~ usr4$ gcc spiderkiller.c -o spiderkiller spiderkiller.c: In function ‘main’: spiderkiller.c:299: warning: incompatible implicit declaration of built-in function ‘strlen’ The options are simple: srv-5:~ usr4$ ./spiderkiller -help Usage: spiderkiller [-help] [-n ] [-k […]
Postfix RPM Upgrade for Red Hat Enterprise Linux 3
One of the servers we work on is running Red Hat Enterprise Linux 3 (RHEL 3). We needed some features in the later versions of Postfix, rather than the backported version for RHEL 3. There are some RPMs available here: http://postfix.wl0.org/ftp/official/2.2/RPMS-rhel3-i386 The latest version as of the date of this article is 2.2.5-3. If you […]
Postfix Source RPM Upgrade for Red Hat Enterprise Linux 3
In this article, we upgraded Postfix to 2.2.5 via RPMs; however, if a later version is needed, and you are running Red Hat Enterprise Linux Version 3 (RHEL 3), an RPM needs to be created from source. There is a source RPM for 2.2.6 available here: http://postfix.wl0.org/ftp/official/2.2/SRPMS/ To use the RPM, install it: [root@s root]# […]
Using UW IMAP and Xinetd For Dual SSL and Plaintext Support
First off, Pine rocks when it comes to reading mail quickly, particularly on a server where a GUI is not available. Second of all, it often doesn’t come with GNU/Linux distributions anymore. I suppose that part of the problem is that pine includes a version of IMAP that can cause problems if it coexists with […]
Avoid Unwanted Email
The opportunists who send unsolicited bulk email (UBE) use tools that do not follow standards. This can work to an advantage in that improper configuration can allow quite a bit of filtering to be done on inbound email. For instance, the following entries in main.cf for postfix will dramatically cut down on email from misconfigured […]
VirtualCPU – 8048 Homebrew Simulation
I beeen working on 8048 Homebrew Simulation. Originally, it was a Z-80 simulation. I wrote this in 1997 as a way for people to experience programming a computer with toggle switches. The Coprolite Z-80 Homebrew Computer was a bit steep to get running for most people. In 2001 I got a bunch of surplus 8048s […]
Toolbox Essentials – Memtest86
In our experience, littered as it is with broken hardware, memory modules are second only to hard drives (with their anachronistic moving parts) in frequency of failure. Unlike the unmistakable i/o errors, bus timeouts, and eventual spin cessation of the disk failure, bad memory’s symptoms can be elusive and sporadic. The system acts flaky. Applications […]
Recycling PCs, and the E-Waste Problem
[update April 6:see this article] I have assumed, for most of my adult life, that one very cool thing about information technology was that it was better for the environment than industrial economic activity. This is not true. Further, the resources and environmental impact of a single PC is much worse than I ever imagined. […]
Linux Kernel Support for the HE460A USB 2.0 PCI Expansion Card
Speaking of PC accessories, we recently purchased a 6 port USB 2.0 card off of Ebay for $10. The board came with two USB cables and a box that was intended to be placed in a drive bay for front-panel access to 2 of the ports; however, it works equally well if you run the […]
Adding Serial Support on the Fly to the Linux Kernel
Most of our lab machine consoles are on serial ports, and controlled via minicom on Agatha’s workstation using this device. Well, somehow during Agatha’s recent kernel upgrade to 2.6.8.1, serial support was missed: root@srv-1 usr-1 # minicom minicom: cannot open /dev/ttyS0: No such file or directory To add serial support quickly, we just added 8250/16550 […]
Transferring Data Between Two PCs via the Serial or Parallel Ports
If you are trying to transfer data between two workstations, and want to avoid wider contact with your internal network, the Direct Cable Connection networking option works well to connect two Windows PCs if they don’t have a network interface card. The odds are your machine already has a NIC and you can use a […]
Connecting a Mac and a GNU/Linux Box with FireWire
With a 2.6 Linux kernel, particularly on a modern distribution with udev, it is quite easy to get FireWire to act as the physical network interface between a GNU/Linux box and a Mac. FireWire does have some advantages over USB in some areas, although support for FireWire is dwindling. For more information on FireWire see […]
RMS Painting Released GNU Style
Jin Wicked painted a portrait of Richard Stallman: To make it more interesting, she released it with the terms: “In the spirit of the subject of this painting and the GNU Free Documentation License (which is a bit over my head) , I am granting permission for anyone to copy, redistribute, alter or publish this […]
The Network Administrator (.com)
Check out TheNetworkAdministrator for some good reads. We have some strange stuff on NetAdminTools, but a full tab just called Conspiracy Theory. Very enjoyable. Visit the site and realize that you aren’t the only Monkey Life-Partner out there.
Transform dot com Schwag Into Something Useful
I have a cap from hardware.com. [I actually turned down a job offer from these folks in the fall of ’99. They only lasted a year or so after that. They intended to be a place where people could order tools, wheelbarrows, etc. on the Internet.] I also like to read at night. I happen […]
Click-Free Web App And Mouse Movement Fingerprinting
Check out DONTCLICK.IT for a very cool concept site that shows an example of navigation without mouse clicks. One interesting implication is the biometric fingerprinting possibilities. One area of the site allows you to see the movements of previous visitors to the site. It seems possible to us that tracking the movements of a mouse, […]
HP and the Business Domain
I was thinking about HP and their decision to get out of the PC market and purchase Autonomy. It makes sense to me. HP can do well in the business information domain. Domain… information… There are three main domains for information: personal, business, and public. The Internet was primarily used as public after the burst […]
Compiling Opensource programs on NT/95/98
Windows users are at a disadvantage in the open source environment becase they are not used to compiling programs. The idea of recompiling the NT kernel just simply doesn’t cross the mind of a typical MCSE. Programs are usually shipped precompiled. In the *nix world it is routine to download the source code for a […]
Creating an NT Server Test Lab Using VMware
One thing we do quite often here at netadmintools.com is install and reinstall NT Server and friends over and over again. This article describes how to setup, configure, backup to tape, and restore an NT Server installation on Vmware. We installed Vmware using the simple directions that came with the distribution, and then ran a […]

