"Scott Onstott" <[EMAIL PROTECTED]> writes: > 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.
Enable LOGFILE_OUTGOING in the config file of the user logged into IMP. Then, post what tmda-sendmail logs here. Tim _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
