Hi all,
I installed Mediawiki in a LAN environment. I specified the internal Microsoft smtp server in the "php.ini" to send out emails. However, the mails were not sent out although the local smtp server is listening on port 25. I do not really know what the problem is and would appreciate any help.
The computer is directly connected to a router and has an internal IP (192.168.x.x). The Wiki is running on Apache 2 on port 8080. The smtp server is listening on port 25 (IIS 5).
Thanks for your help.
Mei
You can send mail via PEAR Mail. 1.install pear 2.Edit LocalSetting to add the pear into the include_path like this $path = array( $IP, "$IP/includes", "$IP/languages", "/usr/share/pear" ); 3set the smtp $wgSMTP = array( "host" => '', "IDHost" => "", "port" => "25", "auth" => true, "username" => "", "password" => "", );
On Sun, 2 Jul 2006 18:04:06 -0700 "Mei Wu" mwu.mailbox@gmail.com 撰写于:
Hi all,
I installed Mediawiki in a LAN environment. I specified the internal Microsoft smtp server in the "php.ini" to send out emails. However, the mails were not sent out although the local smtp server is listening on port 25. I do not really know what the problem is and would appreciate any help.
The computer is directly connected to a router and has an internal IP (192.168.x.x). The Wiki is running on Apache 2 on port 8080. The smtp server is listening on port 25 (IIS 5).
Thanks for your help.
Mei _______________________________________________ Wikitech-l mailing list Wikitech-l@wikimedia.org http://mail.wikipedia.org/mailman/listinfo/wikitech-l
Hi Eric, thanks for the tip. I changed the settings and now I get the following error message when I hit the "Email password button":
Login error: Error sending mail: Failed to connect to localhost:25 [SMTP: Failed to connect socket: An established connection was aborted by the software in your host machine. (code: -1, response: )]
I think that means that the smtp server is not running correctly. I am using the Microsoft internal smtp server included in IIS 5. I set it up to allow connections from the localhost and allow relay but I still get the error message. I also installed Mercury mail in order to test another mail server but I had the same problem. Do you have an idea what the problem is ? Thanks again!!
Mei
On 7/4/06, EricJonah ericjonah@gmail.com wrote:
You can send mail via PEAR Mail. 1.install pear 2.Edit LocalSetting to add the pear into the include_path like this $path = array( $IP, "$IP/includes", "$IP/languages", "/usr/share/pear" ); 3set the smtp $wgSMTP = array( "host" => '', "IDHost" => "", "port" => "25", "auth" => true, "username" => "", "password" => "", );
On Sun, 2 Jul 2006 18:04:06 -0700 "Mei Wu" mwu.mailbox@gmail.com 撰写于:
Hi all,
I installed Mediawiki in a LAN environment. I specified the internal Microsoft smtp server in the "php.ini" to send out emails. However, the mails were not sent out although the local smtp server is listening on port 25. I do not really know what the problem is and would appreciate any help.
The computer is directly connected to a router and has an internal IP (192.168.x.x). The Wiki is running on Apache 2 on port 8080. The smtp server is listening on port 25 (IIS 5).
Thanks for your help.
Mei _______________________________________________ Wikitech-l mailing list Wikitech-l@wikimedia.org http://mail.wikipedia.org/mailman/listinfo/wikitech-l
-- EricJonah ericjonah@gmail.com _______________________________________________ Wikitech-l mailing list Wikitech-l@wikimedia.org http://mail.wikipedia.org/mailman/listinfo/wikitech-l
wikitech-l@lists.wikimedia.org