the standard webmail login is working when i explicitely specifiy the domain.tld eg:
user@domain.tld
Navigating through logs to find out some interesting messages.
and find this:
2008-07-17 18:17:16,206 INFO [ImapServer-8] [ip=192.168.200.222;] account - authentication failed for etudes (no such account)
2008-07-17 18:17:25,122 INFO [ImapServer-8] [] ProtocolHandler - Handler exiting normally
It confirms that my account created on domain.tld was not found on ns3.domain.tld
I wan users to have nice email adress like
user@domain.tld and not something like
user@ns3.domain.tld
How do i fix this??
Thanks.