|
The key to getting around this blocking is to ensure that your James
configuration specifies a domain name and uses that when announcing
itself to other servers. The key is the servernames
section of the configuration file. (The configuration file is
james/apps/james/SAR-INF/config.xml
.) Make sure it looks
like the following:
<servernames autodetect="false" autodetectIP="false"> <servername>mydomain.com</servername> </servernames>
This will force the server to announce its name as
mydomain.com
to other mail servers. This seems to
convince hotmail to pass the email along to the receiver.
Copyright © 2024 Andrew Oliver