[imp] Sendmail issue

Chuck Hagenbuch chuck@horde.org
Fri, 10 Aug 2001 12:28:42 -0400


Quoting Ronald Bootsman <Ronald@Bootsman.net>:

> Tried it in the horde/conf/horde.php in the line $conf['mailer']['type'] =
> 'sendmail' adding the -C... entry, but it did not work. It results in a
> error in compose.php when sending a mail.

Do you mean you had:

$conf['mailer']['type'] = 'sendmail -C'; ?

You should try:

$conf['mailer']['type'] = 'sendmail';
$conf['mailer']['params'] = array('sendmail_path' => '/usr/lib/sendmail -C');

I also just added the sendmail_args parameters, so if you grabbed the latest 
PEAR, you could do:

$conf['mailer']['type'] = 'sendmail';
$conf['mailer']['params'] = array('sendmail_path' => '/usr/lib/sendmail',
                                  'sendmail_args' => '-C');


-chuck

--
Charles Hagenbuch, <chuck@horde.org>
Some fallen angels have their good reasons.