Archive for October, 2007

Setup SMTP Auth in sendmail

Tuesday, October 30th, 2007

This is a simple how-to to configure SMTP authenication in Sendmail.

1. install sendmail-cf rpm
#> yum install sendmail-cf

2. edit /etc/mail/sendmail.mc, verify it contains the following options

define(`SMART_HOST’, `cluster9out.us.messagelabs.com’)dnl
define(`confAUTH_OPTIONS’, `A’)dnl
TRUST_AUTH_MECH(`LOGIN PLAIN’)dnl
define(`confAUTH_MECHANISMS’, `LOGIN PLAIN’)dnl
dnl DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA’)dnl

3. execute this command
#> cd /etc/mail
#> make
#> service sendmail restart
#> /usr/sbin/saslauthd -a shadow

4. edit /etc/rc.d/rc.local, add the line below
/usr/sbin/saslauthd -a shadow

Remove “Editor” Field in Community Builder on the CB Profile Page

Saturday, October 13th, 2007

Global Site Configuration -> Turn “Frontend User Params” to NO.

Joomla Query Optimization

Monday, October 1st, 2007

http://custompcsoftware.com/blog/2007/04/19/joomlas-non-optimized-search-in-contentsearchbotphp/

http://custompcsoftware.com/blog/2007/03/06/opensef-rc5-sp2-perfomance-improvement/

http://www.ircmaxell.com/articles/joomla/improving-joomlas-queries.html