Hello Am 30.03.2016 um 10:01 schrieb "Thomas VIDAL" ([email protected]): > > I have a mail account [email protected], and created also an alias [email protected] > Sogo is using Mysql. > When a staff member send an appointment to [email protected] I can't add this > appointment to my calendar because my Sogo account is [email protected] > Is there a way to allow this ?? >
You could add another column in your MySQL table for this alias and enhance your SOGoUserSource accordingly Example: 1) Add column aliasMail in MySQL 2) fill it for your account with "[email protected]" 3) Add the following line to your SOGoUserSources MailFieldNames = ( "mail","aliasMail"); Kind regards, Christian Mack -- Christian Mack Universität Konstanz Kommunikations-, Informations-, Medienzentrum (KIM) Abteilung Basisdienste 78457 Konstanz +49 7531 88-4416
smime.p7s
Description: S/MIME Cryptographic Signature
