[imp] smtp gateway

Eric Rostetter eric.rostetter at physics.utexas.edu
Wed Feb 19 12:50:46 PST 2003


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!


More information about the imp mailing list