THE SPEW - Land where drunk cows swim and home to my daily hand...  

creepy and evil squirrels

31 January, 2008 10:00

 
 
Thanks [mad-geek]!
 

A year ago I was writing:

week in La Crosse

[Squirrel Thursday] [Comments(0)] [Permalink]

SHORT HOWTO: install Postfix from source with SASL authentication and SQL data access servers on Ubuntu Server 6.06 LTS

23 January, 2008 17:59

Source code compilation needs the apt-get resource package build-essential: 

sudo apt-get install build-essential 

The following packages needed from the apt repositories for the MySQL server and the libraries to compile postfix with this data access method:

sudo apt-get install mysql-server libdbd-mysql-perl libdbi-perl libmysqlclient15off libnet-daemon-perl libplrpc-perl mysql-client-5.0 mysql-common mysql-server-5.0 libmysqlclient15-dev zlib1g-dev 

The following packages needed from the apt repositories for the Cyrus SASL authentication server and the libraries to compile postfix with this authentication method:

sudo apt-get install sasl2-bin libsasl2 libsasl2-dev

Berkely DB libraries are also required:

sudo apt-get install libdb4.4 libdb4.4-dev

I used Postfix source version 2.4.6, found here.  Alternative mirrors can be found here.

Deflate the package:

tar -xzvf postfix-2.4.6.tar.gz

cd postfix-2.4.6

You may then create the makefiles:

make makefiles CCARGS="-DUSE_SASL_AUTH -DUSE_CYRUS_SASL \
-I/usr/include/sasl -DHAS_MYSQL -I/usr/include/mysql" \
AUXLIBS="-L/usr/lib -lsasl2 -L/usr/lib/mysql -lmysqlclient -lz -lm"

Then finally install Postfix with:

sudo make; make install

Cheers! 

[Software] [Comments(0)] [Permalink]

2GB DDR2 $29.00 Free Shipping

23 January, 2008 11:47

- Corsair 2GB (2 x 1GB) DDR2 800 Desktop Memory, $29.00* with Free Shipping!

[link to specials page on newegg.com

Don't pass this one up, like my broke ass will! 

[Technology] [Comments(0)] [Permalink]

notes about the pipe man, I am talking about the pipe... the pipe...

18 January, 2008 18:46

Some thoughts about my home Internet pipe speed increase...

What can I say, I feel OK accomplishing my daily tasks, while answereing a VoIP call now.  My incremental backups of my dedicated servers, my external virtual machines interface, downloads, and of course upload speed has all been approved on when used in conjunction.

I need to tweak Firefox to render pages with a little more responsiveness to the faster connection.  For the most part at this point, web browsing has improved about 3x without the tweak.   

And my personal million dollar question: yes, the router lights do actually blink faster.  My switch and modem/nat device do not however, shame... ;) 

[Day to Day] [Comments(0)] [Permalink]

VISTA summarized

13 January, 2008 10:12

[Software] [Comments(0)] [Permalink]

1 2  Next»
Land where drunk cows swim and home to my daily hand