[imp] smtp gateway

Ian Firla ian at deepsky.com
Wed Feb 19 09:03:18 PST 2003


comment out  $conf['mailer']['params'] = array();

also, check what you've got in /etc/imp3/servers.conf

Ian

------------
Dr Ian Firla
Robert Graves Trust		| "A partial count of the software available
St John's College, Oxford       | in just one noncommerical Linux system
OX1 3JP - +44-(0)7855-310565	| would have cost about $1.9 billion to develop
http://www.robertgraves.org	| ... the way Microsoft does it" Bruce Perens


On Wed, 19 Feb 2003 rodneys at lodging.com wrote:

> 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):
>
>
> /**
>  ** 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');
>
>
>
> -------------------------------------------------
> Get a Room at http://www.lodging.com
>
>
> --
> 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