Я использую почтовый сервер Джеймса.Версия Джеймс-2.3.2.Он может отправлять на некоторые серверы, а на другие - нет, что меня очень расстраивает.Можно отправлять почту на аккаунты на localhost.Сервер находится в Шанхае, Китай.Отправьте на outlook.com, чтобы выдать следующее исключение
James.Mailet: RemoteDelivery: Exception delivering message(Mail1538212657969-14-to-outlook.com) - [EOF]
James.Mailet: RemoteDelivery: Temporary exception delivering mail (Mail1538212657969-14-to-outlook.com:
James.Mailet: RemoteDelivery: Storing message Mail1538212657969-14-to-outlook.com into outgoing after 2 retries
Config.xml, я только настроил DNS-сервер.
<dnsserver>
<servers>
<!--Enter ip address of your DNS server, one IP address per server -->
<server>183.xx.xx.19</server>
<server>183.xx.xx.98</server>
</servers>
<!-- Change autodiscover to false if you would like to turn off autodiscovery -->
<!-- and set the DNS servers manually in the <servers> section -->
<autodiscover>false</autodiscover>
<authoritative>false</authoritative>
<!-- Maximum number of entries to maintain in the DNS cache -->
<maxcachesize>50000</maxcachesize>