You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have nginx, not apache (and in fact plan to disable it and manage cli-only
path is set correctly (email-manage.py does not throw path-related error)
iRedMail-0.9.4
Trying to run
email-manage.py -l
gives
Domains
Traceback (most recent call last):
File "/usr/local/sbin/email-manage.py", line 456, in
search_database(args.domain, args.mailbox, args.search_string)
File "/usr/local/sbin/email-manage.py", line 82, in search_database
sql = "SELECT domain, description, transport, case when backupmx then 'yes' else 'no' end as 'Backup MX' FROM domain WHERE domain like '%" + search_string + "%'"
TypeError: cannot concatenate 'str' and 'bool' objects
The text was updated successfully, but these errors were encountered:
Trying to run
email-manage.py -l
gives
Domains
Traceback (most recent call last):
File "/usr/local/sbin/email-manage.py", line 456, in
search_database(args.domain, args.mailbox, args.search_string)
File "/usr/local/sbin/email-manage.py", line 82, in search_database
sql = "SELECT domain, description, transport, case when backupmx then 'yes' else 'no' end as 'Backup MX' FROM domain WHERE domain like '%" + search_string + "%'"
TypeError: cannot concatenate 'str' and 'bool' objects
The text was updated successfully, but these errors were encountered: