[imp] Attachemnt Problem ...
Chris Hastie
lists@oak-wood.co.uk
Wed, 3 Jul 2002 20:10:49 +0100
On Wed, 3 Jul 2002, Mac Table <mactable@yahoo.com> wrote
>Do you think If I change my Postfix to another such as
>Exim/Sendmail will solve or decrease this problem?
>This problem make me headache.
There seems to be a less drastic work around. I've found that by
switching to sending to Postfix by SMTP the problem I'm seeing here is
sorted.
Try
$conf['mailer']['type'] = 'smtp';
$conf['mailer']['params'] = array('host' => 'localhost');
in your horde/config/horde.php.
I was missing one library, Net_Socket, which I grabbed from
http://pear.php.net/package-info.php?pacid=64 to get SMTP delivery to
Postfix working.
--
Chris Hastie