Ubuntu 10.04 -> 12.04 and SASL

Discussion in 'Installation/Configuration' started by The Other Air Force, May 1, 2012.

  1. The Other Air Force

    The Other Air Force New Member

    Hey,
    Had some trouble initially with SASL when I upgraded Ubuntu.

    In /etc/postfix/sasl/smtpd.conf I had to change the following:

    Code:
    auxprop_plugin: mysql 
    sql_select: select password from mail_user where login = '%u'
    
    to
    
    sql_select: select password from mail_user where login = '%u@%r'
    auxprop_plugin: sql
    
    Moderately annoying to figure out.
     
    Last edited: May 1, 2012
  2. otto06217

    otto06217 New Member

    You made my day!

    You made my day! :)

    Thanx
     

Share This Page