Difference between revisions of "Talk:Sogo"

From SME Server
Jump to navigationJump to search
(Created page with "http://bugs.contribs.org/show_bug.cgi?id=7269 Looking at this post: http://forums.contribs.org/index.php/topic,49507.msg247520.html#msg247520 The customer was not able to logi...")
 
Line 1: Line 1:
 
http://bugs.contribs.org/show_bug.cgi?id=7269
 
http://bugs.contribs.org/show_bug.cgi?id=7269
 +
 
Looking at this post: http://forums.contribs.org/index.php/topic,49507.msg247520.html#msg247520
 
Looking at this post: http://forums.contribs.org/index.php/topic,49507.msg247520.html#msg247520
 
The customer was not able to login to SOGo.
 
The customer was not able to login to SOGo.

Revision as of 19:56, 17 May 2013

http://bugs.contribs.org/show_bug.cgi?id=7269

Looking at this post: http://forums.contribs.org/index.php/topic,49507.msg247520.html#msg247520 The customer was not able to login to SOGo.

He checked this:

/etc/passwd 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:3000:3000::/home/sogo:/bin/bash ....

/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

he has been able to access SOGo

Nicola