On Sun, June 9, 2019 4:30 pm, Voytek Eymont via dovecot wrote:
On Sat, June 1, 2019 8:47 am, Voytek Eymont via dovecot wrote:
I'm still not sure what/where am I missing...?
do I need some tables in the mailbox sql file ...?
or where is the extra 'c' from ?
"Unknown column 'mailbox.enablesievec'"
I currently have like in mailbox table:
... enablelda | tinyint(1) | NO | MUL | 1 | | | enablemanagesieve | tinyint(1) | NO | MUL | 1 | | | enablemanagesievesecured | tinyint(1) | NO | MUL | 1 | | | enablesieve | tinyint(1) | NO | MUL | 1 | | | enablesievesecured | tinyint(1) | NO | MUL | 1 | | | enableinternal | tinyint(1) | NO | MUL | 1 | | ...
do I need to rename above columns to add 'c' ...?
I've created a new column as
| enablesievec | tinyint(1) | NO | | NULL
| |
+--------------------------+-----------------+------+-----+---------------------+-------+
54 rows in set (0.00 sec)
and, now, no error
# sievec -u voytek@sbt.net.au dovecot.sieve #
did the naming convention change from sieve to sievec, is this my problem?