Quote:
|
Originally Posted by Code Monkey
It checks the server by initiating an email from/to the address. When the server says it's ok to proceed it drops the request and returns it as valid. However, not all servers allow this.
Custom versions can be done.
|
Great! That should work for me, as LFS would be talking to the "real" mailbox servers, rather than the public relays. The difference being that that the relays will accept mail regardless, whereas the back end will actually tell the "truth" about RCPT TO addresses.
I would of course prefer an LDAP option. Is this something you have considered? If a site has an LDAP service, although the initial configuration of the exact query requirements might be a little more complicated, the actual querying would be quicker, easier, and more reliable than the "fake delivery" method. This being exactly the kind of thing LDAP is intended for.
-- hugh