https://bugzilla.wikimedia.org/show_bug.cgi?id=33087

--- Comment #2 from [email protected] 2011-12-15 08:38:29 UTC ---
I patched UserMailer.php with the follow up revision, but it didn't fix the
problem: [SMTP: Invalid response code received from server (code: 501,
response: 5.1.7 Invalid address)]

$wgSMTP leads to a SSL tunnel and contains:

$wgSMTP = array(
'host'     => "localhost",
'IDHost'   => "wiki.company.local",
'localhost' => "wiki.company.local",
'port'     => 15000,
'auth'     => false,
);

Mail Header used to look like this before the upgrade:

Received: from wiki.company.local (10.41.8.235) by VAVP1E1A.exchangeserver.de
 (10.41.0.27) with Microsoft SMTP Server id 8.3.137.0; Thu, 10 Nov 2011
 14:10:02 +0100
From: MediaWiki Mail <[email protected]>


Postfix Server on the same machine which uses the same tunnel/relay:

Received: from wiki.company.local (10.41.8.235) by VAVP1E1C.exchangeserver.de
 (10.41.0.5) with Microsoft SMTP Server id 8.3.137.0; Sat, 1 Oct 2011 23:30:34
 +0200
From: root <[email protected]>


Unfortunately i can't tell how mail headers look like now...

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to