Odhiambo Washington <odhia...@gmail.com>, 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%7D@127.0.0.1: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/i...@mysite.com/Mail/0/folderINBOX/expunge app=SOGo
rqKey=so rqPath=i...@mysite.com/Mail/0/folderINBOX/expunge> (len=50): the
socket was shutdown

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

However, they're defined in my sogo.conf file.

Any clue for these?

Best regards,
Mark.

Reply via email to