The Problem is the "From:".
The mailserver of "otherdomain.com" doesn't accept the mail from an emailaddress "xyz@otherdomain.com" with the IP-address of "mydomain.com"
Part of the mail error:
x.x.78.6 failed after I sent the message.
|
Remote host said: 550 5.7.1 local domain specified from non-local IP
|
The mail was sent by moodle from our SMTP-Server
Received: (qmail 28678 invoked from network); 13 Sep 2012 11:02:27 +0200
|
Received: from localhost (HELO moodle.xyz.ch) (127.0.0.1)
|
by localhost with ESMTPSA (DHE-RSA-AES256-SHA encrypted, authenticated); 13 Sep 2012 11:02:27 +0200
|
Date: Thu, 13 Sep 2012 11:02:27 +0200
|
Return-Path: my_mailadress@mydomain.xx
|
To: "Max Muster" <abc.def@otherdomain.com>
|
From: "Max Muster" <abc.def@otherdomain.com>
|
A solution could be that one could provide a mail address which is used in these cases. So that the from address it somwhat like "noreply@mydomain.com"
- will be (partly) resolved by
-
MDL-31560 New message_send API is incapable of sending notfications from the $CFG->noreplyaddress.
-
- Closed
-