Displaying 1 result from an estimated 1 matches for "anotheromain".
Did you mean:
anotherdomain
2014 Dec 31
1
Authenticating Virtual Users without domain
Hi,
I'm trying to migrate a large number of users to a new Dovecot
cluster. The existing mail system allows a user to authenticate with a
bare username if they have connected to the correct local IP on the
server.
e.g.
imap.somedomain.com = 1.1.1.1
imap.anotheromain.com = 2.2.2.2
charlie at somedomain can authnenticate as 'charlie' or
'charlie at somedomain.com' as long as he is connected to
imap.somedomain.com (1.1.1.1)
likewise for bare usernames if they connect to imap.anotherdomain.com.
A previous colleague actually achieved this by hack...