1

Topic: Sogo + IredMail sharing mail folders?

Debian 6
IredMail 0.7.4 (LDAP) w/ Admin-Pro
Sogo 1.3.12

I followed the integration cookbook here:
http://www.iredmail.org/wiki/index.php? … DAP/Debian


I’ve been working on mail folder sharing for a few days. I can get mail folder sharing to work by changing the Sogo usersources UIDFieldName to mail, but I’m a little worried about what ramifications this may have with other Sogo processes.

Anyone get folder sharing to work?

Thanks,
Mark

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Sogo + IredMail sharing mail folders?

This is how folder sharing working in iRedMail:
http://iredmail.org/wiki/index.php?titl … MAP.Folder

Hope it helps.

3

Re: Sogo + IredMail sharing mail folders?

The issue is that when creating a share via the Sogo Web client, the mail address is inserted as the from_user, but the UID is inserted as the to_user:

mysql> SELECT * FROM share_folder;
+---------------------+---------+-------+
| from_user           | to_user | dummy |
+---------------------+---------+-------+
| user1@domain.com  | user2    | 1     |

I can get it to work by changing the Sogo UIDFieldName to mail. I don’t think that this is a problem, I was just looking for a better way.

Thanks for everything,
Mark

4

Re: Sogo + IredMail sharing mail folders?

Maybe you can create some kind of MySQL trigger to insert correct value of to_user.