I enabled EXPN and VRFY (Any reason not to keep this enabled?), and when
I try to EXPN the address in question, it fails.  There is no data in
LDAP for domain2.com, only domain1.com.  domain2.com is only referenced
in hosteddomains, and esmtpacceptmailfor.dir.  makehosteddomains,
makeacceptmailfor have been run, and a 'strings' of the dat files showes
the domains were added.  

What am I missing?



---------------------------------------------------------------

Well, the only thing I can tell you right now is that this particular
error is ok.  Alias lookups occur before hosteddomains is checked. 
courierldapaliasd does not check hosteddomains.

The other useful thing you could do is make sure EXPN/VRFY is enabled,
and poke around on port 25.  EXPN will, essentially, tellsyou what alias
expansion does.  On my server, for example:

EXPN [EMAIL PROTECTED]
250 <[EMAIL PROTECTED]>

On the other hand,

EXPN [EMAIL PROTECTED]
500 <[EMAIL PROTECTED]> not found.

That's because this address is not an alias, but an actual mailbox.

VRFY checks deliverability after alias expansion:

VRFY [EMAIL PROTECTED]
250 <[EMAIL PROTECTED]>

VRFY [EMAIL PROTECTED]
550 User unknown.

That's because this address is not an actual mailbox, but an alias. On
the other hand:

VRFY [EMAIL PROTECTED]
250 <[EMAIL PROTECTED]>

-- 
Matt Pavlovich <[EMAIL PROTECTED]>
Allegiance Telecom, Inc.



-------------------------------------------------------
This SF.net email is sponsored by: Microsoft Visual Studio.NET 
comprehensive development tool, built to increase your 
productivity. Try a free online hosted session at:
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to