[imp] smtp gateway

Jeff Graves jeff at image-src.com
Wed Feb 19 16:09:44 PST 2003


Try:

$conf['mailer']['params'] = array();
$conf['mailer']['params']['host'] = 'mailgate.lodging.com';

Make sure you remove the space in front of the second line.

Jeff Graves
Customer Support Engineer
Image Source, Inc.
10 Mill Street
Bellingham, MA 02019

jeff at image-src.com - Email
508.966.5200 X31 - Phone
508.966.5170 - Fax

-----Original Message-----
From: imp-bounces at lists.horde.org
[mailto:imp-bounces at lists.horde.org]On
Behalf Of Eric Rostetter
Sent: Wednesday, February 19, 2003 1:51 PM
To: imp at lists.horde.org
Subject: Re: [imp] smtp gateway


Quoting rodneys at lodging.com:

> Hello:
>
> I'm using Horde 2.1, IMP 3.1 on Tru64 Digital UNIX.
>
> In the horde.php, I have configured the following below for my IMP
server
> sending all outbound email to my antivirus server; however, the
email's
> headers
> has not indicated that it went through the antivirus gateway server.
Please
> analyze (mailgate is the antivirus gateway server):

Looks right to me, assuming mailgate.lodging.com is your anti-virus
enabled mail machine.  But be aware that any smtphost values in
horde/imp/config/servers.php will, AFAIK, override these values, so
make sure you didn't set another hostname there.

> /**
>  ** Mailer
>  **/
>
> // What method should we use for sending mail? Valid options are
> // currently 'sendmail' and 'smtp'.
> $conf['mailer']['type'] = 'smtp';
>
> // An array holding any parameters that the Mail object will need to
> // function correctly. For sendmail, this is mainly the
sendmail_path
> // option; SMTP requires at least a server and a port (if
nonstandard).
> // If you want to use SMTP authentication, set the 'auth' parameter
> // to 'true' (without quotes).
> $conf['mailer']['params'] = array();
> // $conf['mailer']['params'] = array('sendmail_path' =>
'/usr/lib/sendmail');
>  $conf['mailer']['params'] = array('host' =>
'mailgate.lodging.com');

--
Eric Rostetter
The Department of Physics
The University of Texas at Austin

Why get even? Get odd!

--
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe at lists.horde.org



More information about the imp mailing list