I think I should give more details:
The Outlook installation is on a notebook using various internet connections
(depending on local availability) to connect to the company mailserver (3rd
party product, that checks the EHLO/HELO name) to receive (IMAP) and send
(SMTP) mail. The problem arise when a message from Outlook is transferred to
the server (via SMTP) to be sent to the final recipient. The message comes
from the "outside world" and has to obey the same rules as any other
incomming message. So when the notebook connects and says "EHLO notebook-no1"
or like, it recieves a 4xx (or maybe 5xx if more strict rule apply) response
(incorrect params) and the connection is rejected.
If there is a way to instruct the client to use a name like "EHLO
mobileuser.company.com" having a valid A record in the company.com zone, the
message would pass to the server and be regularly processed.
any idea (other than switch off the name checking)?
zbynek
Diane Poremsky said:
the addresses used in EHLO/HELO are supposed to be added by the SMTP server
and outlook only adds if it the server does not.
--
Diane Poremsky [MVP - Outlook]
Author, Teach Yourself Outlook 2003 in 24 Hours
Coauthor, OneNote 2003 for Windows (Visual QuickStart Guide)
Need Help with Common Tasks?
http://www.outlook-tips.net/beginner/
zbynek said:
By default Outlook uses a %COMPUTERNAME% (that need not obey any DNS
rules)
in the EHLO/HELO identification string. To be RFC 2821 compliant this
string
must be a FQDN or a valid address literal. Is there any way to set this
value? Checking this value can help in fighting spam so there should be an
easy way for a proper setting.
thanks