<div class="gmail_quote">On Thu, Apr 30, 2009 at 5:06 PM, Ruslan Zakirov <span dir="ltr">&lt;<a href="mailto:ruslan.zakirov@gmail.com">ruslan.zakirov@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
3.8&#39;s mailgate dowsn&#39;t allow you to create a ticket with a requestor.<br>
<div><div></div><div class="h5"></div></div></blockquote><div><br><br>Currently my mailserver talks to RT to create the ticket. So RT does not have to<br>listen to SMTP. Makes it that much secure.<br><br>So my mail server qmail receives the message and send it over to RT like this<br>
<br>(iqbala)@qmail:~$ cat ~alias/.qmail-syshelp                                                               <br>|822field x-spam-status | egrep -iw yes &gt;/dev/null &amp;&amp; exit 100 || exit 0                                  <br>
|822field from | egrep -i &quot;MAILER-DAEMON|POSTMASTER|ABUSE&quot; &gt;/dev/null &amp;&amp; exit 100 || exit 0               <br>|822field to | egrep -i &quot;MAILER-DAEMON|POSTMASTER|ABUSE&quot; &gt;/dev/null &amp;&amp; exit 100 || exit 0                 <br>
|822field cc | egrep -i &quot;MAILER-DAEMON|POSTMASTER|ABUSE&quot; &gt;/dev/null &amp;&amp; exit 100 || exit 0                 <br>|822field return-path | egrep -i &quot;MAILER-DAEMON|POSTMASTER|ABUSE&quot; &gt;/dev/null &amp;&amp; exit 100 || exit 0        <br>
|/opt/rt3/bin/rt-mailgate --queue syshelp --action correspond --url <a href="https://rt.example.net">https://rt.example.net</a> 2&gt;/dev/null || exit 111                                                                                          <br>
<br>How would I go by sending the tickets to the new RT 3.8.2 ?<br><br><br> <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div class="h5">
<br>
On Fri, May 1, 2009 at 1:01 AM, Asif Iqbal &lt;<a href="mailto:vadud3@gmail.com">vadud3@gmail.com</a>&gt; wrote:<br>
&gt; The upgraded RT 3.8.2 is failing with rt-mailgate. The original installation<br>
&gt; works just fine. What am I missing?<br>
&gt;<br>
&gt; (iqbala)@qmail:~$ echo this is a test | /tmp/rt-mailgate --queue syshelp<br>
&gt; --action correspond --url <a href="https://192.168.0.174" target="_blank">https://192.168.0.174</a> --debug<br>
&gt; /tmp/rt-mailgate: temp file is &#39;/tmp/mmF2JFMLdU&#39;<br>
&gt; /tmp/rt-mailgate: connecting to<br>
&gt; <a href="https://192.168.0.174/REST/1.0/NoAuth/mail-gateway" target="_blank">https://192.168.0.174/REST/1.0/NoAuth/mail-gateway</a><br>
&gt; not ok - Could not load a valid user<br>
&gt;<br>
&gt; (iqbala)@qmail:~$ echo this is a test | /tmp/rt-mailgate --queue syshelp<br>
&gt; --action correspond --url <a href="https://rt.example.net" target="_blank">https://rt.example.net</a> --debug<br>
&gt; /tmp/rt-mailgate: temp file is &#39;/tmp/mmF2JFMLdU&#39;<br>
&gt; /tmp/rt-mailgate: connecting to<br>
&gt; <a href="https://rt.example.net/REST/1.0/NoAuth/mail-gateway" target="_blank">https://rt.example.net/REST/1.0/NoAuth/mail-gateway</a><br>
&gt; okTicket: 604325Queue: SysHelpOwner: NobodyStatus: newSubject: Requestor:<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Asif Iqbal<br>
&gt; PGP Key: 0xE62693C5 KeyServer: <a href="http://pgp.mit.edu" target="_blank">pgp.mit.edu</a><br>
&gt; A: Because it messes up the order in which people normally read text.<br>
&gt; Q: Why is top-posting such a bad thing?<br>
&gt;<br>
&gt;<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; <a href="http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users" target="_blank">http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users</a><br>
&gt;<br>
&gt; Community help: <a href="http://wiki.bestpractical.com" target="_blank">http://wiki.bestpractical.com</a><br>
&gt; Commercial support: <a href="mailto:sales@bestpractical.com">sales@bestpractical.com</a><br>
&gt;<br>
&gt;<br>
&gt; Discover RT&#39;s hidden secrets with RT Essentials from O&#39;Reilly Media.<br>
&gt; Buy a copy at <a href="http://rtbook.bestpractical.com" target="_blank">http://rtbook.bestpractical.com</a><br>
&gt;<br>
<font color="#888888"><br>
<br>
<br>
--<br>
Best regards, Ruslan.<br>
</font></blockquote></div><br><br clear="all"><br>-- <br>Asif Iqbal<br>PGP Key: 0xE62693C5 KeyServer: <a href="http://pgp.mit.edu">pgp.mit.edu</a><br>A: Because it messes up the order in which people normally read text.<br>
Q: Why is top-posting such a bad thing?<br><br><br>