R: R: R: [SOGo] sogo configuration file

2015-09-17 Thread Daniele Borini
Trying with:
su - sogo -s /bin/bash
and 
defaults write sogod SOGoSieveScriptsEnabled "YES"

worked fine, it writes config statements in
/home/sogo/GNUstep/Defaults/sogod.plist
sogo uses that configuration file which is in "XML" format:
...
SOGoMailAuxiliaryUserAccountsEnabled
NO
...

Now, i'll try to change that file for my need even if it's quite strange
we're not able to use /etc/sogo/sogo.conf.

thanks



Daniele Borini


Via Provinciale per Sacca, 55 - 43052 - Colorno - Italy 
tel +39 0521319316 
fax +39 0521319322 
borini-effegidi.it
e-mail d.bor...@effegidi.it 
www.effegidi.it 
Prima di stampare,pensa all'ambiente ** Think about the environment before
printing 


-Messaggio originale-
Da: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] Per conto di Chris
Coleman
Inviato: mercoledì 16 settembre 2015 17:36
A: users@sogo.nu
Oggetto: Re: R: R: [SOGo] sogo configuration file



On 9/16/2015 2:13 AM, Daniele Borini wrote:
> I did,
> firstly i dumped sogo con into sogo.conf file:
> sudo -u sogo sogo-tool dump-defaults > /etc/sogo/sogo.conf
>
> then i changed something into /etc/sogo/sogo.conf file like 
> WOWorkersCount from 10 to 11 and WOLogFile from sogo.log to sogoo.log.
> restarting sogo with /etc/init.d/sogo restart checked running sogo 
> configuration with sudo -u sogo sogo-tool dump-defaults but nothing 
> changed from the original configuration.
>
>
>
> Daniele Borini
>
>
> Via Provinciale per Sacca, 55 - 43052 - Colorno - Italy tel +39 
> 0521319316 fax +39 0521319322 borini-effegidi.it e-mail 
> d.bor...@effegidi.it www.effegidi.it Prima di stampare,pensa 
> all'ambiente ** Think about the environment before printing
>
>
> -Messaggio originale-
> Da: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] Per conto di 
> Chris Coleman
> Inviato: martedì 15 settembre 2015 17:00
> A: users@sogo.nu
> Oggetto: Re: R: [SOGo] sogo configuration file
>
> On 9/15/2015 3:48 AM, Daniele Borini wrote:
>> No way,
>> i tried to change /usr/.GNUStepDefaults rebooting server but sogo 
>> doesn't accept changes i really don't know where configuration file is.
>>
>> Daniele Borini
>>
>>
>> Via Provinciale per Sacca, 55 - 43052 - Colorno - Italy tel +39
>> 0521319316 fax +39 0521319322 borini-effegidi.it e-mail 
>> d.bor...@effegidi.it www.effegidi.it Prima di stampare,pensa 
>> all'ambiente ** Think about the environment before printing
>>
>>
>> -Messaggio originale-
>> Da: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] Per conto di 
>> Christian Mack
>> Inviato: lunedì 14 settembre 2015 16:46
>> A: users@sogo.nu
>> Oggetto: Re: [SOGo] sogo configuration file
>>
>> Hello
>>
>> Am 11.09.2015 um 14:01 schrieb Daniele Borini:
>>> i’m changing sogo configuration, expecially user sourcers part due 
>>> to mailserver changes.
>>>
>>> I need to swtich from ldap auth to mysql auth.
>>>
>>> I’m really not able to find where configuration file is.
>>>
>>> In /etc/sogo/sogo.conf  almost everything is commented.
>>>
>>> In /home/sogo/GNUstep/Defaults/ there isn’t .GNUstepDefaults file
>>>
>>> I’ve found .GNUstepDefaults in /usr but i can’t see changes i’ve 
>>> made from sogo webmin module configuration.
>>>
>>>
>>>
>>> Can someone help me please?
>>>
>> Which version of SOGo are you using?
>>
>> What does the following command give you?
>> sudo -u sogo /usr/sbin/sogo-tool dump-defaults
>>
>> What is uncommented in your sogo.conf file?
>>
>>
>> Kind regards,
>> Christian Mack
>>
> The GNUstep defaults is for the old version of SOGo.
> The SOGo webmin module is changing settings in the old place, in the 
> "GNUstep defaults" location.
> The new versions of SOGo use /etc/sogo/sogo.conf text file.
> Assuming you're using a recent version of SOGo, this should explain 
> why your settings seem to be having no effect.
> You need to edit the file /etc/sogo/sogo.conf !
> Try and reply to the list with your results.
>
> --
> users@sogo.nu
> https://inverse.ca/sogo/lists

Hello Daniele,


If you look at the Installation Guide, Upgrading section, page 61

http://www.sogo.nu/files/docs/SOGo%20Installation%20Guide.pdf

"2.0.5
The configuration is now stored in /etc/sogo/sogo.conf. Perform the
following commands as root to migrate your previous user defaults:

install -d -m 750 -o sogo -g sogo /etc/sogo sudo -u sogo sogo-tool
dump-defaults > /etc/sogo/sogo.conf chown root:sogo /etc/sogo/sogo.conf
chmod 640 /etc/sogo/sogo.conf sudo -u sogo mv
~/GNUstep/Defaults/.GNUstepDefaults \
~/GNUstep/Defaults/GNUstepDefaults.old
"

See if that works. Reply back to list with results.

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

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

R: R: R: [SOGo] sogo configuration file

2015-09-17 Thread Daniele Borini
Hi Christian,
i did what you've suggested but it didn't worked at all. 
i think i'll try to  reinstall sogo to get this problem solved.

Daniele Borini


Via Provinciale per Sacca, 55 - 43052 - Colorno - Italy 
tel +39 0521319316 
fax +39 0521319322 
borini-effegidi.it
e-mail d.bor...@effegidi.it 
www.effegidi.it 
Prima di stampare,pensa all'ambiente ** Think about the environment before
printing 


-Messaggio originale-
Da: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] Per conto di Chris
Coleman
Inviato: mercoledì 16 settembre 2015 17:36
A: users@sogo.nu
Oggetto: Re: R: R: [SOGo] sogo configuration file



On 9/16/2015 2:13 AM, Daniele Borini wrote:
> I did,
> firstly i dumped sogo con into sogo.conf file:
> sudo -u sogo sogo-tool dump-defaults > /etc/sogo/sogo.conf
>
> then i changed something into /etc/sogo/sogo.conf file like 
> WOWorkersCount from 10 to 11 and WOLogFile from sogo.log to sogoo.log.
> restarting sogo with /etc/init.d/sogo restart checked running sogo 
> configuration with sudo -u sogo sogo-tool dump-defaults but nothing 
> changed from the original configuration.
>
>
>
> Daniele Borini
>
>
> Via Provinciale per Sacca, 55 - 43052 - Colorno - Italy tel +39 
> 0521319316 fax +39 0521319322 borini-effegidi.it e-mail 
> d.bor...@effegidi.it www.effegidi.it Prima di stampare,pensa 
> all'ambiente ** Think about the environment before printing
>
>
> -Messaggio originale-
> Da: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] Per conto di 
> Chris Coleman
> Inviato: martedì 15 settembre 2015 17:00
> A: users@sogo.nu
> Oggetto: Re: R: [SOGo] sogo configuration file
>
> On 9/15/2015 3:48 AM, Daniele Borini wrote:
>> No way,
>> i tried to change /usr/.GNUStepDefaults rebooting server but sogo 
>> doesn't accept changes i really don't know where configuration file is.
>>
>> Daniele Borini
>>
>>
>> Via Provinciale per Sacca, 55 - 43052 - Colorno - Italy tel +39
>> 0521319316 fax +39 0521319322 borini-effegidi.it e-mail 
>> d.bor...@effegidi.it www.effegidi.it Prima di stampare,pensa 
>> all'ambiente ** Think about the environment before printing
>>
>>
>> -Messaggio originale-
>> Da: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] Per conto di 
>> Christian Mack
>> Inviato: lunedì 14 settembre 2015 16:46
>> A: users@sogo.nu
>> Oggetto: Re: [SOGo] sogo configuration file
>>
>> Hello
>>
>> Am 11.09.2015 um 14:01 schrieb Daniele Borini:
>>> i’m changing sogo configuration, expecially user sourcers part due 
>>> to mailserver changes.
>>>
>>> I need to swtich from ldap auth to mysql auth.
>>>
>>> I’m really not able to find where configuration file is.
>>>
>>> In /etc/sogo/sogo.conf  almost everything is commented.
>>>
>>> In /home/sogo/GNUstep/Defaults/ there isn’t .GNUstepDefaults file
>>>
>>> I’ve found .GNUstepDefaults in /usr but i can’t see changes i’ve 
>>> made from sogo webmin module configuration.
>>>
>>>
>>>
>>> Can someone help me please?
>>>
>> Which version of SOGo are you using?
>>
>> What does the following command give you?
>> sudo -u sogo /usr/sbin/sogo-tool dump-defaults
>>
>> What is uncommented in your sogo.conf file?
>>
>>
>> Kind regards,
>> Christian Mack
>>
> The GNUstep defaults is for the old version of SOGo.
> The SOGo webmin module is changing settings in the old place, in the 
> "GNUstep defaults" location.
> The new versions of SOGo use /etc/sogo/sogo.conf text file.
> Assuming you're using a recent version of SOGo, this should explain 
> why your settings seem to be having no effect.
> You need to edit the file /etc/sogo/sogo.conf !
> Try and reply to the list with your results.
>
> --
> users@sogo.nu
> https://inverse.ca/sogo/lists

Hello Daniele,


If you look at the Installation Guide, Upgrading section, page 61

http://www.sogo.nu/files/docs/SOGo%20Installation%20Guide.pdf

"2.0.5
The configuration is now stored in /etc/sogo/sogo.conf. Perform the
following commands as root to migrate your previous user defaults:

install -d -m 750 -o sogo -g sogo /etc/sogo sudo -u sogo sogo-tool
dump-defaults > /etc/sogo/sogo.conf chown root:sogo /etc/sogo/sogo.conf
chmod 640 /etc/sogo/sogo.conf sudo -u sogo mv
~/GNUstep/Defaults/.GNUstepDefaults \
~/GNUstep/Defaults/GNUstepDefaults.old
"

See if that works. Reply back to list with results.

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

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

Re: R: R: R: [SOGo] sogo configuration file

2015-09-17 Thread Chris Coleman

What version of sogo are you on ?

On 9/17/2015 2:27 AM, Daniele Borini wrote:

Trying with:
su - sogo -s /bin/bash
and
defaults write sogod SOGoSieveScriptsEnabled "YES"

worked fine, it writes config statements in
/home/sogo/GNUstep/Defaults/sogod.plist
sogo uses that configuration file which is in "XML" format:
...
SOGoMailAuxiliaryUserAccountsEnabled
 NO
...

Now, i'll try to change that file for my need even if it's quite strange
we're not able to use /etc/sogo/sogo.conf.

thanks



Daniele Borini


Via Provinciale per Sacca, 55 - 43052 - Colorno - Italy
tel +39 0521319316
fax +39 0521319322
borini-effegidi.it
e-mail d.bor...@effegidi.it
www.effegidi.it
Prima di stampare,pensa all'ambiente ** Think about the environment before
printing


-Messaggio originale-
Da: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] Per conto di Chris
Coleman
Inviato: mercoledì 16 settembre 2015 17:36
A: users@sogo.nu
Oggetto: Re: R: R: [SOGo] sogo configuration file



On 9/16/2015 2:13 AM, Daniele Borini wrote:

I did,
firstly i dumped sogo con into sogo.conf file:
sudo -u sogo sogo-tool dump-defaults > /etc/sogo/sogo.conf

then i changed something into /etc/sogo/sogo.conf file like
WOWorkersCount from 10 to 11 and WOLogFile from sogo.log to sogoo.log.
restarting sogo with /etc/init.d/sogo restart checked running sogo
configuration with sudo -u sogo sogo-tool dump-defaults but nothing
changed from the original configuration.



Daniele Borini


Via Provinciale per Sacca, 55 - 43052 - Colorno - Italy tel +39
0521319316 fax +39 0521319322 borini-effegidi.it e-mail
d.bor...@effegidi.it www.effegidi.it Prima di stampare,pensa
all'ambiente ** Think about the environment before printing


-Messaggio originale-
Da: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] Per conto di
Chris Coleman
Inviato: martedì 15 settembre 2015 17:00
A: users@sogo.nu
Oggetto: Re: R: [SOGo] sogo configuration file

On 9/15/2015 3:48 AM, Daniele Borini wrote:

No way,
i tried to change /usr/.GNUStepDefaults rebooting server but sogo
doesn't accept changes i really don't know where configuration file is.

Daniele Borini


Via Provinciale per Sacca, 55 - 43052 - Colorno - Italy tel +39
0521319316 fax +39 0521319322 borini-effegidi.it e-mail
d.bor...@effegidi.it www.effegidi.it Prima di stampare,pensa
all'ambiente ** Think about the environment before printing


-Messaggio originale-
Da: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] Per conto di
Christian Mack
Inviato: lunedì 14 settembre 2015 16:46
A: users@sogo.nu
Oggetto: Re: [SOGo] sogo configuration file

Hello

Am 11.09.2015 um 14:01 schrieb Daniele Borini:

i’m changing sogo configuration, expecially user sourcers part due
to mailserver changes.

I need to swtich from ldap auth to mysql auth.

I’m really not able to find where configuration file is.

In /etc/sogo/sogo.conf  almost everything is commented.

In /home/sogo/GNUstep/Defaults/ there isn’t .GNUstepDefaults file

I’ve found .GNUstepDefaults in /usr but i can’t see changes i’ve
made from sogo webmin module configuration.




Can someone help me please?


Which version of SOGo are you using?

What does the following command give you?
sudo -u sogo /usr/sbin/sogo-tool dump-defaults

What is uncommented in your sogo.conf file?


Kind regards,
Christian Mack


The GNUstep defaults is for the old version of SOGo.
The SOGo webmin module is changing settings in the old place, in the
"GNUstep defaults" location.
The new versions of SOGo use /etc/sogo/sogo.conf text file.
Assuming you're using a recent version of SOGo, this should explain
why your settings seem to be having no effect.
You need to edit the file /etc/sogo/sogo.conf !
Try and reply to the list with your results.

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

Hello Daniele,


If you look at the Installation Guide, Upgrading section, page 61

http://www.sogo.nu/files/docs/SOGo%20Installation%20Guide.pdf

"2.0.5
The configuration is now stored in /etc/sogo/sogo.conf. Perform the
following commands as root to migrate your previous user defaults:

install -d -m 750 -o sogo -g sogo /etc/sogo sudo -u sogo sogo-tool
dump-defaults > /etc/sogo/sogo.conf chown root:sogo /etc/sogo/sogo.conf
chmod 640 /etc/sogo/sogo.conf sudo -u sogo mv
~/GNUstep/Defaults/.GNUstepDefaults \
 ~/GNUstep/Defaults/GNUstepDefaults.old
"

See if that works. Reply back to list with results.

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



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


R: Re: R: R: R: [SOGo] sogo configuration file

2015-09-17 Thread daniele Borini
Just update to the latest stable one. 

 Messaggio originale 
Da: Chris Coleman <ch...@espacenetworks.com> 
Data: 17/09/2015  17:42  (GMT+01:00) 
A: users@sogo.nu 
Oggetto: Re: R: R: R: [SOGo] sogo configuration file 

What version of sogo are you on ?

On 9/17/2015 2:27 AM, Daniele Borini wrote:
> Trying with:
> su - sogo -s /bin/bash
> and
> defaults write sogod SOGoSieveScriptsEnabled "YES"
>
> worked fine, it writes config statements in
> /home/sogo/GNUstep/Defaults/sogod.plist
> sogo uses that configuration file which is in "XML" format:
> ...
> SOGoMailAuxiliaryUserAccountsEnabled
>  NO
> ...
>
> Now, i'll try to change that file for my need even if it's quite strange
> we're not able to use /etc/sogo/sogo.conf.
>
> thanks
>
>
>
> Daniele Borini
>
>
> Via Provinciale per Sacca, 55 - 43052 - Colorno - Italy
> tel +39 0521319316
> fax +39 0521319322
> borini-effegidi.it
> e-mail d.bor...@effegidi.it
> www.effegidi.it
> Prima di stampare,pensa all'ambiente ** Think about the environment before
> printing
>
>
> -Messaggio originale-
> Da: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] Per conto di Chris
> Coleman
> Inviato: mercoledì 16 settembre 2015 17:36
> A: users@sogo.nu
> Oggetto: Re: R: R: [SOGo] sogo configuration file
>
>
>
> On 9/16/2015 2:13 AM, Daniele Borini wrote:
>> I did,
>> firstly i dumped sogo con into sogo.conf file:
>> sudo -u sogo sogo-tool dump-defaults > /etc/sogo/sogo.conf
>>
>> then i changed something into /etc/sogo/sogo.conf file like
>> WOWorkersCount from 10 to 11 and WOLogFile from sogo.log to sogoo.log.
>> restarting sogo with /etc/init.d/sogo restart checked running sogo
>> configuration with sudo -u sogo sogo-tool dump-defaults but nothing
>> changed from the original configuration.
>>
>>
>>
>> Daniele Borini
>>
>>
>> Via Provinciale per Sacca, 55 - 43052 - Colorno - Italy tel +39
>> 0521319316 fax +39 0521319322 borini-effegidi.it e-mail
>> d.bor...@effegidi.it www.effegidi.it Prima di stampare,pensa
>> all'ambiente ** Think about the environment before printing
>>
>>
>> -Messaggio originale-
>> Da: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] Per conto di
>> Chris Coleman
>> Inviato: martedì 15 settembre 2015 17:00
>> A: users@sogo.nu
>> Oggetto: Re: R: [SOGo] sogo configuration file
>>
>> On 9/15/2015 3:48 AM, Daniele Borini wrote:
>>> No way,
>>> i tried to change /usr/.GNUStepDefaults rebooting server but sogo
>>> doesn't accept changes i really don't know where configuration file is.
>>>
>>> Daniele Borini
>>>
>>>
>>> Via Provinciale per Sacca, 55 - 43052 - Colorno - Italy tel +39
>>> 0521319316 fax +39 0521319322 borini-effegidi.it e-mail
>>> d.bor...@effegidi.it www.effegidi.it Prima di stampare,pensa
>>> all'ambiente ** Think about the environment before printing
>>>
>>>
>>> -Messaggio originale-
>>> Da: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] Per conto di
>>> Christian Mack
>>> Inviato: lunedì 14 settembre 2015 16:46
>>> A: users@sogo.nu
>>> Oggetto: Re: [SOGo] sogo configuration file
>>>
>>> Hello
>>>
>>> Am 11.09.2015 um 14:01 schrieb Daniele Borini:
>>>> i’m changing sogo configuration, expecially user sourcers part due
>>>> to mailserver changes.
>>>>
>>>> I need to swtich from ldap auth to mysql auth.
>>>>
>>>> I’m really not able to find where configuration file is.
>>>>
>>>> In /etc/sogo/sogo.conf  almost everything is commented.
>>>>
>>>> In /home/sogo/GNUstep/Defaults/ there isn’t .GNUstepDefaults file
>>>>
>>>> I’ve found .GNUstepDefaults in /usr but i can’t see changes i’ve
>>>> made from sogo webmin module configuration.
>>>>
>>>> 
>>>>
>>>> Can someone help me please?
>>>>
>>> Which version of SOGo are you using?
>>>
>>> What does the following command give you?
>>> sudo -u sogo /usr/sbin/sogo-tool dump-defaults
>>>
>>> What is uncommented in your sogo.conf file?
>>>
>>>
>>> Kind regards,
>>> Christian Mack
>>>
>> The GNUstep defaults is for the old version of SOGo.
>> The SOGo webmin module is changing settings in the old place, in the
>> "GNUstep defaults" location.
>> The new versio

R: R: [SOGo] sogo configuration file

2015-09-16 Thread Daniele Borini
I did, 
firstly i dumped sogo con into sogo.conf file: 
sudo -u sogo sogo-tool dump-defaults > /etc/sogo/sogo.conf

then i changed something into /etc/sogo/sogo.conf file like WOWorkersCount
from 10 to 11 and WOLogFile from sogo.log to sogoo.log.
restarting sogo with /etc/init.d/sogo restart
checked running sogo configuration with sudo -u sogo sogo-tool dump-defaults
but nothing changed from the original configuration.



Daniele Borini


Via Provinciale per Sacca, 55 - 43052 - Colorno - Italy 
tel +39 0521319316 
fax +39 0521319322 
borini-effegidi.it
e-mail d.bor...@effegidi.it 
www.effegidi.it 
Prima di stampare,pensa all'ambiente ** Think about the environment before
printing 


-Messaggio originale-
Da: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] Per conto di Chris
Coleman
Inviato: martedì 15 settembre 2015 17:00
A: users@sogo.nu
Oggetto: Re: R: [SOGo] sogo configuration file

On 9/15/2015 3:48 AM, Daniele Borini wrote:
> No way,
> i tried to change /usr/.GNUStepDefaults rebooting server but sogo 
> doesn't accept changes i really don't know where configuration file is.
>
> Daniele Borini
>
>
> Via Provinciale per Sacca, 55 - 43052 - Colorno - Italy tel +39 
> 0521319316 fax +39 0521319322 borini-effegidi.it e-mail 
> d.bor...@effegidi.it www.effegidi.it Prima di stampare,pensa 
> all'ambiente ** Think about the environment before printing
>
>
> -Messaggio originale-
> Da: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] Per conto di 
> Christian Mack
> Inviato: lunedì 14 settembre 2015 16:46
> A: users@sogo.nu
> Oggetto: Re: [SOGo] sogo configuration file
>
> Hello
>
> Am 11.09.2015 um 14:01 schrieb Daniele Borini:
>> i’m changing sogo configuration, expecially user sourcers part due to 
>> mailserver changes.
>>
>> I need to swtich from ldap auth to mysql auth.
>>
>> I’m really not able to find where configuration file is.
>>
>> In /etc/sogo/sogo.conf  almost everything is commented.
>>
>> In /home/sogo/GNUstep/Defaults/ there isn’t .GNUstepDefaults file
>>
>> I’ve found .GNUstepDefaults in /usr but i can’t see changes i’ve made 
>> from sogo webmin module configuration.
>>
>>   
>>
>> Can someone help me please?
>>
> Which version of SOGo are you using?
>
> What does the following command give you?
> sudo -u sogo /usr/sbin/sogo-tool dump-defaults
>
> What is uncommented in your sogo.conf file?
>
>
> Kind regards,
> Christian Mack
>
The GNUstep defaults is for the old version of SOGo.
The SOGo webmin module is changing settings in the old place, in the
"GNUstep defaults" location.
The new versions of SOGo use /etc/sogo/sogo.conf text file.
Assuming you're using a recent version of SOGo, this should explain why your
settings seem to be having no effect.
You need to edit the file /etc/sogo/sogo.conf !
Try and reply to the list with your results.

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

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

Re: R: R: [SOGo] sogo configuration file

2015-09-16 Thread Chris Coleman



On 9/16/2015 2:13 AM, Daniele Borini wrote:

I did,
firstly i dumped sogo con into sogo.conf file:
sudo -u sogo sogo-tool dump-defaults > /etc/sogo/sogo.conf

then i changed something into /etc/sogo/sogo.conf file like WOWorkersCount
from 10 to 11 and WOLogFile from sogo.log to sogoo.log.
restarting sogo with /etc/init.d/sogo restart
checked running sogo configuration with sudo -u sogo sogo-tool dump-defaults
but nothing changed from the original configuration.



Daniele Borini


Via Provinciale per Sacca, 55 - 43052 - Colorno - Italy
tel +39 0521319316
fax +39 0521319322
borini-effegidi.it
e-mail d.bor...@effegidi.it
www.effegidi.it
Prima di stampare,pensa all'ambiente ** Think about the environment before
printing


-Messaggio originale-
Da: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] Per conto di Chris
Coleman
Inviato: martedì 15 settembre 2015 17:00
A: users@sogo.nu
Oggetto: Re: R: [SOGo] sogo configuration file

On 9/15/2015 3:48 AM, Daniele Borini wrote:

No way,
i tried to change /usr/.GNUStepDefaults rebooting server but sogo
doesn't accept changes i really don't know where configuration file is.

Daniele Borini


Via Provinciale per Sacca, 55 - 43052 - Colorno - Italy tel +39
0521319316 fax +39 0521319322 borini-effegidi.it e-mail
d.bor...@effegidi.it www.effegidi.it Prima di stampare,pensa
all'ambiente ** Think about the environment before printing


-Messaggio originale-
Da: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] Per conto di
Christian Mack
Inviato: lunedì 14 settembre 2015 16:46
A: users@sogo.nu
Oggetto: Re: [SOGo] sogo configuration file

Hello

Am 11.09.2015 um 14:01 schrieb Daniele Borini:

i’m changing sogo configuration, expecially user sourcers part due to
mailserver changes.

I need to swtich from ldap auth to mysql auth.

I’m really not able to find where configuration file is.

In /etc/sogo/sogo.conf  almost everything is commented.

In /home/sogo/GNUstep/Defaults/ there isn’t .GNUstepDefaults file

I’ve found .GNUstepDefaults in /usr but i can’t see changes i’ve made
from sogo webmin module configuration.

   


Can someone help me please?


Which version of SOGo are you using?

What does the following command give you?
sudo -u sogo /usr/sbin/sogo-tool dump-defaults

What is uncommented in your sogo.conf file?


Kind regards,
Christian Mack


The GNUstep defaults is for the old version of SOGo.
The SOGo webmin module is changing settings in the old place, in the
"GNUstep defaults" location.
The new versions of SOGo use /etc/sogo/sogo.conf text file.
Assuming you're using a recent version of SOGo, this should explain why your
settings seem to be having no effect.
You need to edit the file /etc/sogo/sogo.conf !
Try and reply to the list with your results.

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


Hello Daniele,


If you look at the Installation Guide, Upgrading section, page 61

http://www.sogo.nu/files/docs/SOGo%20Installation%20Guide.pdf

"2.0.5
The configuration is now stored in /etc/sogo/sogo.conf. Perform the 
following commands as

root to migrate your previous user defaults:

install -d -m 750 -o sogo -g sogo /etc/sogo
sudo -u sogo sogo-tool dump-defaults > /etc/sogo/sogo.conf
chown root:sogo /etc/sogo/sogo.conf
chmod 640 /etc/sogo/sogo.conf
sudo -u sogo mv ~/GNUstep/Defaults/.GNUstepDefaults \
   ~/GNUstep/Defaults/GNUstepDefaults.old
"

See if that works. Reply back to list with results.

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