Problem: fatal: cannot handle command-line recipients with -t

Hi RT Users,

and another problem :frowning: If i set up the mail gateway, i get the following
error message:

Feb 25 19:12:29 dirr postfix/sendmail[15089]: fatal: cannot handle
command-line recipients with -t
Feb 25 19:12:30 dirr postfix/local[15067]: 0CBB120199:
to=rt-gen@company.de, relay=local, delay=2, status=sent
(“|/opt/rt3/bin/rt-mailgate --queue RequestTracker --action correspond --url
http://rt.company.de”)

My Postfix is version: mail_version = 1.1.12

and my RT_SiteCconfig.pm look like:

Set($MailCommand , ‘sendmail’);
Set($SendmailArguments , “-oi”);
Set($SendmailPath , “/usr/sbin/sendmail”);
Set($UseFriendlyFromLine , 1);
Set($FriendlyFromLineFormat , “"%s via RT" <%s>”);
Set($UseFriendlyToLine , 0);

I have read some other Maillinglist entries, but no solution till now?!?

Kind Regards

Torsten Brumm

Hi there,

error found, a global right for everyone is needed to create a ticket via mail.

Torsten