Posts Tagged ‘email’

DKIM with Postfix – My Multiple Site Setup

Monday, December 31st, 2012

I honestly can’t remember where I originally got my setup from. This is a pretty good tutorial though.... Read More

PHP email admin script

Friday, June 17th, 2011

If you’ve read the article about my email server setup you quickly realize that adding a new email account is quite onerous, a combination of adding records to tables in a MySQL database and creating folders on the harddrive. This can easily be automated with for instance PHP and I’ll show you how below.... Read More

Mail server setup on Ubuntu Lucid

Tuesday, June 14th, 2011

Update: I keep having to redo this setup and get tripped up on what to install all the time so here is the complete install line: apt-get install postfix dovecot opendkim postfix-mysql dovecot-pop3d dovecot-imapd which already assumes you’ve got mysql server installed.... Read More

Mailing with Joomla’s JMail

Friday, September 18th, 2009

I just finished implementing a cron job script that will email all people who’s the target of an activity in JomSocial’s activity stream.... Read More

Email Obfuscation Broken

Tuesday, July 8th, 2008

About two weeks ago I tried a really simple way of obfuscating email. To me as a programmer it seemed a little bit naive because this scheme can be easily decoded. But Gmail does such a nice job of getting rid of spam these days anyway, I felt like I didn’t have much to lose. ... Read More