You are hereUbuntu
Ubuntu
Setup Postfix with SMTP Auth
- Install Postfix and SASL
apt-get install postfix sasl2-bin - edit /etc/default/saslauthd, change the following:
START=yes
- Start saslauthd:
/etc/init.d/saslauthd start - test if saslauthd is working:
testsaslauthd -u username -p password - Stop saslauthd:
/etc/init.d/saslauthd stop - Create file /etc/postfix/sasl/smtpd.conf:
pwcheck_method: saslauthd
- edit /etc/postfix/main.cf :
Ubuntu upgrade to 9.04 Jaunty Jackalope
Finally upgraded to 9.04 Jaunty, here's some times might help:
Change background wallpaper randomly on Ubuntu 8.10 (Intrepid Ibex)
Get bored with the default wallpaper? If yes, let's have some fun!


