Control Return-Path under Qmail

Using Qmail, the Return-Path (SMTP FROM) of messages sent by RT appears
as (the account of whoever last restarted HTTPD)@(machine running RT)

I’m using ‘sendmailpipe’ and /var/qmail/bin/sendmail. Any easy way to
control this?

Thanks,

Mick

Using Qmail, the Return-Path (SMTP FROM) of messages sent by RT appears
as (the account of whoever last restarted HTTPD)@(machine running RT)

I’m using ‘sendmailpipe’ and /var/qmail/bin/sendmail. Any easy way to
control this?

For those who need to know, adding a -f postmaster@me.com to the
$SendmailArguments variable in RT_SiteConfig.pm did the trick, now the
envelope has a nice Return-Path address.

On a related note: is it possible to suppress the RT-Originator: field
without modifying the code? We don’t want to leak our personal
addresses to customer correspondence, preferring that they respond only
to RT.

Thanks,

Mick