warning: unsupported SASL server implementation: cyrus

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • usafshah
    New Member
    • Nov 2006
    • 104

    warning: unsupported SASL server implementation: cyrus

    Hi

    I'm installing Postfix + cyrus-sasl using Post-fix-SMTP-AUTH-TLS-HowtoForge

    everything seems ok but when I telnet mail.mydomain.c om 25 nothing happens and then as I check tail /var/log/maillog I find logs like

    Code:
    Mar 21 13:41:12 localhost postfix/smtpd[28489]: warning: unsupported SASL server implementation: cyrus
    Mar 21 13:41:12 localhost postfix/smtpd[28489]: fatal: SASL per-process initialization failed
    Mar 21 13:41:13 localhost postfix/master[28462]: warning: process /usr/libexec/postfix/smtpd pid 28489 exit status 1
    Mar 21 13:41:13 localhost postfix/master[28462]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling

    Any help / reply would be much appreciated

    Thanks
  • usafshah
    New Member
    • Nov 2006
    • 104

    #2
    I found a solution by googling it, but that didn't work for me, still I'm getting the same unsupported cyrus-sasl message

    the solution that i found was the use of -DUSE_SASL_AUTH during postfix compilation.

    Comment

    Working...