[imp] Re: Sendmail trouble in colombia

Eric Rostetter eric.rostetter at physics.utexas.edu
Tue Jun 17 15:15:41 PDT 2003


Quoting Eric Rostetter <eric.rostetter at physics.utexas.edu>:

> Try editing horde/config/horde.php (or conf.php depending on version) to
> say:
>
> $conf['mailer']['type'] = 'smtp';
> $conf['mailer']['params'] = array('host' => 'smtp.example.com'
>                                   'port' => '1234');
>
> where '1234' would be whatever port your smtp server is on...

Missed a comma in there.  Should read:

$conf['mailer']['type'] = 'smtp';
$conf['mailer']['params'] = array('host' => 'smtp.example.com',
                                  'port' => '1234');

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

Why get even? Get odd!


More information about the imp mailing list