/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
1 day 2 hours ago
1 day 5 hours ago
1 day 17 hours ago
1 day 19 hours ago
2 days 9 min ago
2 days 6 hours ago
2 days 15 hours ago
2 days 17 hours ago
3 days 1 hour ago
3 days 3 hours ago