[Mediawiki-l] Email setup

Andrew Lowe andrew.lowe at quantm.net
Mon Jun 5 23:22:57 UTC 2006


 

> -----Original Message-----
> From: mediawiki-l-bounces at Wikimedia.org 
> [mailto:mediawiki-l-bounces at Wikimedia.org] On Behalf Of Simon Renshaw
> Sent: Tuesday, 6 June 2006 5:42 AM
> To: MediaWiki announcements and site admin list
> Subject: Re: [Mediawiki-l] Email setup
> 
> Forgot to put my settings in the other email so here they are.
> 
> This is what I have:
> 
> $wgEmergencyContact = "wiki at castortech.com";
> $wgPasswordSender	= "wiki at castortech.com";
> $wgEnableEmail = true;
> $wgEnableUserEmail = true;
> 
> $wgSMTP = array(
>  'host'     => "smtp.globetrotter.net",
>  'IDHost'   => "castortech.com",
>  'port'     => 25,
>  'auth'     => false,
>  );
> 
[snip]
>From a noob grasping at straws here, try formatting the array as
follows:

$wgSMTP = array (
	"host" => 'smtp.globetrotter.net',
	"IDHost" => 'castortech.com',
	"port" => "25",
	"auth" => false
);

Just out of interest, once again from a noob, your domain appears to be
"castortech.com" whilst your email server is "smtp.globetrotter.net".
I've got auth set to false as I'm behind my companies firewall, running
only on our internal network, but you appear to be "jumping domains"
here castortech.com -> globetrotter.net so shouldn't you have to log in
to globetrotter  to send emails hence auth should be true with a
username and password? I just ask as I'm unaware of what your internal
network structure is.

	Regards,
		Andrew Lowe

p.s. And yes I know I've probably used all of the wrong terms, "jumping
domains" etc, to describe the situation but I think I've got the idea
across......



More information about the MediaWiki-l mailing list