Frans Stekelenburg | 1 May 2009 11:00
Picon
Favicon

Re: Merging tickets from other ticketing systems

Hi Roman,

The [PostMaster Filter] is the best option available, before starting to
do complicated things.
The simpelest is similar like we have in use (one of our partners send
tickets as '##1234##'):

Wildcard matching with regexp like features is necessary, probably need
some testing.
The [***] as result is what you then need.

Add Postmaster filter:

Match
Header 1: Subject, Value: ##([0-9]{3,6})##
Header 2: From, value: EMAILADDRESS:service <at> someorganisation.inc

Set:
Header 1: X-OTRS-TicketKey1, Value: CustomerReference
Header 2: X-OTRS-TicketValue1, Value: [***]
Header 3: X-OTRS-Queue, Value: <SOMEORG queue>

Further more you have options available like, let the other party send
to a special e-mail address, have them send their ticket ID in a (OTRS)
header variable, filter form fixed values in the body etc. etc.

gr,
Frans
> -----Original Message-----
> From: otrs-bounces <at> otrs.org [mailto:otrs-bounces <at> otrs.org] On Behalf
(Continue reading)

Michiel Beijen | 1 May 2009 11:42
Picon
Favicon
Gravatar

Re: auto response not working

As you might have noticed, you are experiencing issues with your smtp server configuration. The otrs version you are using only supports "plain" smtp, so no ssl. Please check your settings.

Kind regards,

Michiel Beijen
Software Consultant
+31 6 457 42 418
Bee Free IT + http://beefreeit.nl

On Apr 30, 2009 5:58 PM, "Amanpreet Singh" <goforaman <at> gmail.com> wrote:

hi,

i have installed OTRS on Debian, its working fine
sending & receiving the tickets,

i have set a auto responder for new tickets in the queue,
the problem is the sender of the ticket never receive the auto response,
system log shows the following errors:

OTRS-PM3-10[15211]: [Notice][Kernel::System::Ticket::TicketCreate] New Ticket [1053/Test Ticket-032] created (TicketID=134,Queue=Suppo$
OTRS-PM3-10[15211]: [Error][Kernel::System::Email::SMTP::Send][Line:87]: Can't use from: ! Enable debug for more info!
OTRS-PM3-10[15211]: [Notice][Kernel::System::Ticket::Article::SendAutoResponse] Sent auto response (SendAutoReply) for Ticket [1053] ($
OTRS-PM3-10[15211]: [Notice][main::FetchMail] Fetched 1 email(s) from aman <at> eurus.net <at> pop.fatcow.com.


when enable the debug,shows

OTRS-PM3-10[11202]: [Notice][Kernel::System::Ticket::TicketCreate] New Ticket [1051/Test Ticket-030] created (TicketID=132,Queue=Suppo$
OTRS-PM3-10[11202]: [Error][Kernel::System::Email::SMTP::Send][Line:127]: Can't connect to smtp.fatcow.com: Bad file descriptor!
OTRS-PM3-10[11202]: [Notice][Kernel::System::Ticket::Article::SendAutoResponse] Sent auto response (SendAutoReply) for Ticket [1051] ($
OTRS-PM3-10[11202]: [Notice][main::FetchMail] Fetched 1 email(s) from aman <at> eurus.net <at> pop.fatcow.com.


help plz,
thanks in advance.


--
regards:
Amanpreet Singh


---------------------------------------------------------------------
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/
---------------------------------------------------------------------
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/
Lars Jørgensen | 1 May 2009 14:47
Picon

Re: Change queue without being owner

Den 24/02/2009 kl. 14.09 skrev Javier Barroso:

Response to [1] (I can't reply from gmail :( now )
Ticket::Frontend::MoveSetState:
  did the trick

[1] http://lists.otrs.org/pipermail/otrs/2009-January/025447.html
<ATT00001.txt>

I tried changing it, but I'm still not able to move tickets I don't own.


-- 
Lars
---------------------------------------------------------------------
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/
maximx86 | 1 May 2009 15:39
Picon

Re: error executing PostMasterMailbox.pl

Hi Michiel,

I am sorry I have to bore you again I am having problems with
installing the conrjob for PostMasterMailbox.pl. I tried to get some
help on different  forums to no avail.

So the command I run manually is:

sudo su - www-data
cd /usr/share/otrs/bin
./PostMasterMailbox.pl

this works

the cronjob I tried
*/10 * * * * sudo su - www-data
/usr/share/otrs/bin/PostMasterMailbox.pl >> /dev/null

I am being asked for the password and then I get

/usr/share/otrs/bin/PostMasterMailbox.pl: 23: use: not found
/usr/share/otrs/bin/PostMasterMailbox.pl: 24: use: not found
/usr/share/otrs/bin/PostMasterMailbox.pl: 27: use: not found
/usr/share/otrs/bin/PostMasterMailbox.pl: 28: Syntax error: "(" unexpected
Press ENTER to continue and close this window.

I was told to try
*/1 * * * * www-data /usr/share/otrs/bin/PostMasterMailbox.pl >> /dev/null

still no luck

help please! :)

thank you

On Wed, Apr 29, 2009 at 3:36 PM, Michiel Beijen <michiel <at> beefreeit.nl> wrote:
> So OK, here's the catch..
>
> I found out that the otrs2 package on Debian/Ubuntu uses the www-data user
> for this.
> If you'd like to run PostMasterMailbox.pl by hand you'd use 'sudo su -
> www-data'
>
> The cronjobs for OTRS are NOT installed after using the otrs2 package;
> please refer to:
>
> http://doc.otrs.org/2.3/en/html/x414.html#cronjobs
>
> Also, there's an issue with the configuration of Apache2::Reload if you are
> using the otrs2 package; see bug http://bugs.otrs.org/show_bug.cgi?id=3811
> -this renders the Package Manager unusable.
>
> What you could do is to install OTRS from source  - as I explained in the
> bug. It's not that much work.
>
> Kind regards,
> --
> Michiel Beijen
> Software Consultant
> +31 6 - 457 42 418
> Bee Free IT + http://beefreeit.nl
>
>
> On Wed, Apr 29, 2009 at 14:33, maximx86 <maximx86 <at> gmail.com> wrote:
>>
>> Hi Michiel,
>>
>> Right, I've done exactly like you said:
>>
>> maximx86 <at> MAXIM:~$ sudo su - otrs
>> maximx86 <at> MAXIM:~$
>> maximx86 <at> MAXIM:~$ cd /usr/share/otrs/bin
>> maximx86 <at> MAXIM:/usr/share/otrs/bin$
>> maximx86 <at> MAXIM:/usr/share/otrs/bin$ ./PostMasterMailbox.pl
>> Can't locate /etc/otrs/database.pm in  <at> INC ( <at> INC contains:
>> /usr/share/otrs/Kernel/cpan-lib /usr/share/otrs /etc/perl
>> /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5
>> /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10
>> /usr/local/lib/site_perl .) at /usr/share/otrs/Kernel/Config.pm line
>> 25.
>> BEGIN failed--compilation aborted at /usr/share/otrs/Kernel/Config.pm line
>> 35.
>> Compilation failed in require at ./PostMasterMailbox.pl line 36.
>> BEGIN failed--compilation aborted at ./PostMasterMailbox.pl line 36.
>> maximx86 <at> MAXIM:/usr/share/otrs/bin$
>>
>> Got the same error msg... :(
>>
>> I found this info but not sure how to follow
>> http://lists.otrs.org/pipermail/otrs/2008-July/023999.html
>>
>> Thanks again!
>> On Wed, Apr 29, 2009 at 12:14 PM, Michiel Beijen <michiel <at> beefreeit.nl>
>> wrote:
>> > Could this just be a permissions issue?
>> > When you run it from the web you'll run it as the OTRS user; did you do
>> > 'sudo su - otrs' before you tried running PostMasterMailbox.pl?
>> > --
>> > Michiel Beijen
>> > Software Consultant
>> > +31 6 - 457 42 418
>> > Bee Free IT + http://beefreeit.nl
>> >
>> >
>> > On Wed, Apr 29, 2009 at 12:07, maximx86 <maximx86 <at> gmail.com> wrote:
>> >>
>> >> on Ubuntu 9.04 from its repositories. It
>> >> works perfectly, The only thing I cannot get set up is
>> >> PostMasterMailbox.pl to schedule fetching emails from the POP account.
>> >>
>> >> It works fine when in Mail
>> >
>> > ---------------------------------------------------------------------
>> > OTRS mailing list: otrs - Webpage: http://otrs.org/
>> > Archive: http://lists.otrs.org/pipermail/otrs
>> > To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
>> >
>> > NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
>> > http://www.otrs.com/en/support/enterprise-subscription/
>> >
>> ---------------------------------------------------------------------
>> OTRS mailing list: otrs - Webpage: http://otrs.org/
>> Archive: http://lists.otrs.org/pipermail/otrs
>> To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
>>
>> NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
>> http://www.otrs.com/en/support/enterprise-subscription/
>
>
> ---------------------------------------------------------------------
> OTRS mailing list: otrs - Webpage: http://otrs.org/
> Archive: http://lists.otrs.org/pipermail/otrs
> To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
>
> NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
> http://www.otrs.com/en/support/enterprise-subscription/
>
---------------------------------------------------------------------
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/

Frans Stekelenburg | 1 May 2009 16:35
Picon
Favicon

Re: error executing PostMasterMailbox.pl

Hi Maxim,

Welcome in the exciting world of unix administration ;-)

a. The cronjob should run under user www-data. Then there is no need to
'su'
b. perhaps it is because of e-mail, but it appears the script is on a
new line. In a 'crontab' you can _never_ use a new line (unless you
escape/end it with a "\")

For (a):
Either "sudo su - www-data"  and then "crontab -e" to edit, 
Or "sudo crontab -e -u ww-data" (edit as 'root' the user's crontab).

For (b): 
once editing, I suggest you fill it with all, or part of the attached
file.
The crucial part is:

  # fetch emails every 10 minutes
  */10 * * * *    $HOME/bin/PostMasterMailbox.pl >> /dev/null

$HOME suggests it is ranfrom 'otrs' user, so may need to be replaced
with the full path, in your case:

  # fetch emails every 10 minutes
  */10 * * * *    /usr/share/otrs/bin/PostMasterMailbox.pl >> /dev/null

Send us the output of

   sudo crontab -l -u www-data

to verify :-)

gr,
Frans

P.S.  /usr/share/otrs/var/cron hold the examples.
P.P.S. more tips on croin&ubuntu:
http://ubuntuforums.org/showthread.php?t=102626&highlight=cron

> -----Original Message-----
> From: otrs-bounces <at> otrs.org [mailto:otrs-bounces <at> otrs.org] On Behalf
Of
> maximx86
> Sent: vrijdag 1 mei 2009 15:40
> To: User questions and discussions about OTRS.
> Subject: Re: [otrs] error executing PostMasterMailbox.pl
> 
> Hi Michiel,
> 
> I am sorry I have to bore you again I am having problems with
> installing the conrjob for PostMasterMailbox.pl. I tried to get some
> help on different  forums to no avail.
> 
> So the command I run manually is:
> 
> sudo su - www-data
> cd /usr/share/otrs/bin
> ./PostMasterMailbox.pl
> 
> this works
> 
> the cronjob I tried
> */10 * * * * sudo su - www-data
> /usr/share/otrs/bin/PostMasterMailbox.pl >> /dev/null
> 
> I am being asked for the password and then I get
> 
> /usr/share/otrs/bin/PostMasterMailbox.pl: 23: use: not found
> /usr/share/otrs/bin/PostMasterMailbox.pl: 24: use: not found
> /usr/share/otrs/bin/PostMasterMailbox.pl: 27: use: not found
> /usr/share/otrs/bin/PostMasterMailbox.pl: 28: Syntax error: "("
> unexpected
> Press ENTER to continue and close this window.
> 
> I was told to try
> */1 * * * * www-data /usr/share/otrs/bin/PostMasterMailbox.pl >>
> /dev/null
> 
> still no luck
> 
> help please! :)
> 
> thank you
> 
> 
> On Wed, Apr 29, 2009 at 3:36 PM, Michiel Beijen <michiel <at> beefreeit.nl>
> wrote:
> > So OK, here's the catch..
> >
> > I found out that the otrs2 package on Debian/Ubuntu uses the
www-data
> user
> > for this.
> > If you'd like to run PostMasterMailbox.pl by hand you'd use 'sudo su
> -
> > www-data'
> >
> > The cronjobs for OTRS are NOT installed after using the otrs2
> package;
> > please refer to:
> >
> > http://doc.otrs.org/2.3/en/html/x414.html#cronjobs
> >


# Who gets the cron emails?
MAILTO="root <at> localhost"

# fetch every 5 minutes emails via fetchmail
#*/5 * * * * [ -x /usr/bin/fetchmail ] && /usr/bin/fetchmail -a >> /dev/null
#*/5 * * * *    /usr/bin/fetchmail -a --ssl >> /dev/null

# start generic agent every 20 minutes
*/20 * * * *    $HOME/bin/GenericAgent.pl >> /dev/null

# example to execute GenericAgent.pl on 23:00 with
# Kernel::Config::GenericAgentMove job file
#0 23 * * * $HOME/bin/GenericAgent.pl -c "Kernel::Config::GenericAgentMove" >> /dev/null

# start generic agent every 10 minutes
*/10 * * * *    $HOME/bin/GenericAgent.pl -c db >> /dev/null

# check every 120 min the pending jobs
45 */2 * * *    $HOME/bin/PendingJobs.pl >> /dev/null

# check daily the spool directory of OTRS
#10 0 * * * * [ -e /etc/init.d/otrs ] && /etc/init.d/otrs cleanup >> /dev/null; [ -e /etc/rc.d/init.d/otrs ]
&& /etc/rc.d/init.d/otrs cleanup >> /dev/null
10 0 * * *  $HOME/bin/otrs.cleanup >> /dev/null

# fetch emails every 10 minutes
*/10 * * * *    $HOME/bin/PostMasterMailbox.pl >> /dev/null

# just every day
01 01 * * * $HOME/bin/RebuildTicketIndex.pl >> /dev/null

# delete every 120 minutes old/idle session ids
55 */2 * * *    $HOME/bin/DeleteSessionIDs.pl --expired >> /dev/null

# unlock every hour old locked tickets
35 * * * *  $HOME/bin/UnlockTickets.pl --timeout >> /dev/null
---------------------------------------------------------------------
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/
abhilash potlapalli | 3 May 2009 14:29
Picon
Favicon

Configure SMTP instead of POP3

Hi All,
 
How can i configure SMTP instead of POP3 in postmastermail account.
 
Rgds
Abhilash

Bollywood news, movie reviews, film trailers and more! Click here.
---------------------------------------------------------------------
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/
Marco Vannini | 3 May 2009 21:55
Picon
Gravatar

Re: Configure SMTP instead of POP3

mmmh

smtp is used to send message, pop3 to retrieve, did you mean imap (that is the alternatives to pop3)?



On Sun, May 3, 2009 at 2:29 PM, abhilash potlapalli <abhilash20_p <at> yahoo.com> wrote:
Hi All,
 
How can i configure SMTP instead of POP3 in postmastermail account.
 
Rgds
Abhilash

Bollywood news, movie reviews, film trailers and more! Click here.
---------------------------------------------------------------------
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/

---------------------------------------------------------------------
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/
abhilash potlapalli | 4 May 2009 06:03
Picon
Favicon

Re: Configure SMTP instead of POP3

No, we are using SMTP both for sending and retrieving.can we configure SMTP instead of POP3/IMAP for sending and receiving?

--- On Sun, 3/5/09, Marco Vannini <marco.vannini <at> gmail.com> wrote:

From: Marco Vannini <marco.vannini <at> gmail.com>
Subject: Re: [otrs] Configure SMTP instead of POP3
To: "User questions and discussions about OTRS." <otrs <at> otrs.org>
Date: Sunday, 3 May, 2009, 12:55 PM

mmmh

smtp is used to send message, pop3 to retrieve, did you mean imap (that is the alternatives to pop3)?



On Sun, May 3, 2009 at 2:29 PM, abhilash potlapalli <abhilash20_p <at> yahoo.com> wrote:
Hi All,
 
How can i configure SMTP instead of POP3 in postmastermail account.
 
Rgds
Abhilash

Bollywood news, movie reviews, film trailers and more! Click here.
---------------------------------------------------------------------
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/


-----Inline Attachment Follows-----

---------------------------------------------------------------------
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/

Cricket on your mind? Visit the ultimate cricket website. Enter now!
---------------------------------------------------------------------
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/
raviproff | 4 May 2009 06:55
Picon

Installation Error in Ubuntu 9.04

Hi

I tried to install otrs2 in ubuntu
I got below error msg, Please help me

root <at> ServerOSS:/home/ravi# apt-get install otrs2
Reading package lists... Done
Building dependency tree
Reading state information... Done
otrs2 is already the newest version.
The following packages were automatically installed and are no longer required:
pwgen mythtv-common mobile-broadband-provider-info gnome-themes-selected tango-icon-theme python-pkg-resources odt2txt python-rdflib
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Setting up otrs2 (2.3.2-2) ...
dbconfig-common: writing config to /etc/dbconfig-common/otrs2.conf
*** WARNING: ucf was run from a maintainer script that uses debconf, but
the script did not pass --debconf-ok to ucf. The maintainer
script should be fixed to not stop debconf before calling ucf,
and pass it this parameter. For now, ucf will revert to using
old-style, non-debconf prompting. Ugh!

Please inform the package maintainer about this problem.
Replacing config file /etc/otrs/database.pm with new version
granting access to database otrs2 for otrs <at> localhost: already exists.
creating database otrs2: success.
verifying database otrs2 exists: success.
populating database via sql... done.
dbconfig-common: flushing administrative password
Module perl already enabled
ERROR: Module rewrite not properly enabled: /etc/apache2/mods-enabled/rewrite.load is a real file, not touching it
dpkg: error processing otrs2 (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
otrs2
E: Sub-process /usr/bin/dpkg returned an error code (1)
root <at> ServerOSS:/home/ravi#



Thanks,
Ravi

---------------------------------------------------------------------
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/
Frans Stekelenburg | 4 May 2009 07:16
Picon
Favicon

Re: Configure SMTP instead of POP3

You will have to explain a bit more. SMTP is a delivery protocol, not a retrieval protocol (where would you fetch your mail from?), unless you mean you have a mail on hold at your provider that sendmail will fetch when connected, and/or you run a local SMTP server. http://en.wikipedia.org/wiki/Simple_Mail_Transfer_Protocol

 

Either or, this involves I think a local system e-mail account, or piping messages into OTRS. Check the FETCHMAIL (or procmail) functionality of OTRS.

http://doc.otrs.org/2.1/en/html/x1215.html

 

 

gr,

Frans

 

From: otrs-bounces <at> otrs.org [mailto:otrs-bounces <at> otrs.org] On Behalf Of abhilash potlapalli
Sent: maandag 4 mei 2009 06:04
To: User questions and discussions about OTRS.
Subject: Re: [otrs] Configure SMTP instead of POP3

 

No, we are using SMTP both for sending and retrieving.can we configure SMTP instead of POP3/IMAP for sending and receiving?

--- On Sun, 3/5/09, Marco Vannini <marco.vannini <at> gmail.com> wrote:


From: Marco Vannini <marco.vannini <at> gmail.com>
Subject: Re: [otrs] Configure SMTP instead of POP3
To: "User questions and discussions about OTRS." <otrs <at> otrs.org>
Date: Sunday, 3 May, 2009, 12:55 PM

mmmh

smtp is used to send message, pop3 to retrieve, did you mean imap (that is the alternatives to pop3)?


On Sun, May 3, 2009 at 2:29 PM, abhilash potlapalli <abhilash20_p <at> yahoo.com> wrote:

Hi All,

 

How can i configure SMTP instead of POP3 in postmastermail account.

 

Rgds

Abhilash

 

Bollywood news, movie reviews, film trailers and more! Click here.
---------------------------------------------------------------------
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/

 


-----Inline Attachment Follows-----

---------------------------------------------------------------------
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/

 

Cricket on your mind? Visit the ultimate cricket website. Enter now!

---------------------------------------------------------------------
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/

Gmane