Chris Berry <[EMAIL PROTECTED]> writes: > I'd like to set the Mail-Followup-To header on my outgoing mail. qmail > normally can do this as long as your MUA uses /usr/sbin/sendmail or > qmail-inject Currently I'm using tmda-ofmipd, how would I make it work > using that? I looked around on google but didn't see much, though there > was one mention of it for the 1.2 release, is this something that hasn't > been implemented yet?
tmda-ofmipd runs tmda-inject (the same as tmda-sendmail, more or less) to send the message. How tmda-inject sends the message is defined with the MAIL_TRANSPORT variable. With more recent versions of TMDA, MAIL_TRANSPORT is set to "sendmail", which means that TMDA will use whatever program is defined in SENDMAIL_PROGRAM. The defaults are /usr/sbin/sendmail and /usr/lib/sendmail, whichever it finds first. You can explicitly set this to /var/qmail/bin/sendmail or to /var/qmail/bin/qmail-inject, as both of them understand the -f switch that TMDA uses to set the envelope sender. If /usr/sbin/sendmail is a link to /var/qmail/bin/sendmail, you don't need to do anything. Tim _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
