Hi.

On 21-08-2015 10:55, Frank Soyer wrote:
Hey, me again ;)
now I need to use some aliases in the "from" field when sending mails in the webUI. For recall, I use Sogo with PostfixAdmin on a MariaDB database. Reading here and there, I found that the alias functionnality isn't totally handle at this time, but MailFiedNames can be a temporary alternative. (in fact, I have totally NOT understood how to use "SOGoMailCustomFromEnabled"... this will probably be the object of a later post ! For now, let try with MailFiedNames).

So, in the "mailbox" table of Postfixadmin, I added 2 fields "mail1", "mail2". I modify the sogo view as this :
CREATE VIEW  `sogo_users` AS SELECT local_part AS c_uid, username AS c_name, 
PASSWORD AS c_password, name AS c_cn, username AS mail, mail1, mail2, domain 
FROM  `mailbox`;
and in SOGoUserSources, I added
   MailFieldNames = ("mail1", "mail2");

Restarted sogod, logout/login with my user, but no more choices in "from" field... :'(

You also need to restart memcached in order to see the affects imminently.


Any idea ?
Thanks,
Frank

Regards
Christian Jensen

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to