Hi Jovan Malesevic
On 09/25/2011 12:48 PM, Jovan Malesevic wrote: > On 3/15/2011 7:49 AM, Birger Brunswiek wrote: >> On 15 Mar 2011, at 03:43, CyberAngel <[email protected] >> <mailto:[email protected]>> wrote: >> >>> I have setup my LDAP for SOGo use and I have also setup some domain >>> and username aliases. >>> How can I setup SOGo to allow the users to choose the "mail from" >>> where to send? >> >> You Need to define the email addresses in the mail attribute of your >> ldap users. The SOGo web interface then allows users to choose from >> any of the addresses when composing emails. >> >> Cheers, >> Birger > How to do this? I'm using ClearOS 5.2 (Centos based distribution) and I > have webinterface in which I cannot do this - there is no such option. > Another way is to manually enter commands in console via SSH, but I dont > know how... Attribute "mail" from objectClass "inetOrgPerson" is multivalued per definition in LDAP. This means, you can add it multiple times to the same person. How this is done in your web interface I don't know, as you didn't specify which one you use. Per ssh you need ldapsearch to view entries and ldapadd/ldapmodify to add or change them. But be aware that you need sufficient rights for LDAP too, not only for ssh onto the server machine. Hope this helps a bit. Kind regards, Christian Mack -- Christian Mack Gruppe Informationsdienste Rechenzentrum Universität Konstanz -- [email protected] https://inverse.ca/sogo/lists
