In the Installation Guide, pg 33, there's discussion of an SQL view/ table . . .
Certain database columns must be present in the view/table, such as: ▪ c_uid – will be used for authentication – it’s the username or [email protected] ▪ c_name – which can be identical to c_uid – will be used to uniquely identify entries ▪ c_password – password of the user, plain-text, md5 or sha encoded for now ▪ c_cn – the user’s common name – such as "John Doe" ▪ mail – the user’s mail address Am I to create such a table in MySQL by the name, "sogo_folder_info?" Or, is there another template to follow for MySQL or another way to create "sogo_folder_info?" -- [email protected] https://inverse.ca/sogo/lists
