Quantcast
Channel: iRedMail — iRedMail Support
Viewing all articles
Browse latest Browse all 43390

Re: upgrade broke something?

$
0
0
ZhangHuangbin wrote:

Does the user exist in SQL table "vmail.mailbox"? Try this:

sql> USE vmail;
sql> SELECT username, active FROM mailbox WHERE username='ryan@tcp3way.com';

Here it is, and one that is working for comparison:

 MariaDB [vmail]> SELECT username, active FROM mailbox WHERE username='ryan@tcp3way.com';
+------------------+--------+
| username         | active |
+------------------+--------+
| ryan@tcp3way.com |      1 |
+------------------+--------+
1 row in set (0.00 sec)
MariaDB [vmail]> SELECT username, active FROM mailbox WHERE username='ryan@ryanmilton.xyz';
+---------------------+--------+
| username            | active |
+---------------------+--------+
| ryan@ryanmilton.xyz |      1 |
+---------------------+--------+
1 row in set (0.00 sec)

Viewing all articles
Browse latest Browse all 43390

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>