[imp] errors when attempting to send

RangerFox rangerfox@rangerfox.net
Fri, 3 Nov 2000 20:06:04 -0600 (CST)


I don't have those lines in my conf for imp... I have

conf['utils'] = array();
$conf['utils']['sendmail'] = '/usr/sbin/sendmail';

On Fri, 3 Nov 2000, Max Kalika wrote:

> Quoting RangerFox <rangerfox@rangerfox.net>:
> 
> > Warning: Undefined index: mailer in
> > /home/soulhadji/public_html/webmail/horde/imp/compose.php on line 671
> 
> Make sure you have it configured correctly:
> 
> [root@host config]# grep mailer conf.php
> $conf['mailer']['type'] = 'sendmail';
> $conf['mailer']['params'] = array();
> $conf['mailer']['params']['sendmail_path'] = '/usr/local/bin/sendmail';
> 
> 
> --mk23
> 
> -- 
> IMP mailing list: http://horde.org/imp/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
>