Re: [SOGo] Sogo still freeze and 100%CPU

2014-10-16 Thread Sogo Thailand

On Wednesday, October 15, 2014 19:52 ICT, Christian Mack 
christian.m...@uni-konstanz.de wrote:

 Hello

 Am 2014-10-15 um 11:24 schrieb Sogo Thailand:
 
  Our server is freezed from time to time. I noticed even if I set 
  WOWorkersCount = 32 as following
 
  sogo-tool -dumpdefaults
  .
  .
  .
  WOMessageUseUTF8 = YES;
  WOParsersUseUTF8 = YES;
  WOPort = 127.0.0.1:2;
  WOUseRelativeURLs = YES;
  WOWorkersCount = 32;
  }
 
  ps -aux still show
  sogo  3681  5.7  0.0  26620  8836 ?S11:39  15:03 
  /usr/sbin/sogod -WOWorkersCount 3 -WOPidFile /var/run/sogo/sogo.pid 
  -WOLogFile /var/log/sogo/sogo.log
 
  Why its parameter is 3?
 
  Another cue is:
   3285 ?S  0:00 /usr/bin/tcpsvd -v -i ./peers -c 400 -C 12:421 
  per host concurrency limit reached\r\n -l 0 0 imaps sslio -vv -/ 
  ../imap/ssl -C imapd.pem -u stunnel /usr/bin/imapfront-auth 
  /usr/libexec/dovecot/imap
 
  Does this show the problem? How Can I change the value to extend the limit?
 

 Yes, that is your problem.

 You have to set option PREFORK in either /etc/sysconfig/sogo or
 /etc/default/sogo to the number of workers you want to use.
 The value of WOWorkersCount in sogo.conf or GNUstepDefaults is
 overwritten by the start script /etc/init.d/sogod.


 Kind regards,
 Christian Mack


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


 Hello  Mack

I managed to change PREFORK value to 32 as you mention.
We have 50 users and they access from web as the same time as smartphones .
Is figure 32 enough?

Somsak
--
Somsak



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

[SOGo] Sogo still freeze and 100%CPU

2014-10-15 Thread Sogo Thailand

Our server is freezed from time to time. I noticed even if I set WOWorkersCount 
= 32 as following


sogo-tool -dumpdefaults
.
.
.
WOMessageUseUTF8 = YES;
WOParsersUseUTF8 = YES;
WOPort = 127.0.0.1:2;
WOUseRelativeURLs = YES;
WOWorkersCount = 32;
}

ps -aux still show

sogo  3681  5.7  0.0  26620  8836 ?S11:39  15:03 
/usr/sbin/sogod -WOWorkersCount 3 -WOPidFile /var/run/sogo/sogo.pid -WOLogFile 
/var/log/sogo/sogo.log


Why its parameter is 3?

Another cue is:

 3285 ?S  0:00 /usr/bin/tcpsvd -v -i ./peers -c 400 -C 12:421 per 
host concurrency limit reached\r\n -l 0 0 imaps sslio -vv -/ ../imap/ssl -C 
imapd.pem -u stunnel /usr/bin/imapfront-auth /usr/libexec/dovecot/imap

 
Does this show the problem? How Can I change the value to extend the limit?

Thank in advance

Somsak


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


[SOGo] Upgrade to SME Server 9.0

2014-10-07 Thread Sogo Thailand

I have a plan to install SME 9.0 with SOGO in a new server. Are there any easy 
ways to migrate our old data to a new server?
Our data include user accounts and sogo old email data. 
-- 
Somsak


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


Re: [SOGo] Production Server Specification

2014-07-17 Thread Sogo Thailand
 
On Tuesday, July 15, 2014 19:34 ICT, Christian Mack 
christian.m...@uni-konstanz.de wrote: 
 
 Am 2014-07-06 09:19, schrieb Sogo Thailand:
  
  I think it arounds 40 users connect at the same time.
  
  I notice that SOGO does not disconnect user automaticly by default 
  installation.
  
  If I left my webmail for a whole day without disconnect, I still can use it 
  when I come back.
  
  Is this the problem? Can I disconnect user who left the web idle for 
  example 30 minutes?
  
 
 So you need 40 workers for your setup.
 
 Be aware:
 If you use ActiveSync, then you need for every client using it one
 worker all the time.
 
 Session timeout is set with a cronjob.
 See /etc/cron.d/sogo
 
 Uncomment line 10:
 * * * * *  sogo/usr/sbin/sogo-tool expire-sessions 60
 This will remove all sessions not used for 60 minutes.
 

Hi Mack,
 Thank for your suggestion. This is very helpful.

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


Re: [SOGo] Production Server Specification

2014-07-07 Thread Sogo Thailand

I think it arounds 40 users connect at the same time.

I notice that SOGO does not disconnect user automaticly by default installation.

If I left my webmail for a whole day without disconnect, I still can use it 
when I come back.

Is this the problem? Can I disconnect user who left the web idle for example 30 
minutes?

Somsak

On Friday, July 4, 2014 05:28 ICT, ABBAS Alain alain.ab...@libertech.fr 
wrote:


 how many concurent users have you got ? at max ?


 Le Jeudi 3 Juillet 2014 06:03 CEST, Sogo Thailand a...@eicm.co.th a écrit:
  
 On Thursday, July 3, 2014 05:32 ICT, ABBAS Alain alain.ab...@libertech.fr 
 wrote:

 
  For example i run 60 users with 4G of RAM and a normal CPU ( this case is 
  on Vmware)
  For 60 user 4GO is enough if you have not the graphical interface on your 
  server wit a Xeon CPU and SATA 7200rpm
  we are with postgresql as database,openldap for the authentication 
  cyrus-imap, and postfix.
  If your server freeze is more a hardware problem than a software.
  Put a distribution 64bits the performances are much better.
  You have to tune in /etc/default/sogo the number of processes who wait 
  connexion.
 
  Regards
 
 
 
  Le Mercredi 2 Juillet 2014 06:30 CEST, Sogo Thailand a...@eicm.co.th a 
  écrit:
   
  Hi all,
  We are currently running SOGOs for 60 users. Our users access mail by using 
  web mail while they are in the office. They also fetch the mail by their 
  mobile phones. Some also have both smart phones and Ipads.
  Could anyone suggest me the specification of Hardware, CPU, RAM ? My Linux 
  distribution is SME 8.0. with 12G RAM and it is freezed from time to time.
 
  Do I need more processing speed or require to install more RAM?
  --
  Somsak
 
 
  --
  users@sogo.nu
  https://inverse.ca/sogo/lists
  --
  Alain Abbas
  11 rue Robert Schumann
  54500 Vandoeuvre
  Tel : +333 83 18 02 70
  skype: alain.abbas--
  users@sogo.nu
  https://inverse.ca/sogo/lists

 Thank Alain

 My SME 8.0 is 32 bit version. Your idea about 64 bit is a good idea but I 
 will have problem to move users data to the new installation.
 Migrate users to a new server is not easy at all. I will consider this next 
 time.

 My server is freezed for around 10-30 minutes and when it is light load it 
 comes back again.
 I already change the processes to 32 in /etc/default/sogo. Do I need to 
 increase this number to 64?

 Somsak




 --
 Somsak



 --
 users@sogo.nu
 https://inverse.ca/sogo/lists
 --
 Alain Abbas
 11 rue Robert Schumann
 54500 Vandoeuvre
 Tel : +333 83 18 02 70
 skype: alain.abbas--
 users@sogo.nu
 https://inverse.ca/sogo/lists


--
Somsak



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

Re: [SOGo] Production Server Specification

2014-07-03 Thread Sogo Thailand

On Thursday, July 3, 2014 05:32 ICT, ABBAS Alain alain.ab...@libertech.fr 
wrote:


 For example i run 60 users with 4G of RAM and a normal CPU ( this case is on 
 Vmware)
 For 60 user 4GO is enough if you have not the graphical interface on your 
 server wit a Xeon CPU and SATA 7200rpm
 we are with postgresql as database,openldap for the authentication 
 cyrus-imap, and postfix.
 If your server freeze is more a hardware problem than a software.
 Put a distribution 64bits the performances are much better.
 You have to tune in /etc/default/sogo the number of processes who wait 
 connexion.

 Regards



 Le Mercredi 2 Juillet 2014 06:30 CEST, Sogo Thailand a...@eicm.co.th a 
 écrit:
  
 Hi all,
 We are currently running SOGOs for 60 users. Our users access mail by using 
 web mail while they are in the office. They also fetch the mail by their 
 mobile phones. Some also have both smart phones and Ipads.
 Could anyone suggest me the specification of Hardware, CPU, RAM ? My Linux 
 distribution is SME 8.0. with 12G RAM and it is freezed from time to time.

 Do I need more processing speed or require to install more RAM?
 --
 Somsak


 --
 users@sogo.nu
 https://inverse.ca/sogo/lists
 --
 Alain Abbas
 11 rue Robert Schumann
 54500 Vandoeuvre
 Tel : +333 83 18 02 70
 skype: alain.abbas--
 users@sogo.nu
 https://inverse.ca/sogo/lists

Thank Alain

My SME 8.0 is 32 bit version. Your idea about 64 bit is a good idea but I will 
have problem to move users data to the new installation.
Migrate users to a new server is not easy at all.   I will consider this next 
time.

My server is freezed for around 10-30 minutes and when it is light load it 
comes back again.
I already change the processes to 32 in /etc/default/sogo. Do I need to 
increase this number to 64?

Somsak




--
Somsak



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

[SOGo] Production Server Specification

2014-07-02 Thread Sogo Thailand

Hi all,
  We are currently running SOGOs for 60 users. Our users access mail by 
using web mail while they are  in the office. They also fetch the mail by their 
mobile phones. Some also have both smart phones and Ipads. 
Could anyone suggest me the specification of Hardware, CPU, RAM ?  My Linux 
distribution is SME 8.0. with 12G RAM and it is freezed from time to time.
 
Do I need more processing speed or require to install more RAM? 
-- 
Somsak


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


Re: [SOGo] How to increase Email size limit?

2014-04-11 Thread Sogo Thailand
Thank you Martin.
I used qmail as MTA. I will change databytes file and see how it work.

Somsak

On Thursday, April 10, 2014 21:12 ICT, Martin Simovic mar...@netson.sk wrote:

 This is your MTA setting, not SOGo.

 Regards,
 Martin

 Dňa 10.4.2014, o 16:11, Sogo Thailand a...@eicm.co.th napísal:

  Hi All,
 
  Sogo came with default size at 1500.
  How can I increase the incoming email size?
  I expect to increase to 35M like gmail.com.
 
  telnet myemail 25
  EHLO test
  250-PIPELINING
  250-8BITMIME
  250-SIZE 1500
  250 STARTTLS
  421 Connection Timed Out
 
  --
  Somsak
 
 
  --
  users@sogo.nu
  https://inverse.ca/sogo/lists
 --
 users@sogo.nu
 https://inverse.ca/sogo/lists


--
Somsak



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

[SOGo] How to increase Email size limit?

2014-04-10 Thread Sogo Thailand
Hi All,

Sogo came with default size at 1500.
How can I increase the incoming email size?
I expect to increase to 35M like gmail.com.

telnet myemail 25
EHLO test
250-PIPELINING
250-8BITMIME
250-SIZE 1500
250 STARTTLS
421 Connection Timed Out

-- 
Somsak


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


[SOGo] what happen with SME release 8.0

2014-02-18 Thread Sogo Thailand
 
 
I looked into .GNUstepDefaults and saw

if ($ReleaseVersion ne '8.0') {
$OUT.= SOGoSieveServer = sieve://localhost:.$SievePort.;\n;
$OUT.= SOGoSieveScriptsEnabled = YES;\n;
$OUT.= SOGoVacationEnabled = YES;\n;
$OUT.= SOGoForwardEnabled = YES;\n;
$OUT.= NGImap4ConnectionStringSeparator = \.\;\n;
}

What happen with SME  Server version 8? Why these defaults are not automatic 
inserted?

Thank you,

Somsak

 
 

 

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


[SOGo] Long Mail Log file

2014-01-23 Thread Sogo Thailand

Hi all,
   My mail log file is very long and it takes long time to see the last 
line. How can I make my SME Server to start a new file? SO, when I see the file 
in Mail Log File Analysis it will display faster.

Thank in advance
-- 
Somsak


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


[SOGo] Cannot change where to place signature.

2013-08-06 Thread Sogo Thailand

Hi all,
 I looked in mail option but could not change  below the quota to 
something else.
The option is gray. Please advice me how to allow user to change this option.

Thank you,

-- 
Somsak


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


Re: [SOGo] Charset issue

2013-07-05 Thread Sogo Thailand

Hi Chris,

On Thursday, July 4, 2013 21:29 ICT, Christian Mack 
christian.m...@uni-konstanz.de wrote:

 Hello Somsak


 Am 2013-07-02 03:21, schrieb Sogo Thailand:
 
  On Monday, July 1, 2013 18:17 ICT, Christian Mack 
  christian.m...@uni-konstanz.de wrote:
 
  Am 2013-06-06 00:10, schrieb Sogo Thailand:
 
  I found  some problems in SOGo web interface with international fonts
  and try to solve as described in http://wiki.contribs.org/Sogo. The
  problem is still exist in a preview windows (lower right hand). It
  displays like this (à, é, ù .). Can anyone point me how to fix
  this?
 
 
  Hmm, these are valid characters.
  What's your problem with them?
 
  What character set are you using in SOGo?
 
  I selected None and English. Both have the same result.
 

 If you choose None in the login screen, then the one defined under
 Preferences is used.
 The default is English, so they are the same :-)
I see.



  Which language are you using?
 
  I use Thai Language.
 

 SOGo has no Thai translation yet, but this should not prevent it to
 display emails written in Thai.
I think so.



  What browser do you use?
 
  Any browser has the same result. I tried with IE, Opera on PC and  Safari 
  on Ipad.
 
 
  Do you have the needed fonts installed on this machine?
  I can use Thai Font with other program while I have problem with sogo WEB 
  UI.
 
  Is this for emails, calendars or address books or all of them?
  Only mail. All the rest show Thai font correctly.

 Then it is either an email error or a display error in the preview area.

  Most of the problem mail came from Gmail.
  I found message source as:
 
  Content-Type: text/plain; charset=TIS-620
  Content-Transfer-Encoding: base64

 This one should work.
This is not.

 
  Another mail also came from Gmail.
  message source look like this:
  div dir=3Dltrpara;Ouml;sect;curren;Oslash;sup3;Euml;Aac=
  ute;Ugrave; sup1;Auml;Aacute;Aring;
 

 That is HTML garbage.
 It translates to:
 ¶Ö§¤Ø³ËÁÙ ¹ÄÁÅ
I see.


 Obviously, no one can read that.
 Who ever send this email got it wrong.

 Do receiving and displaying of emails in UTF-8 work for you?
 Can you send emails in Thai via SOGo?
Everything work well if both end use UTF8.  Problem arrives when the sender 
uses charset as TIS-620.
Web UI can display TIS-620 corectly on suject header but it is not in preview 
windows.
Is this a bug or misconfig?

Is SOGO display the same font between subject header and preview windows?



 Kind regards,
 Christian Mack

 --
 Christian Mack
 Gruppe Informationsdienste
 Rechenzentrum Universität Konstanz

Thank you,

 --
Somsak



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

[SOGo] [ERROR] [we-rm] did not find locale for language: Thai

2013-06-30 Thread Sogo Thailand
Hi All,
I found error messages in sogos log file as following:

[ERROR] [we-rm] did not find locale for language: Thai

Do I have to change something in
/usr/lib/GNUstep/Libraries/Resources/NGObjWeb/Languages.plist ?

-- 
Somsak

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


Re: [SOGo] SOGod Freeze while using100% CPU

2013-06-21 Thread Sogo Thailand
 Hi MJ,
 Thank you for your advice.  I changed it to 32 as your suggestion.
Only wait and see. 

Somsak


On Wednesday, June 19, 2013 22:59 ICT, mourik jan heupink heup...@gmail.com 
wrote: 
 
 Hi Somsak,
 
 When we had problems like these, we were told to increase our 
 WOWorkersCount. We have now set
 
 WOWorkersCount = 32;
 
 in our /etc/sogo/sogo.conf
 
 And we have not seen the 100% cpu usage ever since.
 
 Hope it helps you too.
 
 MJ
 
 On 6/19/2013 12:38, Sogo Thailand wrote:
  Hi all
 
  We have around 15 users access to email server. I found that SOGos use 100% 
  CPU.
  SOGo is running on SME Server 8.0
  Our netstat command show.
 
  Active Internet connections (w/o servers)
  Proto Recv-Q Send-Q Local Address   Foreign Address 
  State
  tcp0  0 localhost:2 localhost:46156 
  FIN_WAIT2
  tcp0  0 localhost:2 localhost:46157 
  TIME_WAIT
  tcp0  0 localhost:2 localhost:46155 
  TIME_WAIT
  tcp0  0 localhost:2 localhost:46153 
  TIME_WAIT
  tcp0  0 localhost:2 localhost:46150 
  FIN_WAIT2
  tcp0  0 localhost:2 localhost:46148 
  FIN_WAIT2
  tcp0  0 localhost:2 localhost:46149 
  TIME_WAIT
  tcp0  0 localhost:2 localhost:46170 
  FIN_WAIT2
  tcp0  0 localhost:2 localhost:46171 
  FIN_WAIT2
  tcp0  0 localhost:2 localhost:46168 
  TIME_WAIT
  tcp0  0 localhost:2 localhost:46166 
  TIME_WAIT
  tcp0  0 localhost:2 localhost:46165 
  TIME_WAIT
  tcp0  0 localhost:2 localhost:46162 
  TIME_WAIT
  tcp0  0 localhost:2 localhost:46163 
  TIME_WAIT
  tcp0  0 localhost:2 localhost:46160 
  TIME_WAIT
  tcp0  0 localhost:2 localhost:46161 
  TIME_WAIT
  tcp0  0 localhost:2 localhost:46094 
  TIME_WAIT
  tcp0  0 mail2.eicm.com:https  pc-9.eicm.com:4421
  TIME_WAIT
  tcp0  0 localhost:2 localhost:46095 
  TIME_WAIT
  tcp0  0 mail2.eicm.com:https  pc-9.eicm.com:4422
  TIME_WAIT
  tcp0  0 localhost:49786 localhost:ldap  
  TIME_WAIT
  tcp0  0 localhost:49787 localhost:ldap  
  TIME_WAIT
  tcp0  0 localhost:50528 localhost:imap  
  TIME_WAIT
  tcp0  0 localhost:50556 localhost:imap  
  TIME_WAIT
  tcp0  0 mail2.eicm.com:imaps  pc-9.eicm.com:62796   
  ESTABLISHED
  tcp0  0 localhost:2 localhost:46083 
  TIME_WAIT
  tcp0  0 localhost:11211 localhost:48506 
  ESTABLISHED
  tcp0  0 localhost:2 localhost:46111 
  TIME_WAIT
  tcp0  0 localhost:2 localhost:46108 
  TIME_WAIT
  tcp0  0 localhost:2 localhost:46106 
  TIME_WAIT
  tcp0  0 localhost:2 localhost:46102 
  FIN_WAIT2
  tcp0  0 localhost:2 localhost:46103 
  FIN_WAIT2
  tcp0  0 mail2.eicm.com:https  node-qol.pool-180-180:25567 
  ESTABLISHED
  tcp0  0 localhost:2 localhost:46127 
  TIME_WAIT
  tcp0  0 localhost:2 localhost:46124 
  FIN_WAIT2
  tcp0  0 mail2.eicm.com:https  node-qol.pool-180-180:25568 
  TIME_WAIT
  tcp0  0 localhost:11211 localhost:48463 
  ESTABLISHED
  tcp0  0 localhost:2 localhost:46123 
  FIN_WAIT2
  tcp0  0 mail2.eicm.com:https  node-qol.pool-180-180:25579 
  ESTABLISHED
  tcp0  0 localhost:2 localhost:46118 
  FIN_WAIT2
  tcp0  0 localhost:2 localhost:46119 
  TIME_WAIT
  tcp0  0 mail2.eicm.com:https  pc-00132.eicm.com:4322
  TIME_WAIT
  tcp0  0 localhost:2 localhost:46117 
  TIME_WAIT
  tcp0  0 mail2.eicm.com:https  pc-00132.eicm.com:4324
  TIME_WAIT
  tcp0  0 localhost:2 localhost:46115 
  TIME_WAIT
  tcp0  0 localhost:2 localhost:46113 
  TIME_WAIT
  tcp0  0 localhost:2

[SOGo] SOGod Freeze while using100% CPU

2013-06-19 Thread Sogo Thailand
Hi all

We have around 15 users access to email server. I found that SOGos use 100% CPU.
SOGo is running on SME Server 8.0
Our netstat command show.

Active Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address               Foreign Address             
State      
tcp        0      0 localhost:2             localhost:46156             
FIN_WAIT2   
tcp        0      0 localhost:2             localhost:46157             
TIME_WAIT   
tcp        0      0 localhost:2             localhost:46155             
TIME_WAIT   
tcp        0      0 localhost:2             localhost:46153             
TIME_WAIT   
tcp        0      0 localhost:2             localhost:46150             
FIN_WAIT2   
tcp        0      0 localhost:2             localhost:46148             
FIN_WAIT2   
tcp        0      0 localhost:2             localhost:46149             
TIME_WAIT   
tcp        0      0 localhost:2             localhost:46170             
FIN_WAIT2   
tcp        0      0 localhost:2             localhost:46171             
FIN_WAIT2   
tcp        0      0 localhost:2             localhost:46168             
TIME_WAIT   
tcp        0      0 localhost:2             localhost:46166             
TIME_WAIT   
tcp        0      0 localhost:2             localhost:46165             
TIME_WAIT   
tcp        0      0 localhost:2             localhost:46162             
TIME_WAIT   
tcp        0      0 localhost:2             localhost:46163             
TIME_WAIT   
tcp        0      0 localhost:2             localhost:46160             
TIME_WAIT   
tcp        0      0 localhost:2             localhost:46161             
TIME_WAIT   
tcp        0      0 localhost:2             localhost:46094             
TIME_WAIT   
tcp        0      0 mail2.eicm.com:https      pc-9.eicm.com:4421    
TIME_WAIT   
tcp        0      0 localhost:2             localhost:46095             
TIME_WAIT   
tcp        0      0 mail2.eicm.com:https      pc-9.eicm.com:4422    
TIME_WAIT   
tcp        0      0 localhost:49786             localhost:ldap              
TIME_WAIT   
tcp        0      0 localhost:49787             localhost:ldap              
TIME_WAIT   
tcp        0      0 localhost:50528             localhost:imap              
TIME_WAIT   
tcp        0      0 localhost:50556             localhost:imap              
TIME_WAIT   
tcp        0      0 mail2.eicm.com:imaps      pc-9.eicm.com:62796   
ESTABLISHED 
tcp        0      0 localhost:2             localhost:46083             
TIME_WAIT   
tcp        0      0 localhost:11211             localhost:48506             
ESTABLISHED 
tcp        0      0 localhost:2             localhost:46111             
TIME_WAIT   
tcp        0      0 localhost:2             localhost:46108             
TIME_WAIT   
tcp        0      0 localhost:2             localhost:46106             
TIME_WAIT   
tcp        0      0 localhost:2             localhost:46102             
FIN_WAIT2   
tcp        0      0 localhost:2             localhost:46103             
FIN_WAIT2   
tcp        0      0 mail2.eicm.com:https      node-qol.pool-180-180:25567 
ESTABLISHED 
tcp        0      0 localhost:2             localhost:46127             
TIME_WAIT   
tcp        0      0 localhost:2             localhost:46124             
FIN_WAIT2   
tcp        0      0 mail2.eicm.com:https      node-qol.pool-180-180:25568 
TIME_WAIT   
tcp        0      0 localhost:11211             localhost:48463             
ESTABLISHED 
tcp        0      0 localhost:2             localhost:46123             
FIN_WAIT2   
tcp        0      0 mail2.eicm.com:https      node-qol.pool-180-180:25579 
ESTABLISHED 
tcp        0      0 localhost:2             localhost:46118             
FIN_WAIT2   
tcp        0      0 localhost:2             localhost:46119             
TIME_WAIT   
tcp        0      0 mail2.eicm.com:https      pc-00132.eicm.com:4322    
TIME_WAIT   
tcp        0      0 localhost:2             localhost:46117             
TIME_WAIT   
tcp        0      0 mail2.eicm.com:https      pc-00132.eicm.com:4324    
TIME_WAIT   
tcp        0      0 localhost:2             localhost:46115             
TIME_WAIT   
tcp        0      0 localhost:2             localhost:46113             
TIME_WAIT   
tcp        0      0 localhost:2             localhost:46142             
FIN_WAIT2   
tcp        0      0 localhost:2             localhost:46141             
FIN_WAIT2   
tcp        0      0 localhost:11211             localhost:48479             
ESTABLISHED 
tcp        0      0 mail2.eicm.com:https      pc-00083.eicm.com:53802   
TIME_WAIT   
tcp        0      0 localhost:48479             localhost:11211             
ESTABLISHED 
tcp        0      0 localhost:48463             localhost:11211             
ESTABLISHED 
tcp        0      0 mail2.eicm.com:https      

Re: [SOGo] Best web browser for using SOGo on IPAD?

2013-05-08 Thread Sogo Thailand

Hi Andr'e

On Tuesday, May 7, 2013 22:49 ICT, André Schild an...@schild.ws wrote:

 Am 07.05.2013 17:45, schrieb Christian Mack:
  Hello Somsak
 
 
  Am 2013-05-07 16:17, schrieb Sogo Thailand:
I access SOGo webmail with my Ipad. I found that Safari is not 100
  % compatible with SOGo web interface for example save and close
  perference tab icon did not close the tab. I tried a few more web
  browsers and almost disappoint with them.
 
  What are your web browser on Ipad if you are using SOGo?
 The problem is, that Apple does not allow other browser engines to be
 installed.
 So basically it's always the default safari under the hood, which has
 it's limitations.

Thank you, that is the reason why the problems are very similar.
First, I think the browser is not compatible with AJAX.


 It's the reason why Mozilla no longer builds Firefox for iOS.

Yep, I spent time looking for Firefox but I could not find it.
On windows, I found  IE and Maxthon worked OK for me.


 
  Sorry, but why don't you use your email and calendar and addressbook apps?
 
  You just have to add your SOGo account to them.

 I can only second this
 But of course, for changing preferences/filters/vacation settings etc. .

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






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

Re: [SOGo] Upgrade from 2.0.4b

2013-05-07 Thread Sogo Thailand
On Monday, May 6, 2013 20:15 ICT, Jean Raby jr...@inverse.ca wrote:On 13-05-04 5:35 PM, Sogo Thailand wrote: Hi all, I am currently using sogo 2.0.4b on SME server 8 for a while. I wish to upgrade sogo to the lastest version. I read the wiki at http://wiki.contribs.org/Sogo#Upgrade. Can anyone confirm me that my old email and users account will still be available after I use following command? yum update --disablerepo=* --enablerepo=sogo /etc/rc7.d/S85sogod restartupgrading sogo wont touch your email or your user accounts, so dont worry.However, you must also upgrade all sope packages and you should read the NEWSfile, or the release announcement.(https://inverse.ca/sogo/lists/arc/users/2013-04/msg00169.html)You should also have a look at the &
 #39;Upgrading section in the doc:http://www.sogo.nu/files/docs/SOGo%20Installation%20Guide.pdfThank you Jean. I will try with my Test Harddisk ASP.I clone my production sever size 500gb for testing but it took 18 hours to finish.I dont have so much opportunity to test.Somsak


Re: [SOGo] Upgrade from 2.0.4b

2013-05-07 Thread Sogo Thailand
On Tuesday, May 7, 2013 21:30 ICT, Sogo Thailand a...@eicm.co.th wrote:On Monday, May 6, 2013 20:15 ICT, Jean Raby jr...@inverse.ca wrote:On 13-05-04 5:35 PM, Sogo Thailand wrote: Hi all, I am currently using sogo 2.0.4b on SME server 8 for a while. I wish to upgrade sogo to the lastest version. I read the wiki at http://wiki.contribs.org/Sogo#Upgrade. Can anyone confirm me that my old email and users account will still be available after I use following command? yum update --disablerepo=* --enablerepo=sogo /etc/rc7.d/S85sogod restartupgrading sogo wont touch your email or your user accounts, so dont worry.However, you must also upgrade all sope packages and you sh
 ould read the NEWSfile, or the release announcement.(https://inverse.ca/sogo/lists/arc/users/2013-04/msg00169.html)You should also have a look at the  #39;Upgrading section in the doc:http://www.sogo.nu/files/docs/SOGo%20Installation%20Guide.pdfThank you Jean. I will try with my Test Harddisk ASP.I clone my production sever size 500gb for testing but it took 18 hours to finish.I dont have so much opportunity to test.SomsakI did an upgrade a min ago. Now, it is 2.0.5a. Which one is more stable one, 2.0.5 or 2.0.5a?Does an letter a means Alfa and letter b means Beta?Somsak


Re: [SOGo] Best web browser for using SOGo on IPAD?

2013-05-07 Thread Sogo Thailand
On Tuesday, May 7, 2013 22:45 ICT, Christian Mack christian.m...@uni-konstanz.de wrote:Hello SomsakAm 2013-05-07 16:17, schrieb Sogo Thailand: I access SOGo webmail with my Ipad. I found that Safari is not 100 % compatible with SOGo web interface for example save and close perference tab icon did not close the tab. I tried a few more web browsers and almost disappoint with them. What are your web browser on Ipad if you are using SOGo?Sorry, but why dont you use your email and calendar and addressbook apps?You just have to add your SOGo account to them.Kind regards,Christian Mack--Christian MackGruppe InformationsdiensteRechenzentrum Universitt Konstanz--users@sogo.nuhttps://invers
 e.ca/sogo/listsHi Chris,  Yes, I am using my apps for my own account. Sometimes, I would like to access and test others account and web access forour users.Somsak


[SOGo] Upgrade from 2.0.4b

2013-05-04 Thread Sogo Thailand

Hi all,
     I am currently using sogo 2.0.4b on SME server 8 for a while. I wish to 
upgrade sogo to the lastest version.

I read the wiki at http://wiki.contribs.org/Sogo#Upgrade. Can anyone confirm me 
that my old email and users account will still be available after I use 
following command?


yum update --disablerepo=* --enablerepo=sogo
/etc/rc7.d/S85sogod restart

Thank you,

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

[SOGo] Manual Delete user account

2013-04-16 Thread Sogo Thailand

Hi All,
   I cannot add user by using server-manager . It shows user-deleted. 
This happened after I found error message when I tried to delete my user.  I 
guess I made a mistake why I am logging on (ssh) to a server. The GUI interface 
might not completely delete the files because the files are locked  by logging 
on user.

I setup SOGO mail account on my IPAD too. Does this IPAD also locked files?

Can anyone show me a manual command to completely delete user?

Thank You,

Ham

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