I was able to get Horde/Imp to send using tmda-sendmail (not tmda-ofmipd yet) but it still doesn't parse X-TMDA headers either in the subject or body of the message.
Here is horde.php /** ** Mailer **/ $conf['mailer']['type'] = 'sendmail'; $params['sendmail_path'] = '/usr/bin/sudo'; $params['sendmail_args'] = ' -H -u ' .$imp['user']. '/usr/local/src/tmda/bin/tmda-sendmail -t'; What am I doing wrong? Shouldn't X-TMDA headers get processed? They still appear in the message. It appears to be using tmda-sendmail however. _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
