/etc/courier/authmysqlrc
MYSQL_LOGIN_FIELD email
if you check the table mail_user, that's the login name, unfortunately you can't change that field, else you won't have a valid mail address.
however, you could try and change "MYSQL_LOGIN_FIELD email" to
Code:
MYSQL_LOGIN_FIELD SUBSTRING_INDEX(email,'@',1)
This should return you everything before the @ in the mail address.
This is all pure theoretical, since i don't have a test environment at the moment to test it on ..
Recent comments
6 hours 55 min ago
16 hours 23 min ago
17 hours 13 min ago
20 hours 46 min ago
1 day 1 hour ago
1 day 1 hour ago
1 day 3 hours ago
1 day 13 hours ago
1 day 18 hours ago
1 day 20 hours ago