<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/1.1.8">
</HEAD>
<BODY>
A little more info.<BR>
Continuing my previous troubleshooting....<BR>
<BR>
[root@support smrsh]# echo "This is a test message" | ./rt-mailgate --queue=internal --action=comment --url=<A HREF="https://support.neubus.com/">https://support.neubus.com/</A><BR>
An Error Occurred<BR>
=================<BR>
<BR>
501 Protocol scheme 'https' is not supported<BR>
(Crypt::SSLeay not installed)<BR>
<BR>
>>>> Let's try with debug on<BR>
[root@support smrsh]# echo "This is a test message" | ./rt-mailgate --queue=internal --action=comment --debug  --url=<A HREF="https://support.neubus.com/">https://support.neubus.com/</A><BR>
Connecting to https://support.neubus.com//REST/1.0/NoAuth/mail-gateway at ./rt-mailgate line 444, <> chunk 1.<BR>
An Error Occurred<BR>
=================<BR>
<BR>
501 Protocol scheme 'https' is not supported<BR>
(Crypt::SSLeay not installed)<BR>
This is ./rt-mailgate exiting because of an undefined server error at ./rt-mailgate line 492, <> chunk 1.<BR>
<BR>
<BR>
>>>>What happens if run mail-gateway manually...<BR>
>>>> <A HREF="https://support.neubus.com//REST/1.0/NoAuth/mail-gateway">https://support.neubus.com//REST/1.0/NoAuth/mail-gateway</A>?message="This is a test Message"<BR>
<BR>
Running this from a browser creates a ticket in the general queue with my sample message. If I knew the rest of the arguments, I could probably create whatever I want manually.<BR>
<BR>
So....<BR>
Looks like the failure is not sendmail calling rt-mailgate, but rt-mailgate calling mail-gateway.<BR>
Does this add any additional clues to my problem?<BR>
<BR>
</BODY>
</HTML>