I have a client who is VERY interested in TMDA (as in "why haven't you installed it already?")
Going through the installation docs, I am able to get postfix so [EMAIL PROTECTED] correctly forwards to [EMAIL PROTECTED] Problem is, mail is sent to a postfix server, which authenticates via LDAP (and due to some other business requirements, it's going to stay that way). We're using Bynari Insight to deliver the mail. The relevant lines in the main.cf are: local_recipient_maps = $alias_maps ldap:ldapsource virtual_maps = ldap:ldapsource ldapsource_server_host = localhost ldapsource_server_port = 389 ldapsource_timeout = 10 ldapsource_query_filter = (|(mailalias=%s)(mail=%s)) ldapsource_result_attribute = mailForward,login ldapsource_bind = no The next step of the installation states: A unique, private key is required for every TMDA user. This key is stored in its own file ~/.tmda/crypt_key This presents a problem, as no ~username directory even exists. Where do I go from here? Is TMDA even an option given my LDAP authentication requirement? _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
