Changes

From SME Server
Jump to navigationJump to search
640 bytes added ,  20:07, 17 May 2013
no edit summary
Line 45: Line 45:     
  yum install smeserver-sogo --enablerepo=nethsme --enablerepo=sogo
 
  yum install smeserver-sogo --enablerepo=nethsme --enablerepo=sogo
 +
 +
===Login doesn't operate===
 +
according the bug [[bugzilla:7269]] you can not login in sogo even if the user and password are correct. You have to modify the line which concerns the SOGo user in the file /etc/passwd
 +
 +
/etc/passwd not working:
 +
 +
...
 +
smolt:x:454:454:Smolt:/usr/share/smolt:/sbin/nologin
 +
spamd:x:1005:1005:spamassassin daemon user:/var/spool/spamd:/bin/false
 +
memcached:x:455:455:Memcached daemon:/var/run/memcached:/sbin/nologin
 +
sogo:x:456:456:SOGo daemon:'''/var/lib/sogo:/sbin/nologin'''
 +
....
 +
 +
After this customer's modification:
 +
 +
sogo:x:456:456:SOGo daemon:'''/home/sogo:/bin/bash'''
 +
 +
You will be able to access SOGo
    
=== Timeout issue ===
 
=== Timeout issue ===

Navigation menu