Well,
Authdaemn runs (3 processes as I specified in the authdaemonrc). I have
corrected the UID,GID settings (commented them out in authldaprc) but I
do not see any conflict in home directory settings and for the worse - I
cannot find the authtest utility (locate authtest returns nothing,
directory /usr/lib/courier/libexec/authlib/ contains only "authdaemon
authdaemond authdaemond.ldap authdaemond.plain" files).
All services restarted - there is still "400 Service temporarily
unavailable." erro without logging anything to syslog :(
Marek
Sam Varshavchik wrote:
Marek Pasovsky writes:
dn: cn=Marek Pasovsky,ou=people,dc=QLS,dc=cz
objectClass: CourierMailAccount
cn: Marek Pasovsky
mail: mare...@qls.cz
homeDirectory: /var/courier/marek.pasovsky
mailbox: /var/courier/marek.pasovsky/mailDir
clearPassword: test
uidNumber: 101
gidNumber: 101
[root@holub courier]# egrep -v "(^#)|(^$)" authldaprc
LDAP_SERVER 127.0.0.1
LDAP_PORT 389
LDAP_BASEDN dc=qls,dc=cz
LDAP_BINDDN cn=admin,dc=qls,dc=cz
LDAP_BINDPW test
LDAP_TIMEOUT 5
LDAP_MAIL mail
LDAP_DOMAIN qls.cz
LDAP_GLOB_UID courier
LDAP_GLOB_GID courier
LDAP_HOMEDIR homeDirectory
LDAP_MAILROOT /var/courier
LDAP_MAILDIR mailDir
LDAP_FULLNAME cn
LDAP_CLEARPW clearPassword
LDAP_CRYPTPW userPassword
LDAP_DEREF never
LDAP_TLS 0
LDAP_EMAILMAP_BASEDN "ou=people,dc=datart,dc=test"
Some of your settings conflict with your sample record (namely the UID,
GID, and home directory settings are in conflict).
Make sure that you have started authdaemond.
Use the authtest utility (in the authlib directory) to test a given
recipient address.