Hello,<br><br>I'm trying to receive emails on RT and I'm getting an error message regarding to the prog mailer. I created the symbolic link <span style="font-weight: bold;"> ln -s /usr/bin/rt-mailgate /etc/smrsh/rt-mailgate 
</span>because I'm using sendmail. <br><br>These are the packages of sendmail I have installed<br style="font-weight: bold;"><br>sendmail-cf-8.13.1-3.RHEL4.5<br>sendmail-8.13.1-3.RHEL4.5<br><br>These are the packages of RT I have installed:
<br><br>rt-mail-dispatcher-3.4.5-2<br>rt-3.4.5-2<br><br style="font-weight: bold;">This is how part of my RT_SiteConfig file looks like:<br><br>Set($MailCommand , 'sendmailpipe');<br>Set($SendmailArguments , "-oi -t");
<br>Set($SendmailBounceArguments , '-f "<>"');<br>Set($SendmailPath , "/usr/sbin/sendmail");<br><br><br>This the error message I get when I send emails from my personal email address to <a href="mailto:rt@rt.domain.com">
rt@rt.domain.com</a>. It gets to the server but no success.<br><br><span style="font-style: italic;">May 22 10:30:03 rt sendmail[26804]: l4MEU2R0026804: from=<<a href="mailto:me@myaddress.com">me@myaddress.com</a>>, size=2882, class=0, nrcpts=1, msgid=<
009501c79c7d$e994b2f0$7100000a@MyDEsktopComputer>, proto=ESMTP, daemon=MTA, relay=mail.domain.tld [<a href="http://1.2.3.4">1.2.3.4</a>]</span><br style="font-style: italic;"><span style="font-style: italic;">May 22 10:30:03 rt sendmail[26807]: l4MEU2R0026804: to="|/etc/smrsh/rt-mailgate --queue general --action correspond --url 
<a href="http://rt.domain.com">http://rt.domain.com</a>", ctladdr=<<a href="mailto:rt@rt.domain.com">rt@rt.domain.com</a>> (8/0), delay=00:00:01, xdelay=00:00:00, mailer=prog, pri=33071, dsn=4.0.0, stat=Deferred: prog mailer (/usr/sbin/smrsh) exited with EX_TEMPFAIL
</span><br><br><br><br>Any inputs??????<br><br><br><br>