Re: [SOGo] SOGoMailCustomEmail not taking effect

2019-08-26 Thread Christian Mack
Hello

With SOGoMailCustomEmail set to YES, you can go to "Preferences" ->
"Mail" -> "IMAP-Accounts" and edit the account setting "Email:".
This will set that email address in every new email sent.
It will not enhance the list of Aliases.
All aliases from the authentication source should be on that list.

That there is a truncated address, seems to indicate a bug in sogo.
You should open a bug report at http://sogo.nu/bugs/


Kind regards,
Christian Mack

Am 23.08.19 um 20:26 schrieb s...@ryanmccully.com:
> Hi
> 
>  
> 
> I've added the option "SOGoMailCustomEmail = YES" to my /etc/sogo/sogo.conf
> file and restarted the 'sogo' service but I still only have a dropdown in
> the sogo web interface for selecting a limited number of my total alias for
> my email account (it seems to cut them off as I have 56 total alias
> registered, the last one in the sogo from list is only partially shown).
> 
>  
> 
> Is there anyway around sogo cutting off the alias list or is
> SOGoMailCustomEmail the only option, if I can get that to work?
> 
>  
> 
> This is the web interface section of my sogo config:
> 
>  
> 
>   /* Web Interface */
> 
>   //SOGoPageTitle = SOGo;
> 
>   //SOGoVacationEnabled = YES;
> 
>   //SOGoForwardEnabled = YES;
> 
>   //SOGoSieveScriptsEnabled = YES;
> 
>   //SOGoMailAuxiliaryUserAccountsEnabled = YES;
> 
>   //SOGoTrustProxyAuthentication = NO;
> 
>   //SOGoXSRFValidationEnabled = YES;
> 
>   SOGoMailCustomEmail = YES;
> 
>  
> 
> Thanks
> 


-- 
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung Basisdienste
78457 Konstanz
+49 7531 88-4416



smime.p7s
Description: S/MIME Cryptographic Signature


[SOGo] SOGoMailCustomEmail not taking effect

2019-08-23 Thread s...@ryanmccully.com
Hi

 

I've added the option "SOGoMailCustomEmail = YES" to my /etc/sogo/sogo.conf
file and restarted the 'sogo' service but I still only have a dropdown in
the sogo web interface for selecting a limited number of my total alias for
my email account (it seems to cut them off as I have 56 total alias
registered, the last one in the sogo from list is only partially shown).

 

Is there anyway around sogo cutting off the alias list or is
SOGoMailCustomEmail the only option, if I can get that to work?

 

This is the web interface section of my sogo config:

 

  /* Web Interface */

  //SOGoPageTitle = SOGo;

  //SOGoVacationEnabled = YES;

  //SOGoForwardEnabled = YES;

  //SOGoSieveScriptsEnabled = YES;

  //SOGoMailAuxiliaryUserAccountsEnabled = YES;

  //SOGoTrustProxyAuthentication = NO;

  //SOGoXSRFValidationEnabled = YES;

  SOGoMailCustomEmail = YES;

 

Thanks

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] SOGoMailCustomEmail

2015-05-20 Thread Janis Hamme
Am 18.05.2015 um 09:25 schrieb Infoomatic:
> Hi,
> Is it possible to have several from-emails defined via SOGoMailCustomEmail?
>
> sogo-tool user-preferences set defaults myuser SOGoMailCustomEmail 
> '{"SOGoMailCustomEmail": ["user1@domain","support@domain","office@domain"]}'
>
> the above does not work, however with one email it works.
>
> regards,
> infoomatic
You can assign multiple Identities/Aliases via 'MailFieldNames' in the
configuration of your authentication source.
However it would be nice to have a list containing mail aliases instead
of having multiple fields containing on address each.

Janis
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Aw: Re: [SOGo] SOGoMailCustomEmail

2015-05-20 Thread Infoomatic
> >> the above does not work, however with one email it works.
> 
> SOGo doesn't currently support multiple values for this parameter, neither in 
> the frontend nor the backend. Associating an list of values to 
> SOGoMailCustomEmail through sogo-tool won't magically make it work.
> 

OK. Thanks for the info, just thought it should work because sogo-tool did not 
report an error. I opened a bug 0003216 before, so this could be seen as 
feature request.

regards,
infoomatic
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] SOGoMailCustomEmail

2015-05-20 Thread Francis Lachapelle

> On May 19, 2015, at 5:06 AM, Infoomatic  wrote:
> 
> could this be a bug? I mean one value is ok, but having several values does 
> not even show one in the web-ui ... if it's a bug I guess it sould not be too 
> much work for someone with insight to iterate through the options and fix the 
> bug...
> 
> 
> 
>> Gesendet: Montag, 18. Mai 2015 um 09:25 Uhr
>> Von: Infoomatic 
>> An: users@sogo.nu
>> Betreff: [SOGo] SOGoMailCustomEmail
>> 
>> Hi,
>> Is it possible to have several from-emails defined via SOGoMailCustomEmail?
>> 
>> sogo-tool user-preferences set defaults myuser SOGoMailCustomEmail 
>> '{"SOGoMailCustomEmail": ["user1@domain","support@domain","office@domain"]}'
>> 
>> the above does not work, however with one email it works.

SOGo doesn't currently support multiple values for this parameter, neither in 
the frontend nor the backend. Associating an list of values to 
SOGoMailCustomEmail through sogo-tool won't magically make it work.

Francis-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Aw: [SOGo] SOGoMailCustomEmail

2015-05-19 Thread Infoomatic
could this be a bug? I mean one value is ok, but having several values does not 
even show one in the web-ui ... if it's a bug I guess it sould not be too much 
work for someone with insight to iterate through the options and fix the bug...



> Gesendet: Montag, 18. Mai 2015 um 09:25 Uhr
> Von: Infoomatic 
> An: users@sogo.nu
> Betreff: [SOGo] SOGoMailCustomEmail
>
> Hi,
> Is it possible to have several from-emails defined via SOGoMailCustomEmail?
> 
> sogo-tool user-preferences set defaults myuser SOGoMailCustomEmail 
> '{"SOGoMailCustomEmail": ["user1@domain","support@domain","office@domain"]}'
> 
> the above does not work, however with one email it works.
> 
> regards,
> infoomatic
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists
> 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] SOGoMailCustomEmail

2015-05-18 Thread Alessio Fattorini



On 18/05/2015 09:25, Infoomatic wrote:

Hi,
Is it possible to have several from-emails defined via SOGoMailCustomEmail?



I want several from-emails defined by WebUI :-)

--
Alessio Fattorini
Nethesis srl - Pesaro (Italy)
--
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] SOGoMailCustomEmail

2015-05-18 Thread Infoomatic
Hi,
Is it possible to have several from-emails defined via SOGoMailCustomEmail?

sogo-tool user-preferences set defaults myuser SOGoMailCustomEmail 
'{"SOGoMailCustomEmail": ["user1@domain","support@domain","office@domain"]}'

the above does not work, however with one email it works.

regards,
infoomatic
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] SOGoMailCustomEMail and MailFieldNames problem

2015-05-04 Thread Szládovics Péter

2015-05-04 10:07 keltezéssel, Alessio Fattorini írta:

On 30/04/2015 16:56, Szládovics Péter wrote:

2015-04-30 14:31 keltezéssel, Alessio Fattorini írta:

I confirm this, if I set SOGoMailCustomEMail to an email address
already present into the "mail" array, Sogo doesn't save it.
If I set something like ales...@alla.com, see SOGoMailCustomEMail
saved correclty


Dear Alessio,

What is your SOGoMailCustomFromEnabled configuration value?

In the SOGo documentation:
/
Parameter used to allow or not users to specify//
//custom "From" addresses from SOGo\u2019s prefer-//
//ences panel.//
//Defaults NO when unset./

So, if you didn't set it to YES, or your config has it but with NO
value, then the behavior of SOGo is definitely normal.


Thanks for answer,

root@nethservice ~]# su -s '/bin/bash' -c 'defaults read' sogo | grep 
SOGoMailCustomFromEnabled


sogod SOGoMailCustomFromEnabled YES


and this is my ldap configuration
mail: alessio.fattor...@nethesis.it
mail: ales...@nethesis.it


Hi Alessio,

This is a simlink to the sogo user's GNUstep or not?
Please try this

(as root):
sudo -u sogo defaults read sogo | grep 

(or as sogo):
deafults read sogo | grep ...

If the result is differs than root's settings, then your system is 
misconfigured.
The best practice is create a symlink from the sogo user's ~/GNUstep to 
root's ~/GNUstep as root (ln -s ~sogo/GNUstep ~GNUstep).


Other reason the different configs (GNUstep and sogo.conf).
Please do this (as root):

sudo -u sogo sogo-tool dump-defaults >/etc/sogo/sogo.conf
service sogo restart

Peti
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] SOGoMailCustomEMail and MailFieldNames problem

2015-05-04 Thread Alessio Fattorini




On 30/04/2015 16:56, Szládovics Péter wrote:

2015-04-30 14:31 keltezéssel, Alessio Fattorini írta:

I confirm this, if I set SOGoMailCustomEMail to an email address
already present into the "mail" array, Sogo doesn't save it.
If I set something like ales...@alla.com, see SOGoMailCustomEMail
saved correclty


Dear Alessio,

What is your SOGoMailCustomFromEnabled configuration value?

In the SOGo documentation:
/
Parameter used to allow or not users to specify//
//custom "From" addresses from SOGo\u2019s prefer-//
//ences panel.//
//Defaults NO when unset./

So, if you didn't set it to YES, or your config has it but with NO
value, then the behavior of SOGo is definitely normal.


Thanks for answer,

root@nethservice ~]# su -s '/bin/bash' -c 'defaults read' sogo | grep 
SOGoMailCustomFromEnabled


sogod SOGoMailCustomFromEnabled YES


and this is my ldap configuration
mail: alessio.fattor...@nethesis.it
mail: ales...@nethesis.it


--
Alessio Fattorini
Nethesis srl - Pesaro (Italy)
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] SOGoMailCustomEMail and MailFieldNames problem

2015-04-30 Thread Szládovics Péter

2015-04-30 14:31 keltezéssel, Alessio Fattorini írta:
I confirm this, if I set SOGoMailCustomEMail to an email address 
already present into the "mail" array, Sogo doesn't save it.
If I set something like ales...@alla.com, see SOGoMailCustomEMail 
saved correclty


Dear Alessio,

What is your SOGoMailCustomFromEnabled configuration value?

In the SOGo documentation:
/
Parameter used to allow or not users to specify//
//custom "From" addresses from SOGo\u2019s prefer-//
//ences panel.//
//Defaults NO when unset./

So, if you didn't set it to YES, or your config has it but with NO 
value, then the behavior of SOGo is definitely normal.

--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] SOGoMailCustomEMail and MailFieldNames problem

2015-04-30 Thread Alessio Fattorini
I confirm this, if I set SOGoMailCustomEMail to an email address already 
present into the "mail" array, Sogo doesn't save it.
If I set something like ales...@alla.com, see SOGoMailCustomEMail saved 
correclty



On 30/04/2015 12:24, Alessio Fattorini wrote:

In my ldap I have this configuration:

mail: ales...@alla.it
mail: ales...@nethesis.com
mail: ales...@nethesis.it

so when I compose a new email SOGo suggests me all addresses
(alpahabetically ordered) and  ales...@alla.it is selected by default.

But just one of them is right and public known, it's the preferred, the
second for example.
How can I select a preferred one? Selected by default.

In my case SOGoMailCustomEMail is YES but if i fill out
ales...@nethesis.com into my user preferences, SOGo ignores it.
Any hint?



--
Alessio Fattorini
Nethesis srl - Pesaro (Italy)
--
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] SOGoMailCustomEMail and MailFieldNames problem

2015-04-30 Thread Alessio Fattorini

In my ldap I have this configuration:

mail: ales...@alla.it
mail: ales...@nethesis.com
mail: ales...@nethesis.it

so when I compose a new email SOGo suggests me all addresses 
(alpahabetically ordered) and  ales...@alla.it is selected by default.


But just one of them is right and public known, it's the preferred, the 
second for example.

How can I select a preferred one? Selected by default.

In my case SOGoMailCustomEMail is YES but if i fill out 
ales...@nethesis.com into my user preferences, SOGo ignores it.

Any hint?

--
Alessio Fattorini
Nethesis srl - Pesaro (Italy)
--
users@sogo.nu
https://inverse.ca/sogo/lists