Hi,
I've got Mediawiki 1.6.6 running on a Windows XP SP2 system with Apache 2.2, php 5.1.4, PEAR's Mail package ver. 1.1.10 and MySQL 5.0.21. This PC is being run behind a firewall and will be accessed only by internal users. The system is up and running and I can login, create new discussions, edit...etc but when I try to "Confirm your email address" by pushing the "Mail a confirmation code" button, all I get is a blank page and no email is sent.
My localsetting.php file contains the following:
$wgEnableEmail = true; $wgEnableUserEmail = true;
$wgEmergencyContact = "wikiadminl@internaltest.com"; $wgPasswordSender = "wikiadmin@internaltest.com"; $wgSMTP = array( "host" => '192.168.1.2', "IDHost" => 'internaltest.com', "port" => "25", # 'auth' => false, "auth" => true, "username" => 'wikiadmin', "password" => 'BlahBlah'
For "host" I have tried the ip address of the system, the machine name, smtp.machine name, smpt.machine name.FQDN but no luck.
My php.ini has:
[mail function] ; For Win32 only. SMTP = 192.168.1.2 smtp_port = 25
; For Win32 only. sendmail_from = wikiadmin@internaltest.com
Any suggestions that could be offered would be appreciated.
Thanks.
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Seems obvious but... do you have a configured and running SMTP server on 192.168.1.2 ?
Teh blank page is due to _some error_ Your php configuration is such that when an error is found it doesn't reveal anything. More difficult to debug, but more secure as intruders don't know the error message. Perssonally, i'd low it.
"Fred LaCroix" a écrit:
Hi,
I've got Mediawiki 1.6.6 running on a Windows XP SP2 system with Apache 2.2, php 5.1.4, PEAR's Mail package ver. 1.1.10 and MySQL 5.0.21. This PC is being run behind a firewall and will be accessed only by internal users. The system is up and running and I can login, create new discussions, edit...etc but when I try to "Confirm your email address" by pushing the "Mail a confirmation code" button, all I get is a blank page and no email is sent.
My localsetting.php file contains the following:
$wgEnableEmail = true; $wgEnableUserEmail = true;
$wgEmergencyContact = "wikiadminl@internaltest.com"; $wgPasswordSender = "wikiadmin@internaltest.com"; $wgSMTP = array( "host" => '192.168.1.2', "IDHost" => 'internaltest.com', "port" => "25", # 'auth' => false, "auth" => true, "username" => 'wikiadmin', "password" => 'BlahBlah'
For "host" I have tried the ip address of the system, the machine name, smtp.machine name, smpt.machine name.FQDN but no luck.
My php.ini has:
[mail function] ; For Win32 only. SMTP = 192.168.1.2 smtp_port = 25
; For Win32 only. sendmail_from = wikiadmin@internaltest.com
Any suggestions that could be offered would be appreciated.
Thanks.
Good question but yes 192.168.1.2 has an SMTP server on it. I've confirmed functionality by relaying an email message through it using Outlook.
I'll try setting display_errors to On and see what I get.
Thanks for your help.
Platonides Platonides@gmail.com wrote: Seems obvious but... do you have a configured and running SMTP server on 192.168.1.2 ?
Teh blank page is due to _some error_ Your php configuration is such that when an error is found it doesn't reveal anything. More difficult to debug, but more secure as intruders don't know the error message. Perssonally, i'd low it.
"Fred LaCroix" a écrit:
Hi,
I've got Mediawiki 1.6.6 running on a Windows XP SP2 system with Apache 2.2, php 5.1.4, PEAR's Mail package ver. 1.1.10 and MySQL 5.0.21. This PC is being run behind a firewall and will be accessed only by internal users. The system is up and running and I can login, create new discussions, edit...etc but when I try to "Confirm your email address" by pushing the "Mail a confirmation code" button, all I get is a blank page and no email is sent.
My localsetting.php file contains the following:
$wgEnableEmail = true; $wgEnableUserEmail = true;
$wgEmergencyContact = "wikiadminl@internaltest.com"; $wgPasswordSender = "wikiadmin@internaltest.com"; $wgSMTP = array( "host" => '192.168.1.2', "IDHost" => 'internaltest.com', "port" => "25", # 'auth' => false, "auth" => true, "username" => 'wikiadmin', "password" => 'BlahBlah'
For "host" I have tried the ip address of the system, the machine name, smtp.machine name, smpt.machine name.FQDN but no luck.
My php.ini has:
[mail function] ; For Win32 only. SMTP = 192.168.1.2 smtp_port = 25
; For Win32 only. sendmail_from = wikiadmin@internaltest.com
Any suggestions that could be offered would be appreciated.
Thanks.
_______________________________________________ Wikitech-l mailing list Wikitech-l@wikimedia.org http://mail.wikipedia.org/mailman/listinfo/wikitech-l
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
I have the same problem, maybe it relate to to the way that wiki process email addresses stored in UTF-8. I am not sure if my mail server support the UTF-8 email adress.
2006/6/13, Fred LaCroix tenguspam@yahoo.com:
Good question but yes 192.168.1.2 has an SMTP server on it. I've confirmed functionality by relaying an email message through it using Outlook.
I'll try setting display_errors to On and see what I get.
Thanks for your help.
Platonides Platonides@gmail.com wrote: Seems obvious but... do you have a configured and running SMTP server on 192.168.1.2 ?
Teh blank page is due to _some error_ Your php configuration is such that when an error is found it doesn't reveal anything. More difficult to debug, but more secure as intruders don't know the error message. Perssonally, i'd low it.
"Fred LaCroix" a écrit:
Hi,
I've got Mediawiki 1.6.6 running on a Windows XP SP2 system with Apache 2.2, php 5.1.4, PEAR's Mail package ver. 1.1.10 and MySQL 5.0.21. This
PC
is being run behind a firewall and will be accessed only by internal users. The system is up and running and I can login, create new discussions, edit...etc but when I try to "Confirm your email address"
by
pushing the "Mail a confirmation code" button, all I get is a blank page and no email is sent.
My localsetting.php file contains the following:
$wgEnableEmail = true; $wgEnableUserEmail = true;
$wgEmergencyContact = "wikiadminl@internaltest.com"; $wgPasswordSender = "wikiadmin@internaltest.com"; $wgSMTP = array( "host" => '192.168.1.2', "IDHost" => 'internaltest.com', "port" => "25", # 'auth' => false, "auth" => true, "username" => 'wikiadmin', "password" => 'BlahBlah'
For "host" I have tried the ip address of the system, the machine name, smtp.machine name, smpt.machine name.FQDN but no luck.
My php.ini has:
[mail function] ; For Win32 only. SMTP = 192.168.1.2 smtp_port = 25
; For Win32 only. sendmail_from = wikiadmin@internaltest.com
Any suggestions that could be offered would be appreciated.
Thanks.
Wikitech-l mailing list Wikitech-l@wikimedia.org http://mail.wikipedia.org/mailman/listinfo/wikitech-l
Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ Wikitech-l mailing list Wikitech-l@wikimedia.org http://mail.wikipedia.org/mailman/listinfo/wikitech-l
wikitech-l@lists.wikimedia.org