Update trusty.xml
This commit is contained in:
@@ -502,7 +502,7 @@ user = <SQL_UNPRIVILEGED_USER>
|
|||||||
password = <SQL_UNPRIVILEGED_PASSWORD>
|
password = <SQL_UNPRIVILEGED_PASSWORD>
|
||||||
dbname = <SQL_DB>
|
dbname = <SQL_DB>
|
||||||
hosts = <SQL_HOST>
|
hosts = <SQL_HOST>
|
||||||
query = SELECT destination FROM mail_virtual WHERE email = '%s' AND trim(destination) <> ''
|
query = SELECT destination FROM mail_virtual AS v, panel_customers AS c WHERE c.customerid = v.customerid AND c.deactivated = 0 AND v.email = '%s' AND trim(v.destination) <> ''
|
||||||
]]>
|
]]>
|
||||||
</content>
|
</content>
|
||||||
</file>
|
</file>
|
||||||
|
|||||||
Reference in New Issue
Block a user