For the record, I've discovered some more info about this.

The "DoVRFY" option does nothing for sure.

Adding the "real" MTA info to localDomains enables recipient
validation; i.e. it is enabled as soon as you add the
"=>mx.domain.com" information to localDomains, regardless of the
DoVRFY setting.

Recipient validation will NOT work if you use the asterisk wildcards
like "*domain.com=>mx.domain.com".  This is because, at line 8856 of
the source, this expression:  exists($DomainVRFYMTA{lc $2}) ends up
looking for "domain.com" without taking wildcards in to account.

So, I got it working.  Hopefully this information comes in useful for others.

Sean

On Wed, Dec 16, 2009 at 5:41 PM, Sean Mclean <[email protected]> wrote:
> Hello, I've posted about this problem before but now my client is
> getting more anxious for recipient validation and I've gotten no
> further figuring this out.
>
> It seems like the "DoVRFY" configuration option does not do anything
> at all.  I've stared at the ASSP source for quite some time and I
> don't see any code that references this option.
>
> Recipient validation does not work for me.  Whenever I add the 'real'
> mail server to localDomains (like
> domain.com=>realserver.domain.com:25), ASSP responds to all RCPT To:
> with "550 5.1.1 User unknown: EMAILADDRESS" (note it doesn't replace
> the EMAILADDRESS string with anything).
>
> When I looked through the source code, it looks like the only code
> that performs VRFY recipient validation is localvrfy2MTA() and
> LDAPcrosscheck() and it doesn't seem that either of these ever get
> called for me (based on debugging output).
>
> I'm using ASSP 1.6.1.3.
>
> Thanks.
> Sean
>

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Assp-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/assp-user

Reply via email to