On Thu, 16 Aug 2001 10:44:38 +0100
Fran�ois Philippo <[EMAIL PROTECTED]> wrote:
> I need qmail-ldap to use "mailhost" ldap field.
> when qmail receive a mail I want it to search in ldap "mailhost"
> and if mailhost is defferent than "me" file it reroute it to the good server
>
> I can't use clustering method because during our migration we will have
> others servers that are not qmail one.
> and they don't know qmqp.
> so I need to use classical method and transfert mail via smtp.
If you want to use the mailHost attribute, you need to use clustering. But then you
need qmtp, unless you change the code to use smtp instead.
Or there's another way: install on the other mailservers also qmail, but let it only
listen to qmtp,and let all mail be delivered to 127.0.0.1 (where your real mailserver
listens at) using control/smtproutes.
Franky