In case anyone finds this useful:

I advocate giving separate email addresses to everyone possible. Meaning if you're signing up for an account with a new site called BigFancySite.tld, i'd give them the email address [EMAIL PROTECTED] Then I'd create a forward called bigfancysite.tld and send it to my main mailbox. This is useful because it's an instant way to see who's given out your email address as well as being able to turn off the address with ease.

Due to slight demand from customers I've told this to, I have created an email way to create and delete vpopmail forwards.

wget http://jeremy.kister.net/code/perl/eadmin.pl
chmod ugo+x eadmin.pl
echo "|/usr/local/script/eadmin.pl" > ~vpopmail/domains/example.com/.qmail-someaddress

it requires Mail::vpopmail, so you might have to set that up too:
wget http://search.cpan.org/CPAN/authors/id/J/JK/JKISTER/Mail-vpopmail-0.54.tgz
tar -zxf Mail-vpopmail-0.54.tgz
cd Mail-vpopmail-0.54
perl Makefile.PL ; make ; make install



you can then email [EMAIL PROTECTED] with a subject like
CREATE VerySeCreT [EMAIL PROTECTED] [EMAIL PROTECTED]

which will forward "[EMAIL PROTECTED]" to the "[EMAIL PROTECTED]" mailbox.

be sure to put your domain and secret crypt in the %secrets section of eadmin.pl.



--

Jeremy Kister
http://jeremy.kister.net./

Reply via email to