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

Reply via email to