Hi ReetP,
What we are trying to do is change the IMAP username authentication format on the SME server
Currently, when users connect to the SME server's IMAP port, they can only authenticate with <username>, we need to change to the username authentication format to <username>@<domain> when users are authenticating with IMAP
From what I have read, I need to modify 10-auth.conf and add auth_username_format = %n-AT-%d
I was thinking of creating the following to try achieve this
/etc/e-smith/templates-custom/etc/dovecot/conf.d/10-auth.conf/auth_username_format
{
$OUT .= " auth_username_format \%n\-AT\-\%d"
}
Do you think this will work?
Thanks
Kind Regards,
Bobby