I using Postfix, Dovecot, Mysql and Squirrelmail on Centos 5.1 [root@home postfix]# tail -f /var/log/maillog [root@home postfix]#cat /etc/postfix/main.cf Any help would be great i am a newbie to linux . Thanks for help
set your socket correctly in /etc/dovecot.conf Code: auth default { mechanisms = plain login passdb pam { } userdb passwd { } # user = root socket listen { client { path = /var/spool/postfix/private/auth mode = 0660 user = postfix group = postfix } } }