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 by The Other Air Force; 1st May 2012 at 02:00.
Reason: More info
The Following User Says Thank You to The Other Air Force For This Useful Post:
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
Recent comments
3 hours 58 min ago
13 hours 26 min ago
14 hours 15 min ago
17 hours 49 min ago
22 hours 13 min ago
22 hours 34 min ago
1 day 44 min ago
1 day 10 hours ago
1 day 15 hours ago
1 day 17 hours ago