1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-22 06:11:32 +00:00

dovecot: rechanged id type from uuid to string

This commit is contained in:
DerLinkman
2025-08-19 15:44:15 +02:00
parent 73f0c61a0e
commit dd17e8c0b6

View File

@@ -82,7 +82,6 @@ dict_map priv/sieve/name/\$script_name {
sql_table = sieve_before sql_table = sieve_before
username_field = username username_field = username
value_field id { value_field id {
type = uuid
} }
# The script name field in the table to query # The script name field in the table to query
@@ -109,7 +108,6 @@ dict_map priv/sieve/name/\$script_name {
sql_table = sieve_after sql_table = sieve_after
username_field = username username_field = username
value_field id { value_field id {
type = uuid
} }
key_field script_name { key_field script_name {
value = \$script_name value = \$script_name