SuperCzar
May 2nd, 2008, 04:20 PM
I am working on configuring my first mail server.
Postfix/Courier are great at receiving mail on two domains, and delivering it to the appropriate virtual accounts.
SMTP is still non functioning. When I try to authenticate with through SASL I get the following error:
May 2 19:54:23 thirdrate postfix/smtpd[13102]: warning: SASL authentication failure: cannot connect to saslauthd server: No such file or directory
May 2 19:54:23 thirdrate postfix/smtpd[13102]: warning: SASL authentication failure: Password verification failed
May 2 19:54:23 thirdrate postfix/smtpd[13102]: warning: [IP REMOVED]: SASL PLAIN authentication failed: generic failure
May 2 19:54:23 thirdrate postfix/smtpd[13102]: warning: SASL authentication failure: cannot connect to saslauthd server: No such file or directory
May 2 19:54:23 thirdrate postfix/smtpd[13102]: warning: [IP REMOVED]: SASL LOGIN authentication failed: generic failure
I followed this guide: http://www.howtoforge.com/virtual-users-and-domains-with-postfix-ubuntu-7.10
It seems to be only an authentication issue. Being that courier authenticates quite well, is there a way that I can use the courier authentication ala this guide :http://gentoo-wiki.com/HOWTO_Email:_A_Complete_Virtual_System_-_SMTP_Authentication (see the section on Cyrus-sasl to Courier-authlib to PostgreSQL).
Cliff Notes:
How do I fix my SASL -> mysql authentication? or how do I make SASL authenticate using the Courier authentication daemon?
Postfix/Courier are great at receiving mail on two domains, and delivering it to the appropriate virtual accounts.
SMTP is still non functioning. When I try to authenticate with through SASL I get the following error:
May 2 19:54:23 thirdrate postfix/smtpd[13102]: warning: SASL authentication failure: cannot connect to saslauthd server: No such file or directory
May 2 19:54:23 thirdrate postfix/smtpd[13102]: warning: SASL authentication failure: Password verification failed
May 2 19:54:23 thirdrate postfix/smtpd[13102]: warning: [IP REMOVED]: SASL PLAIN authentication failed: generic failure
May 2 19:54:23 thirdrate postfix/smtpd[13102]: warning: SASL authentication failure: cannot connect to saslauthd server: No such file or directory
May 2 19:54:23 thirdrate postfix/smtpd[13102]: warning: [IP REMOVED]: SASL LOGIN authentication failed: generic failure
I followed this guide: http://www.howtoforge.com/virtual-users-and-domains-with-postfix-ubuntu-7.10
It seems to be only an authentication issue. Being that courier authenticates quite well, is there a way that I can use the courier authentication ala this guide :http://gentoo-wiki.com/HOWTO_Email:_A_Complete_Virtual_System_-_SMTP_Authentication (see the section on Cyrus-sasl to Courier-authlib to PostgreSQL).
Cliff Notes:
How do I fix my SASL -> mysql authentication? or how do I make SASL authenticate using the Courier authentication daemon?