raba34 wrote: > Hello, > > I have added a user to LDAP. After this, "dbmail -l <username>" show me the > user, but he can't receive mail, because he isn't registered in the > database. What can I do? It is not possible to create the user in mysql with > "dbmail -c <user>" because dbmail means, the user already exists.
If you use authldap, the user_idnr field in the database *must* match the uidNumber attribute in ldap, or whatever attribute field_nid points to in dbmail.conf. So if you migrate from authsql to authldap, you should update the user_idnr in the database and you're all set. -- ________________________________________________________________ Paul Stevens paul at nfg.nl NET FACILITIES GROUP GPG/PGP: 1024D/11F8CD31 The Netherlands________________________________http://www.nfg.nl _______________________________________________ DBmail mailing list [email protected] http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail
