RainLoop can not login wityhDA mail accounts

Are you using full email account name to login? Anything in /var/log/maillog or RainLoop logs?
 
Are you using full email account name to login? Anything in /var/log/maillog or RainLoop logs?

Yes, I use only full email account. No logs om /var/log/maillog. On error when I wan't to log in i have "Authentication failed", I tested this emails in squirellmail and roundcube and works good.
 
Hello,

In admin area make sure you have

1. an asterisk * in a List of domains webmail is allowed to access, it is Domains section.
2. when editing domain's details for an asterisk * in a List of domains, you should have you hostname specified in fields Server for IMAP and SMTP if you use SSL/TLS/STARTTLS secured connections. And tests should be green.
3. a hostname set as a Default Domain in Login Screen section.

Feel free to send me screenshots of your settings or login details if you want me to check it for you. I wrote the guide for Poralix.
 
Hello,

In admin area make sure you have

1. an asterisk * in a List of domains webmail is allowed to access, it is Domains section.
2. when editing domain's details for an asterisk * in a List of domains, you should have you hostname specified in fields Server for IMAP and SMTP if you use SSL/TLS/STARTTLS secured connections. And tests should be green.
3. a hostname set as a Default Domain in Login Screen section.

Feel free to send me screenshots of your settings or login details if you want me to check it for you. I wrote the guide for Poralix.


Yes, of course I have all from your points checked.

RainLoop Domains settings
http://prntscr.com/o8nnbl

RainLoop Domain "*" settings (same as hostname)
http://prntscr.com/o8nnh0

I will send credentials in private message, thanks.
 
I did not find anything wrong in RainLoop settings. And login attempts in RainLoop are not shown in /var/log/maillog either as failed or successful. Roundcube works at the same time fine.

You might need to enable logging in RainLoop and check logs under /var/www/html/rainloop/data/_data_/_default_/logs/ for possible clues.
 
I did not find anything wrong in RainLoop settings. And login attempts in RainLoop are not shown in /var/log/maillog either as failed or successful. Roundcube works at the same time fine.

You might need to enable logging in RainLoop and check logs under /var/www/html/rainloop/data/_data_/_default_/logs/ for possible clues.

How to enable loggin in RainLoop?
 
check logs under /var/www/html/rainloop/data/_data_/_default_/logs/ for possible clues.

I found something in logs like this

[08:24:20.076][81c48480] INFO[NOTICE]: RainLoop\Exceptions\ClientException: AuthError[102] in /var/www/html/rainloop/data/_data_/_default_/plugins/white-list/index.php:25
Stack trace:

I remove a White-list plugin, and now RainLoop is working.
 
Good catch. RainLoop plugins White-list and Black-list have been released on 11.12.2013. And I believe they do not support PHP 7.x the first release of which occurred 2 years later on 03 Dec 2015. And you are running PHP 7.x, aren't you?

Anyway I'm glad you've managed to get it working.
 
Good catch. RainLoop plugins White-list and Black-list have been released on 11.12.2013. And I believe they do not support PHP 7.x the first release of which occurred 2 years later on 03 Dec 2015. And you are running PHP 7.x, aren't you?

Anyway I'm glad you've managed to get it working.

Me too, yes I'm using php in 7.3 version.
 
Back
Top