afterlogic / webmail-lite-8

Open-source webmail script for existing IMAP server
https://afterlogic.org/webmail-lite-8
GNU Affero General Public License v3.0
335 stars 71 forks source link

I Can not Login User Mail #55

Closed onurozden closed 4 years ago

onurozden commented 4 years ago

Everything works smoothly except for one thing. I'm creating a new mail user. However, when I try to log in to the mail user from the following URL, I get the login failed error. I've tried dozens of different combinations. Also, see log files and a screenshot.

user log file: https://paste.ubuntu.com/p/rbKykxpWYD/ admin log file: https://paste.ubuntu.com/p/MzKG9RZ5nX/ Screenshot: https://i.hizliresim.com/NLRb3L.png

afterlogic-support commented 4 years ago

According to the logs, imap.bahcelievlerveteriner.org hostname does not exist, make sure to supply correct hostname of your IMAP server.

Also, normally there should be no need to create users in admin interface. As long as mail account exists on mail server, and you've specified server details correctly, users should be able to log into their accounts right away.

afterlogic-support commented 4 years ago

One more point worth pointing out: seems you're attempting to use SSL on a standard port, usually you need to supply a dedicated SSL port for that - 993 for IMAP, 465 for SMTP.