I am working in the sogo-Database now.
I found a database-update SQL-Script.
update sogo_folder_info set \
c_location = replace(c_location, 'OLD_PARAMETER', 'NEW_PARAMETER'), \
c_quick_location = replace(c_quick_location, 'OLD_PARAMETER', 'NEW_PARAMETER'), \
c_acl_location =...