Something went wrong while setting issue due date.
Add "Partage" capabilities with SYMPA
Closed
Add "Partage" capabilities with SYMPA
SYMPA is a great Mailing Liste manager it could create aliases corresponding to mailing inside LDAP tree or Partage API ( in thise cas we have to create a group which redirect mail @company.com to @lists.company.com) But some times we have to modify or customized some "cosmetic" values :
- Display Name
- Alias of a list
- display in global Catalog
I suggested the following things :
- make sympa as a fully independant FD plugin (not attached to Alias plugins)
- add a "Partage" tab in Sympa mailing list wich contains :
- name : name of the partage group (prefix of the list ,followed by the domain name manage by partage server ( no need of COS))
- server : server name of partage
- member : in fact only one adress : the real adress of sympa list : @lists.company.com
- Show in GAL : Yes/NO
- commentaire : Comment
In the same way, It could be useful to add the DisplayName inside the sympa tab
SO after editing the partage tab , a webcall is done on the API PARTAGE
- CreateGroup if the tab isn't fill
- ModifyGroup if tab is filled , but value has change ** AddGroupMembers : to add the member (only one in this case) ** RemoveGroupMembers : to delete the member (only one in this case) ** AddDistributionListAlias : add a alias list to this group ** RemoveDistributionListAlias : delete a alias list to this group
- DeleteGroup if the tab is deleted
(from redmine: issue id 5529, created on 2017-05-18, closed on 2017-06-15)
- Relations:
- copied_to #5594
- Changesets:
- Revision c83abf42 by Côme Chilliet on 2017-06-12T14:55:51.000Z:
Fixes #5529 Added PARTAGE tab for sympa aliases
- Revision 099ee74b by Côme Chilliet on 2017-06-13T08:23:07.000Z:
Fixes #5529 Added alternative addresses for partage sync (distributionlist alias)
- Revision 9892f3fd by Côme Chilliet on 2017-06-13T08:46:37.000Z:
Fixes #5529 Moved sympa plugin out of alias plugin
- Revision 6b67dfbb by Côme Chilliet on 2017-06-14T10:09:42.000Z:
Fixes #5529 Sync only one member with partage and fixed sendShareMessage value
- Custom Fields:
- Support contract: None
- Dolibarr project Name: PJ1701-0050