Rt-mailgate and sendmail

Any help with this will be greatly appreciated. I’m new to RT but familiar
with linux.

This is what I get when trying to

An Error Occurred

404 Not Found
“|/opt/rt3/bin/rt-mailgate --queue general --action comment --url
http://localhost/”… Deferred: prog mailer (/bin/sh) exited with
EX_TEMPFAIL
Warning: message still undelivered after 4 hours

I’ve also tried using smrsh with the same results.

Thanks,
– Andy

Andrew D Becker/Continental Homes wrote:

Any help with this will be greatly appreciated. I’m new to RT but familiar
with linux.

This is what I get when trying to

An Error Occurred

404 Not Found
“|/opt/rt3/bin/rt-mailgate --queue general --action comment --url
http://localhost/”… Deferred: prog mailer (/bin/sh) exited with
EX_TEMPFAIL
Warning: message still undelivered after 4 hours

I’ve also tried using smrsh with the same results.

Thanks,
– Andy

Use debug option, something like this:
cat xxxxx.eml |/opt/rt3/bin/rt-mailgate --queue general --action comment
–url http://localhost/ --debug

Any help with this will be greatly appreciated. I’m new to RT but familiar
with linux.

read the error message:

An Error Occurred

404 Not Found

404 is a web error. rt-mailgate posts things to the url you list in
its commandline. Are you sure the url is valid?

seph