On Sunday, February 18, 2024 22:28 CET, Mark <[email protected]> wrote:
> Odhiambo Washington <[email protected]>, wrote: > > > You just need the password field. The password scheme does not matter. > > You can name the VIEW anything you want. Just make sure you use whatever > > you name it in the SOGoUserSources block in sogo.conf: > > SOGoUserSources = > > ( > > { > > type = sql; > > id = directory; > > viewURL = "mysql:// > > DBUSERNAME:{userpassword}@127.0.0.1:3306/DBNAME/ > > <http://DBUSERNAME:%7Buserpassword%[email protected]:3306/DBNAME/>*VIEW_NAME*"; > > canAuthenticate = YES; > > isAddressBook = YES; > > userPasswordAlgorithm = blf-crypt; > > } > > ); > > > > Mr. Odhiambo, and all, thank you all very much for your help, I really > appreciate it, > I now have a fully working -well it seems- SOGo webmail by your help. > > The two things I'd like to solve are; > > I have in my sogo.log file; > > [ERROR] <0x0x53075b5bb68[WOHttpTransaction]> > client disconnected during delivery of response for > <WORequest[0x0x5303d573308]: > method=POST uri=/SOGo/so/[email protected]/Mail/0/folderINBOX/expunge app=SOGo > rqKey=so [email protected]/Mail/0/folderINBOX/expunge> (len=50): the > socket was shutdown > is [email protected] your e-mail there? Or is there something still not yet configured? In any case, this is now getting off-topic, and might be better asked on the SOGo mailing lists. > Each time I refresh the browser page (while SOGo inbox is open). > > It happens every time, every refresh adds such an error line in the > sogo.log file, and changing browsers did not help. > > And I have too many; > "Loading two versions of" lines, like; > > Loading two versions of SOGoTrashFolder. The class that will be used is > undefined > Loading two versions of SOGoMailFolder. The class that will be used is > undefined > Loading two versions of SOGoSpecialMailFolder. The class that will be used > is undefined these warnings can be ignored. Sebastian > > However, they're defined in my sogo.conf file. > > Any clue for these? > > Best regards, > Mark.

