Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The SMTP server does not send mails to external addresses such as xxx@yyyyyy.com (i.e. addresses outside the company network) with the information: 550 5.7.1 Unable to relay for xxx@yyyyyy.com 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="aaa@bbbbbb.com,   
   xxx@yyyyyy.com"

...

 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 xxx@yyyyyy.com

...


 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.

...