I’ve recently installed rt 2.0, and almost everything is working fine.
Incoming mail is processed, and ends up in the appropriate queue, web
interface works, etc.
I just can’t get the ‘reply’ feature to actually send the mail. Sendmail is
properly configured on this server. I don’t see any debugging info in my
log directory which would point me to a solution for this. Anybody know of
any gotchas?
What scrips have you set up for your queues?On Mon, Jul 02, 2001 at 02:37:09PM -0700, Phil Oester wrote:
I’ve recently installed rt 2.0, and almost everything is working fine.
Incoming mail is processed, and ends up in the appropriate queue, web
interface works, etc.
I just can’t get the ‘reply’ feature to actually send the mail. Sendmail is
properly configured on this server. I don’t see any debugging info in my
log directory which would point me to a solution for this. Anybody know of
any gotchas?
A REAL sysadmin challenge is “resurrect five dead mailserver while so ripped
to the gills on mdma that you can’t focus on any given line of text for more
than 10 seconds continuously.”
-Nathan Mehl
Now, at least, I get the following in the logfile:
RT::Transaction=HASH(0x8fc2704): Checking condition OnCorrespond…
RT::Transaction=HASH(0x8fc2704): Matches condition OnCorrespond…
now requiring RT::Action::Notify
RT::Transaction=HASH(0x8fc2704): Prepared NotifyRequestors
RT::Action::Notify=HASH(0x8fcc068): No recipients found. Not sending.
RT::Transaction=HASH(0x8fc2704): Committed NotifyRequestors
But as you can see, it says no recipients, and doesn’t send anything.From: Teo de Hesselle [mailto:teo.dehesselle@uts.edu.au]
Sent: Monday, July 02, 2001 3:28 PM
To: Phil Oester
Cc: rt-users@fsck.com
Subject: Re: [rt-users] correspondence problem
Phil Oester wrote:
I just can’t get the ‘reply’ feature to actually send the mail. Sendmail
is
Have you added a script to actually send the response when a reply event
occurs ?
I know this one will be in the faq when it gets updated (soon), but are you
taking into account that RT should never mail the person performing the
action? (It tries to be ‘smart’ aobut it)On Mon, Jul 02, 2001 at 03:38:06PM -0700, Phil Oester wrote:
When posting the original message, I had not, but about 5 minutes after
doing so, I figured that part out, and now have this:
Now, at least, I get the following in the logfile:
RT::Transaction=HASH(0x8fc2704): Checking condition OnCorrespond…
RT::Transaction=HASH(0x8fc2704): Matches condition OnCorrespond…
now requiring RT::Action::Notify
RT::Transaction=HASH(0x8fc2704): Prepared NotifyRequestors
RT::Action::Notify=HASH(0x8fcc068): No recipients found. Not sending.
RT::Transaction=HASH(0x8fc2704): Committed NotifyRequestors
But as you can see, it says no recipients, and doesn’t send anything.
-----Original Message-----
From: Teo de Hesselle [mailto:teo.dehesselle@uts.edu.au]
Sent: Monday, July 02, 2001 3:28 PM
To: Phil Oester
Cc: rt-users@fsck.com
Subject: Re: [rt-users] correspondence problem
Phil Oester wrote:
I just can’t get the ‘reply’ feature to actually send the mail. Sendmail
is
Have you added a script to actually send the response when a reply event
occurs ?
Ok, turns out the mailer I was using to send tickets to the queue was
apparently sending bad header info, from which rt couldn’t figure out who
the requestor was. When I send from outlook, everything is perfect.
Thanks - Phil
p.s. the mailer is NetScanTools Pro 2000From: Jesse [mailto:jesse@fsck.com]
Sent: Monday, July 02, 2001 3:47 PM
To: Phil Oester
Cc: rt-users@fsck.com
Subject: Re: [rt-users] correspondence problem
I know this one will be in the faq when it gets updated (soon), but are you
taking into account that RT should never mail the person performing the
action? (It tries to be ‘smart’ aobut it)
When posting the original message, I had not, but about 5 minutes after
doing so, I figured that part out, and now have this:
Now, at least, I get the following in the logfile:
RT::Transaction=HASH(0x8fc2704): Checking condition OnCorrespond…
RT::Transaction=HASH(0x8fc2704): Matches condition OnCorrespond…
now requiring RT::Action::Notify
RT::Transaction=HASH(0x8fc2704): Prepared NotifyRequestors
RT::Action::Notify=HASH(0x8fcc068): No recipients found. Not sending.
RT::Transaction=HASH(0x8fc2704): Committed NotifyRequestors
But as you can see, it says no recipients, and doesn’t send anything.
-----Original Message-----
From: Teo de Hesselle [mailto:teo.dehesselle@uts.edu.au]
Sent: Monday, July 02, 2001 3:28 PM
To: Phil Oester
Cc: rt-users@fsck.com
Subject: Re: [rt-users] correspondence problem
Phil Oester wrote:
I just can’t get the ‘reply’ feature to actually send the mail.
Sendmail
is
Have you added a script to actually send the response when a reply event
occurs ?
Ok, turns out the mailer I was using to send tickets to the queue was
apparently sending bad header info, from which rt couldn’t figure out who
the requestor was. When I send from outlook, everything is perfect.
Thanks - Phil
p.s. the mailer is NetScanTools Pro 2000From: Jesse [mailto:jesse@fsck.com]
Sent: Monday, July 02, 2001 3:38 PM
To: Phil Oester
Cc: rt-users@fsck.com
Subject: Re: [rt-users] correspondence problem
What scrips have you set up for your queues?
I’ve recently installed rt 2.0, and almost everything is working fine.
Incoming mail is processed, and ends up in the appropriate queue, web
interface works, etc.
I just can’t get the ‘reply’ feature to actually send the mail. Sendmail
is
properly configured on this server. I don’t see any debugging info in my
log directory which would point me to a solution for this. Anybody know
of
any gotchas?
A REAL sysadmin challenge is “resurrect five dead mailserver while so ripped
to the gills on mdma that you can’t focus on any given line of text for more
than 10 seconds continuously.”
-Nathan Mehl