"Jason R. Mastaler" <[EMAIL PROTECTED]> invited blackmail by remarking:
> Didn't IMP webmail work with tmda-ofmipd before? According to FAQ 5.6
> it does. Or, are you just saying that it now works with remote
> authentication?
Before this change, IMP required hacking to work properly with TMDA, though
it could be done.
Prior to tofmipd, this is how I accomplished it, and advised others to:
(from horde's config/horde.php)
$conf['mailer']['params'] = array();
$conf['mailer']['params']['sendmail_path'] = '/usr/bin/sudo';
$conf['mailer']['params']['sendmail_path'] = '-H -u ' . '
/usr/bin/tmda-sendmail -t';
And then added the following to sudoers:
apache ALL= (ALL) NOPASSWD: /usr/bin/tmda-sendmail
This hack was a bit easier than messing with mod_suexec, IMHO.
Since the new Net_SMTP came out, I used a hack to get it to work,
preventing it from looking for CRAM-MD5 accouncements:
353c353
< static $methods = array('LOGIN', 'PLAIN');
---
> static $methods = array('DIGEST-MD5', 'CRAM-MD5', 'LOGIN',
> 'PLAIN');
But now, with this change, no hacking of TMDA, IMP, or PEAR libs are
necessary, it can all be done via configs.
Regards,
DV
msg01132/pgp00000.pgp
Description: PGP signature
