SASL authentication failure

Discussion in 'General' started by savago, May 31, 2010.

  1. savago

    savago Member

    Can not use ssl.
    This is FC 12 perfect setup system.


    cat /usr/lib/sasl2/smtpd.conf
    pwcheck_method: saslauthd
    mech_list: plain login


    ps aux|grep sasl
    root 1932 0.0 0.0 6576 1164 ? Ss 11:44 0:00 /usr/sbin/saslauthd -m /var/run/saslauthd -a pam
    root 1934 0.0 0.0 6524 284 ? S 11:44 0:00 /usr/sbin/saslauthd -m /var/run/saslauthd -a pam
    root 1935 0.0 0.0 6576 1088 ? S 11:44 0:00 /usr/sbin/saslauthd -m /var/run/saslauthd -a pam
    root 1936 0.0 0.0 6524 288 ? S 11:44 0:00 /usr/sbin/saslauthd -m /var/run/saslauthd -a pam
    root 1937 0.0 0.0 6524 284 ? S 11:44 0:00 /usr/sbin/saslauthd -m /var/run/saslauthd -a pam
    root 6629 0.0 0.0 4216 716 pts/1 S+ 12:11 0:00 grep sasl
     
    Last edited: May 31, 2010
  2. falko

    falko Super Moderator Howtoforge Staff

    What's the output of
    Code:
    uname -a
    ?
     
  3. savago

    savago Member


    FC 12 2.6.32.12-115.fc12.i686.PAE
     
  4. falko

    falko Super Moderator Howtoforge Staff

    Looks good. Have you tried to restart saslauthd? Is SELinux disabled?
     

Share This Page