> None of these methods work - can anyone venture a guess why?

Scott,

I had some problems getting IMP to work with tmda-ofmipd. My solution was to
create an instance of tmda-ofmipd that listens to localhost:8025, i.e.:

/usr/local/tmda/bin/tmda-ofmipd -f -R imap -p localhost:587 -u root

(Obviously, you might want something else than -R imap or -f.)

My horde.php configuration includes the following setting:

$conf['mailer']['params'] = array('host' => 'localhost', 'port' => '8025',
'auth' => 'true);

It might solve your IMP problem.

 - wolf -
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to