14 Apr 2007 00:23
admin forwards via email
Jeremy Kister <vpopmail-01 <at> jeremykister.com>
2007-04-13 22:23:57 GMT
2007-04-13 22:23:57 GMT
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 bigfancysite.tld <at> example.com. 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 someaddress <at> example.com with a subject like CREATE VerySeCreT mailbox <at> example.com anewaddress <at> example.com which will forward "anewaddress <at> example.com" to the "mailbox <at> example.com" mailbox.(Continue reading)
RSS Feed