Hermes-Secure-Email-Gateway icon indicating copy to clipboard operation
Hermes-Secure-Email-Gateway copied to clipboard

Unknown column 'queue_type' in 'field list' on Build-220410

Open deeztek opened this issue 2 years ago • 1 comments

When navigating to System --> Mail Queue the system throws the following error:

Unknown column 'queue_type' in 'field list'
--
SQL | insert into postfix_queue(trans_id, msg_id, queue_type)values('dXFq2Yrl', '83261121B3E', 'N/A')

This is caused by missing column in the postfix_queue table in the build-220410 release.

deeztek avatar Jun 06 '22 19:06 deeztek

Patch to fix issue is available here: https://github.com/deeztek/Hermes-Secure-Email-Gateway/blob/master/patches/fb7d8e3_issue_29.sh

Download the script patch and run in your console as root.

deeztek avatar Jun 06 '22 20:06 deeztek