Hi all, just wanted to let everybody know... wikimedia is fast becoming a part of the Engineering change control and Documentation process at Bruce Power(www.brucepower.com) a nuclear utility in SouthWestern Ontario.
So I've got a small problem with my installation. It won't email users who have properly configured email addresses in their preferences. The authenticate email option is off in localsettings.php.
I go the the 'recent changes' page...
I go to 'talk' to one of the users and the 'E-mail this user' option comes up
I click on 'email this user' and get an email form... with the appropriate users...
I click send and get the message that the email has been sent...
But no email ever arrives at the recipient's inbox.
Similarly all email notifications of page edits and such do not work.
To put this in context I ran the following from the command line using php...
<?php // The message $message = "Line 1\nLine 2\nLine 3"; // In case any of our lines are larger than 70 characters, we should use wordwrap() $message = wordwrap($message, 70); // Send mail('myaddress@myplace.com', 'My Subject', $message); ?>
And I received the expected results... so the php back-end to this seems to be working fine.
Any hints tips or tricks to get the email notification working?
Nick ************************************************************************************************** *** The contents of this email and any attachments *** are confidential and may be privileged. *** They are intended for the named recipient(s) only. *** If this message has been delivered to you in error, please reply to the *** sender to that effect, don�t forward the message to anyone *** and delete the message from your computer. *** Thanks for your help, and sorry for the inconvenience. **************************************************************************************************
TORENVLIET Nick(NA) - BRUCE POWER wrote:
Hi all, just wanted to let everybody know... wikimedia is fast becoming a part of the Engineering change control and Documentation process at Bruce Power(www.brucepower.com) a nuclear utility in SouthWestern Ontario.
Uh-oh, did we forget the "this software is not rated for operation of nuclear power facilities" in our license page? ;)
So I've got a small problem with my installation. It won't email users who have properly configured email addresses in their preferences. The authenticate email option is off in localsettings.php.
1) Check the mail server's log.
2) Are you running a Windows mail server and Exchange? If so you may be being bitten by a bug in PHP's mail function on that platform. For a workaround see http://bugzilla.wikimedia.org/show_bug.cgi?id=5494
-- brion vibber (brion @ pobox.com)
Several anti-spam and anti-virus programs as well as software firewalls block "unregistered" programs from sending outbound traffic on TCP 25 (SMTP), if also running these on your server, check their logs. xaosflux ----- Original Message ----- From: "TORENVLIET Nick(NA) - BRUCE POWER" NICK.TORENVLIET@brucepower.com To: wikitech-l@wikimedia.org Sent: Friday, June 16, 2006 12:45 PM Subject: [Wikitech-l] Problems with wikimedia mailing users
Hi all, just wanted to let everybody know... wikimedia is fast becoming a part of the Engineering change control and Documentation process at Bruce Power(www.brucepower.com) a nuclear utility in SouthWestern Ontario.
So I've got a small problem with my installation. It won't email users who have properly configured email addresses in their preferences. The authenticate email option is off in localsettings.php.
I go the the 'recent changes' page...
I go to 'talk' to one of the users and the 'E-mail this user' option comes up
I click on 'email this user' and get an email form... with the appropriate users...
I click send and get the message that the email has been sent...
But no email ever arrives at the recipient's inbox.
Similarly all email notifications of page edits and such do not work.
To put this in context I ran the following from the command line using php...
<?php // The message $message = "Line 1\nLine 2\nLine 3"; // In case any of our lines are larger than 70 characters, we should use wordwrap() $message = wordwrap($message, 70); // Send mail('myaddress@myplace.com', 'My Subject', $message); ?>
And I received the expected results... so the php back-end to this seems to be working fine.
Any hints tips or tricks to get the email notification working?
Nick ************************************************************************************************** *** The contents of this email and any attachments *** are confidential and may be privileged. *** They are intended for the named recipient(s) only. *** If this message has been delivered to you in error, please reply to the *** sender to that effect, don't forward the message to anyone *** and delete the message from your computer. *** Thanks for your help, and sorry for the inconvenience. **************************************************************************************************
--------------------------------------------------------------------------------
Wikitech-l mailing list Wikitech-l@wikimedia.org http://mail.wikipedia.org/mailman/listinfo/wikitech-l
wikitech-l@lists.wikimedia.org