SASL PLAIN authentication failed: no mechanism available

Discussion in 'Installation/Configuration' started by sellotape, Dec 8, 2011.

  1. sellotape

    sellotape New Member

  2. sellotape

    sellotape New Member

    /etc/postfix/sasl/smtp.conf

    Code:
    pwcheck_method: saslauthd
    mech_list: plain login
    allow_plaintext: true
    auxprop_plugin: mysql
    sql_hostnames: 127.0.0.1
    sql_user: ispconfig
    sql_passwd: 580b4cbdaee49dcd6955264fe4a4cb4c
    sql_database: dbispconfig
    sql_select: select password from mail_user where login = '%u'
    pwcheck_method: saslauthd
    mech_list: plain login
    ~
    
     

Share This Page