postfix: warning: SASL authentication failure: cannot connect to Courier authdaemond: Permission denied

Problema atsiranda po courier-authlib atnaujinimo. Sprendimas:

chmod o+x /var/run/authdaemond

TruputÄ—li privertÄ— pasikankinti :)

English version of this post

I’ve found that some English speaking visitors find this post useful.

Problem occurs after courier-authlib update. The solution is:

chmod o+x /var/run/authdaemond

It took some time to sort this out. Enjoy :)

8 Responses to “postfix: warning: SASL authentication failure: cannot connect to Courier authdaemond: Permission denied”

  1. DGM says:

    I found nearly the same thing with Ubuntu 6.06:

    chmod 775 /var/run/courier/authdamon

  2. Kristofer Nurmia says:

    This was the last part of the solution for getting SASL to work. Thanks a lot!

    Kristofer

  3. CyberCr33p says:

    Thanks. Yes it was the last part.

  4. Jette says:

    Thank you!!
    I updated courier yesterday, and this was just what I needed to get things running again :-)

    - running FreeBSD 6.3 with Postfix

  5. paulo says:

    Another possibility is not to use chmod, but instead, add the postfix user (in my case postfix) to the group that owns the /var/run/courier/authdamon dir (in my case group daemon)

    Thank you for the tip. :-)

  6. ginainkacitly says:

    hell yea ! you are right ;)

  7. Random Commenter says:

    Thanks, this has helped me twice already, and will help me again next time I update courier-authlib… I’ll be trying the group addition for the postfix user, so that might be a more permanent fix…

  8. Kay says:

    O dear god thank you for this…

    :)

Leave a Reply