virtualmin migration and email issue

email login format in virtualmin by default is not user friendly, heres the screenshot to change it to user@domain.com format



On CentOS, to get saslauthd running with the -r flag, you can log into your server over SSH as root, and edit:
/etc/sysconfig/saslauthd
At the bottom where it says "FLAGS=", change that line to read:
FLAGS=-r
the file should read like below:-
[root@server postfix]# cat /etc/sysconfig/saslauthd | grep -v "#"
SOCKETDIR=/run/saslauthd
MECH=pam
FLAGS="-r"
Then, restart saslauthd with:
service saslauthd restart
At that point, it should allow you to login with user@domain username formats.

No comments:

Post a Comment