[Mediawiki-l] Email confirmation and email notification ofpassword change don't work.

Jack Eapen C jackec at suntecgroup.com
Fri Aug 17 04:52:36 UTC 2007


In my case, wiki runs on Linux. But our mail server is Exchange on
Windows server. In such a case, how can I get MW's email functions to
work?

Regards,
 
Jack
----------------------------------------------------------------
"Intelligence triumphs muscle, Imagination triumphs both!"

-----Original Message-----
From: mediawiki-l-bounces at lists.wikimedia.org
[mailto:mediawiki-l-bounces at lists.wikimedia.org] On Behalf Of Seungwon
Yang
Sent: Friday, August 17, 2007 8:41 AM
To: MediaWiki announcements and site admin list
Subject: Re: [Mediawiki-l] Email confirmation and email notification
ofpassword change don't work.

mail() didn't work when I tested it with a small php script.  Finally,
the
two steps below made my MW work :-)
--------------------------------------------
1.  Got a help from
http://forums.macosxhints.com/archive/index.php/t-14639.html

[root at xxx public_html]# chmod g+s /usr/sbin/sendmail.sendmail

[root at xxx public_html]# ls -l /usr/sbin/sendmail.sendmail

-r-xr-sr-x 1 root smmsp 774264 May 6 2005 /usr/sbin/sendmail.sendmail

2. In the server, /var/spool/clientmqueue was originally owned by root.
changed owner so that sendmail can have access to
/var/spool/clientmqueue

[root at xxx public_html]# chown smmsp:smmsp /var/spool/clientmqueue/

[root at xxx public_html]# ls -al /var/spool/clientmqueue/

total 8

drwxrwx-w- 2 smmsp smmsp 4096 Aug 16 22:13 .
-------------------------------------------
I appreciate you all who gave me advices and comments,

Regards, Seungwon Yang


On 8/16/07, Platonides < Platonides at gmail.com> wrote:
>
> Thomas Dalton wrote:
> >> Is there any way
> >> that I can check whether mail() in PHP works and correct it if it
> doesn't
> >> work?
> >
> > Write a quick php script to send yourself an email? If the email
> > arrives, mail() is working, if it doesn't, it's not.
>
> Also try it with an account outside your company (send mail not local)
>
>
> _______________________________________________
> MediaWiki-l mailing list
> MediaWiki-l at lists.wikimedia.org
> http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
>
_______________________________________________
MediaWiki-l mailing list
MediaWiki-l at lists.wikimedia.org
http://lists.wikimedia.org/mailman/listinfo/mediawiki-l


This electronic mail (including any attachment thereto) may be confidential and privileged and is intended only for the individual or entity named above. Any unauthorized use, printing, copying, disclosure or dissemination of this communication may be subject to legal restriction or sanction. Accordingly, if you are not the intended recipient, please notify the sender by replying to this email immediately and delete this email (and any attachment thereto) from your computer system...Thank You



More information about the MediaWiki-l mailing list