From: Aiko Barz [mailto:[EMAIL PROTECTED] > My problem: > I tried to move my mailservers from Linux to OpenBSD. It's a > qmail-ldap > system with its users stored in OpenLDAP. Each of my users has its own > UID. There is only one troublemaker: maildrop. It depends on getpwuid > and getpwnam. But OpenBSD doesn't know anything about my LDAP-users.
By each user having its own UID, you mean each is a local UNIX user account? You're not doing virtual user setup with qmail-ldap? Assuming you were, you could use the deliveryProgramPath attribute, e.g.: deliveryProgramPath: /usr/local/bin/maildrop .mailfilter Works in my environment, but I'm using the virtual user setup with one UNIX user. DS

