So ab...@kasdivi.com is an alias, not a user.  You can't login with an alias 
because
your user_query is looking at the`mailbox` table.

Have your tried logging in as:

ad...@theoceanwindow.com

OR
you could put an entry forab...@kasdivi.com in your `mailbox` table.

Bill

On 10/12/2017 11:24 AM, jason hirsh wrote:

"Do you have an SQL entry for ab...@kasdivi.com <mailto:ab...@kasdivi.com> ?

Bill”


One of my first thoughts


mysql> SELECT `address`, `domain`, `goto` FROM `alias` LIMIT 8;
+-------------------------------+--------------------+--------------------------+
| address                       | domain             | goto                     
|
+-------------------------------+--------------------+--------------------------+
| ab...@theoceanwindow.com      | theoceanwindow.com | ad...@theoceanwindow.com 
|
| hostmas...@theoceanwindow.com | theoceanwindow.com | ad...@theoceanwindow.com 
|
| postmas...@theoceanwindow.com | theoceanwindow.com | ad...@theoceanwindow.com 
|
| webmas...@theoceanwindow.com  | theoceanwindow.com | ad...@theoceanwindow.com 
|
| ja...@theoceanwindow.com      | theoceanwindow.com | ja...@theoceanwindow.com 
|
| ad...@theoceanwindow.com      | theoceanwindow.com | ad...@theoceanwindow.com 
|
| t...@theoceanwindow.com       | theoceanwindow.com | t...@theoceanwindow.com  
|
| ab...@kasdivi.com             | kasdivi.com        | ad...@theoceanwindow.com 
|
+-------------------------------+--------------------+--------------------------+
8 rows in set (0.00 sec)

Reply via email to