HI
I already install mail server, the mail server is OK when send and receive mail from server
but cant login with thunderbird or other mail client
return ok when run
openssl s_client -connect mydomain:587 -starttls smtp
return failed when run
openssl s_client -connect mydomain:993 -starttls imap
what should i do ?
