[imp] Setup HORDE and IMP to use SMTP not sendmai

Adam Tauno Williams awilliam at opengroupware.us
Tue Nov 17 13:26:58 UTC 2009


On Tue, 2009-11-17 at 15:00 +0200, Pekka Sundelin wrote:
>         Hello I'm really new with HORDE. Installation is done (Apache
> webserver running on Windows with PHP 5.2.9) but I have a problem with
> sending mail I get error message "sendmail returned error code
> 1" that is quite ok because I do not have sendmail installed and
> I like to configure Horde to use SMTP host which I normally use, but
> where I should change and what?

The admin menu supports setting that up.

But it is basically...
$conf['mailer']['params']['host'] = 'smtp.mormail.com';
$conf['mailer']['params']['localhost'] = 'flask-green.mormail.com';
$conf['mailer']['params']['auth'] = 'PLAIN';
$conf['mailer']['params']['username'] = Auth::getAuth();
$conf['mailer']['params']['password'] = Auth::getCredential('password');
$conf['mailer']['type'] = 'smtp';
...
in horde/config/conf.php

-- 
OpenGroupware developer: awilliam at whitemice.org
<http://whitemiceconsulting.blogspot.com/>
OpenGroupare & Cyrus IMAPd documenation @
<http://docs.opengroupware.org/Members/whitemice/wmogag/file_view>



More information about the imp mailing list