Thanks again, I wound up just using the socket map option w/ cyrus and sendmail, which seems to be working well for me.
Apparently, you can't have an aliases file and ldap_routing unless your aliases are in an ldap map.
AJ
John Arthur wrote:
Ok, so I recompiled sendmail w/ LDAP support.. Here are the relavent parts of my mc file:
define(`confLOCAL_MAILER', `cyrusv2') define(`CYRUSV2_MAILER_ARGS', `FILE /var/cyrus/imap/socket/lmtp')
# LDAP Related FEATURE(`ldap_routing') LDAPROUTE_DOMAIN(`panther.mydomain.com') define(`confLDAP_DEFAULT_SPEC', `-h localhost -b ou=Users,dc=mydomain,dc=com')
define(`confLDAP_DEFAULT_SPEC', `-h localhost -b ou=Users,dc=mydomain,dc=com') LDAPROUTE_DOMAIN(`panther.mydomain.com') dnl # LDAPROUTE_DOMAIN_FILE(`/etc/mail/LDAP-Routing') FEATURE(`ldap_routing',,,`bounce',`preserve')
----------------------------------------------- You have not configured Sendmail to bounce addresses that are not in LDAP. I also like to preserver '+' addresses
John
--- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html