On 13/04/05 09:26, Julius Kidubuka wrote: [...] > # tail /var/log/maillog > Apr 13 08:30:23 domain imapd: authentication error: > Permission denied Apr 13 08:30:23 domain authdaemond: > Authenticated: sysusername=<null>, sysuserid=65534, > sysgroupid=65534, > homedir=/usr/mail/domain-name/users/test, [...]
According to the last two lines I'm looking at, it sees the correct username and password, but does /usr/mail/domain-name/users/test belong to the user who's id is 65534 (usually nobody). If that's not true, then you either need to chown -R and/or change the uid and gid fields in your sql database. So, what does ls -l /usr/mail/domain-name/users/test give? _______________________________________________ LUG mailing list [email protected] http://kym.net/mailman/listinfo/lug %LUG is generously hosted by INFOCOM http://www.infocom.co.ug/
