-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi there,
in our wiki (http://wiki-de.genealogy.net) we have enabled user-to-user mail and notifications of page edits.
Since we have changed
$wgPasswordSender = "Genwiki@genealogy.net"; $wgPasswordSender = "GenWiki Nachrichten KeinEmpfang@genealogy.net";
Mediawiki stops sending notifications (without any syslog entries at wiki and mail hosts), but still remains sending user-to-user mail.
We are working with
$wgEnotifUserTalk = true; $wgEnotifWatchlist = true;
and
$wgUserEmailUseReplyTo = true;
for well known reasons.
Has anybody suggestions which screw is to tighten?
THX in advance.
Uwe (Baumbach) U.Baumbach@web.de GenWiki - The wiki for German genealogists - --
Besuchen Sie den 61. Deutschen Genealogentag! 11.-14. September 2009 http://www.genealogentag.de
Since we have changed
$wgPasswordSender = "Genwiki@genealogy.net"; $wgPasswordSender = "GenWiki Nachrichten KeinEmpfang@genealogy.net";
That's not a valid e-mail address. $wgPasswordSender takes a string that must be a valid e-mail address representing the account to send mail from, not some random string that you'd like to appear in the 'from' field. Hence all attempts to send mail headered as being from that account fail, so you get no messages.
--HM
wikitech-l@lists.wikimedia.org