Author |
|
chorn Newbie
Joined: 07 June 2018 Location: United States
Online Status: Offline Posts: 1
|
Posted: 07 June 2018 at 10:58am | IP Logged
|
|
|
For an IMAP server, the useFullEmailAddressAsLogin setting is ignored.
Regardless of whether the "Use full email address as login" box is checked, WebMail Pro tries to log in with the full email address. Logging in with just the username causes sending mail to fail, because the auto-generated From (not editable) is not a fully-qualified email address.
A diff of two debug logs with setting unchecked & checked. Note how login is the same:
$ diff useFullEmailAddressAsLogin-FALSE.txt useFullEmailAddressAsLogin-TRUE.txt
2,12c2,12
< [17:34:07.69][1963098a] [POST(4)][ip:192.168.0.243] /afterlogic-webmail/?/Api/
< [17:34:07.69][1963098a] POST > [Module, Method, TenantName, Parameters]
< [17:34:07.69][1963098a]
< [17:34:07.69][1963098a] API: StandardLoginFormWebclient::Login
< [17:34:07.70][1963098a] Execute subscription: AdminAuth::onLogin
< [17:34:07.71][1963098a] Execute subscription: Mail::onLogin
< [17:34:07.72][1963098a] IMAP[NOTE]: Start connection to "tcp://localhost:143"
< [17:34:07.73][1963098a] IMAP[DATA]: < * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE STARTTLS AUTH=PLAIN] Dovecot ready.\r\n
< [17:34:07.73][1963098a] IMAP[SECURE]: > TAG1 LOGIN "user@host.net" "********"\r\n
< [17:34:11.42][1963098a] IMAP[DATA]: < TAG1 NO [AUTHENTICATIONFAILED] Authentication failed.\r\n
< [17:34:11.42][1963098a] IMAP[WARNING]: exception 'MailSo\Imap\Exceptions\NegativeResponseException' with message 'Authentication failed.' in /var/www/afterlogic-webmail/vendor/afterlogic/mailso/lib/MailSo/Imap/ImapClient.php:1761
---
> [17:33:15.38][b844d149] [POST(4)][ip:192.168.0.243] /afterlogic-webmail/?/Api/
> [17:33:15.38][b844d149] POST > [Module, Method, TenantName, Parameters]
> [17:33:15.38][b844d149]
> [17:33:15.38][b844d149] API: StandardLoginFormWebclient::Login
> [17:33:15.38][b844d149] Execute subscription: AdminAuth::onLogin
> [17:33:15.40][b844d149] Execute subscription: Mail::onLogin
> [17:33:15.43][b844d149] IMAP[NOTE]: Start connection to "tcp://localhost:143"
> [17:33:15.50][b844d149] IMAP[DATA]: < * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE STARTTLS AUTH=PLAIN] Dovecot ready.\r\n
> [17:33:15.51][b844d149] IMAP[SECURE]: > TAG1 LOGIN "user@host.net" "********"\r\n
> [17:33:19.01][b844d149] IMAP[DATA]: < TAG1 NO [AUTHENTICATIONFAILED] Authentication failed.\r\n
> [17:33:19.06][b844d149] IMAP[WARNING]: exception 'MailSo\Imap\Exceptions\NegativeResponseException' with message 'Authentication failed.' in /var/www/afterlogic-webmail/vendor/afterlogic/mailso/lib/MailSo/Imap/ImapClient.php:1761
38c38
< [17:34:11.42][1963098a] IMAP[NOTICE]: exception 'MailSo\Imap\Exceptions\LoginBadCredentialsException' with message 'MailSo-Imap-Exceptions-LoginBadCredentialsException' in /var/www/afterlogic-webmail/vendor/afterlogic/mailso/lib/MailSo/Imap/ImapClient.php:288
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 08 June 2018 at 2:46am | IP Logged
|
|
|
That's a known issue and it was already corrected in repository, the fix will be included in the next product update of course.
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|