Mails bouncing: no recipients

Hi,

I’m trying to get RT (2.0.9) sending mails like autoreplies. Incoming mails
work fine. But outgoing mails are bouncing, the mta is postfix:


: Message processing aborted: No recipients specified

[-- Attachment #2: Delivery error report --]
[-- Type: message/delivery-status, Encoding: 7bit, Size: 0.2K --]

Reporting-MTA: dns; rttest-dot-de
Arrival-Date: Thu, 14 Feb 2002 18:01:40 +0100 (CET)

Final-Recipient: rfc822; unknown
Action: failed
Status: 5.0.0

Diagnostic-Code: X-Postfix; Message processing aborted: No recipients
specified

[-- Attachment #3: Undelivered Message --]
[-- Type: message/rfc822, Encoding: 7bit, Size: 1.5K --]From: xyz@rttest-dot-de
To: undisclosed-recipients:;
Date: Thu, 14 Feb 2002 18:01:40 +0100 (CET)

[-- Attachment #3: Undelivered Message --]
[-- Type: message/rfc822, Encoding: 7bit, Size: 1.5K --]

From: xyz@rttest-dot-de
To: undisclosed-recipients:;
Date: Thu, 14 Feb 2002 18:01:40 +0100 (CET)

From: general rt-dev@rttest-dot-de

RT-Ticket: rttest-dot-de #11

X-Mailer: Perl5 Mail::Internet v1.32

Reply-To: rt-dev@rttest-dot-de

RT-Originator: bengt.wessling@rt-dot-de

X-RT-Loop-Prevention: rttest-dot-de

Content-Disposition: inline

Content-Type: text/plain

Subject: [rttest-dot-de #11] AutoReply: mhmmmm

In-Reply-To: rt-11@rttest-dot-de

Managed-BY: Request Tracker 2.0.9 (http://www.fsck.com/projects/rt/)

Precedence: bulk

Content-Transfer-Encoding: binary

To: bengt.wessling@rttest-dot-de

Sender: nobody dev-general@rttest-dot-de

Mime-Version: 1.0

   Greetings,
    This message has been automatically generated in response to the

creation of a trouble ticket regarding:
“mhmmmm”,
a summary of which appears below.

That looks as if RT is not adding a recipient to the header and only to the
body of the mail. I’m getting the same results when just mailing to watchers
or Cc: to someone. Can anyone comment on that?

thanks,

Bengt

I’m trying to get RT (2.0.9) sending mails like autoreplies. Incoming mails
work fine. But outgoing mails are bouncing, the mta is postfix:


: Message processing aborted: No recipients specified

Could you supply the following bits from your etc/config.pm:

$MailCommand
$SendmailArguments
$SendmailPath
$UseFriendlyToLine

Regards,

                         Bruce Campbell                            RIPE
               Systems/Network Engineer                             NCC
             www.ripe.net - PGP562C8B1B                      Operations

Hi Bruce,

I’m trying to get RT (2.0.9) sending mails like autoreplies. Incoming mails
work fine. But outgoing mails are bouncing, the mta is postfix:


: Message processing aborted: No recipients specified

Could you supply the following bits from your etc/config.pm:

sure:

$MailCommand
sendmail
$SendmailArguments
tried -oi, -oi -t and -oi -ODeliveryMode=b -OErrorMode=m
$SendmailPath
/usr/sbin/sendmail (that’s the only one on the system)
$UseFriendlyToLine
1, but also tried 0/undef

thanks,

Bengt

I’m trying to get RT (2.0.9) sending mails like autoreplies. Incoming mails
work fine. But outgoing mails are bouncing, the mta is postfix:
: Message processing aborted: No recipients specified

Could you supply the following bits from your etc/config.pm:

sure:

$MailCommand

sendmail

Try sendmailpipe instead. The ‘sendmail’ $MailCommand invokes
Mail::Mailer, which is broken on some systems. You will also need to
ensure that

$SendmailArguments

tried -oi, -oi -t and -oi -ODeliveryMode=b -OErrorMode=m

has ‘-t’ in it somewhere, and that the web user can execute

$SendmailPath

/usr/sbin/sendmail (that’s the only one on the system)

successfully.

$UseFriendlyToLine

1, but also tried 0/undef

postfix shouldn’t have a problem if this is set to 1, as all the comments
I’ve seen on it speak great tomes about the evils of sendmail being
Friendly :wink:

Regards,

                         Bruce Campbell                            RIPE
               Systems/Network Engineer                             NCC
             www.ripe.net - PGP562C8B1B                      Operations

Hi Bruce,

$MailCommand

sendmail

Try sendmailpipe instead. The ‘sendmail’ $MailCommand invokes
Mail::Mailer, which is broken on some systems. You will also need to
ensure that

done that and

$SendmailArguments

tried -oi, -oi -t and -oi -ODeliveryMode=b -OErrorMode=m

has ‘-t’ in it somewhere, and that the web user can execute

and that: outgoing mail is working. Thanks very much,

Bengt