Re: [rt-users] About the queues in fetchmailrc

2011-03-30 Thread Magnus Mikkelsen
Do i need to set up this

Here's what I did when I used fetchmail (FM):

poll exchangeserver.companydomain.dkproto imap:
username rt password secretpassword   mda
/opt/rt3/bin/rt-mailgate --url http://localhost --queue General --action
correspond --debug
username rt-kommentar   password secretpassword   mda
/opt/rt3/bin/rt-mailgate --url http://localhost --queue General --action
comment--debug

I'm no expert in FM but I think this means you first tell FM which server to
poll, then which protocol to use. Then you give FM a list of accounts to
fetch mails from, and what to do with the mails. So you don’t have to set up
poll and proto for each mailadress, if they are on the same server.

But you have to have one line per mailaddress you want to fetch. And if you
want to use mail to create new tickets in different queues, you need one
email pr queue. For corresponding and commenting, you just use the addresses
you've set up in the SiteConfig. The comments/correspondence will be
attached to the correct ticket if the tag is in the subject, regardless
which queue it is in.

I'm also a newbie - so others can correct me if I'm wrong. But this what
I've gathered so far.


Venlig hilsen / Best regards

Kamstrup A/S http://www.kamstrup.com 
Magnus Mikkelsen
Produktionstekniker
Målerdivisionen for El

Kamstrup A/S
Industrivej 28
DK-8660 Skanderborg
Tel: +45 89 93 10 00 
Fax: +45 89 93 10 01 
Dir: +45 89 93 13 34 
Web: www.kamstrup.com





Re: [rt-users] Debian Squeeze and RT 3.8 - fetchmailrc howto?

2011-03-29 Thread Magnus Mikkelsen
Hi Martin

Have you tried to look at http://requesttracker.wikia.com/wiki/Fetchmail ?

This page tells you how to use fetchmail to poll a pop-account and put the
mails into RT. The pop-account can be on any server.

Regards Magnus Mikkelsen




[rt-users] Applying CF to single tickets

2011-03-16 Thread Magnus Mikkelsen
Hi

Is it possible to apply CF's only to single tickets at a time?

What I imagined was using a scrip to check if a certain condition was true
when the ticket is updated, and if it is apply the CF to the ticket.

Thanks

Magnus





Re: [rt-users] Applying CF to single tickets

2011-03-16 Thread Magnus Mikkelsen
Roy wrote:
Yes its possible, but the cf fields will be visible (with empty values)

 [Magnus Mikkelsen] 
Ok. I was interested in getting the cf invisible for tickets it didn't
concern. I think I will solve it by queue organization instead.

Best regards, Magnus