mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-02-13 16:00:38 +00:00
Remove unused table, rename table
This commit is contained in:
@@ -2,4 +2,4 @@ user = mailcow
|
||||
password = mysafepasswd
|
||||
hosts = mysql
|
||||
dbname = mailcow
|
||||
query = SELECT maildir FROM mailbox WHERE username='%s' AND active = '1'
|
||||
query = SELECT maildir FROM mailbox WHERE username='%s' AND active = '1'
|
||||
|
||||
Reference in New Issue
Block a user