Table of Contents | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
Mail problem: SCHEDULER-320 could not send mail (is 550 5.7.1 Unable to relay for ...)
The SMTP server does not send mails to external addresses such as
No Format |
---|
xxx@yyyyyy.com |
(i.e. addresses outside the company network) with the information:
Code Block |
---|
550 5.7.1 Unable to relay for <nowiki>xxx@yyyyyy.com</nowiki> |
and rejects such mails. In addition, mails are not sent out to other recipients.
The error message is:
Code Block |
---|
18 11:59:52.261 5 12030.F7E406D0 JavaMail Send smtp=10.255.129.154 to="<nowiki>aaa@bbbbbb.com</nowiki>, <nowiki>xxx@yyyyyy.com</nowiki>" subject="ERROR SCHEDULER-279 Process terminated with signal 9 (SIGKILL Kill, unblockable)" 18 11:59:52.442 181 12030.F7E406D0 [xc.insert 1, "javax.mail.SendFailedException"] 18 11:59:52.442 0 12030.F7E406D0 [xc.insert 2, "Invalid Addresses 18 11:59:52.442 0 12030.F7E406D0 550 5.7.1 Unable to relay for <nowiki>xxx@yyyyyy.com</nowiki> 18 11:59:52.442 0 12030.F7E406D0 "] 18 11:59:52.442 0 12030.F7E406D0 [xc.insert 3, "send"] |
Unfortunately, the error message is not to be found in the task log because the task has already been completed and sending a mail is an internal JobScheduler process.
The reason for the error could be that access parameters for the mail server have not been entered in the factory.ini file:
Code Block |
---|
[smtp] mail.smtp.user = mail.smtp.password = mail.smtp.port = 25 |
User and password must be entered here and have to be valid for the SMTP server.
If this does not work then ask your SMTP support why a mail with this address was rejected by the server. You can find more information about why a server can reject a mail and give out this message on http://www.eudora.com/techsupport/kb/1593hq.html.