
Hi Everyone,
I am using OTRS and I am facing problem after sending mail to customer.
A) My mail is not reaching to the customer email id.
B) mail is bouncing back stating spam has blocked the so and so ip address
since the otrs sent mail without any ISP.
How do I resolve this problem, can somebody help me in this regards.
Thanks,
Subramanya.
-----Original Message-----
From: otrs-bounces@otrs.org [mailto:otrs-bounces@otrs.org] On Behalf Of
otrs-request@otrs.org
Sent: Wednesday, July 06, 2005 5:13 AM
To: otrs@otrs.org
Subject: otrs Digest, Vol 24, Issue 5
Send otrs mailing list submissions to
otrs@otrs.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.otrs.org/cgi-bin/listinfo/otrs
or, via email, send a message with subject or body 'help' to
otrs-request@otrs.org
You can reach the person managing the list at
otrs-owner@otrs.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of otrs digest..."
Today's Topics:
1. no session timout or alternative authentication? (Rudi Kramer)
2. Re: Nothing there? (Brian Ronk)
3. Multi-Homed OTRS (Trevor Vaughan)
4. Re: no session timout or alternative authentication?
(Jeremy Blain)
5. Mail Timestamp. (Tony Saurini)
6. Re: Mail Timestamp. (Trevor Vaughan)
7. Re: is it possible to call custom scripts and modify tickets
using custom modules? (Mike Conigliaro)
8. Re: Using apostrophes in the subject causing problems
(Bryan Fullerton)
9. FW: You don't have permission to access /otrs/index.pl on
this server. (Michael Belz)
----------------------------------------------------------------------
Message: 1
Date: Tue, 5 Jul 2005 11:59:22 +0200
From: "Rudi Kramer"
Hi Brian,
On Fri, Jul 01, 2005 at 03:39:52PM -0400, Brian Ronk wrote:
Ok, I finally got stuff running, once I got a chance to work on it again. I had to install Apache::DBI through apt-get, it wouldn't work through the CPAN interface for some reason. Anyway, I can now log in, and move around, but nothing shows up. For instance, I clicked on Admin so I could add a user, but the screen didn't change. Well, it reloaded, trying to access the Admin area, but otherwise it looked exactly the same as it did before. Do you understand what I mean, and have an idea what's going on?
Looks like a mod_perl problem. With older cvs versions of OTRS and on some systems I saw the same problem before. But last week I got OTRS 2.0 cvs running on a fresh sarge installation and on debian unstable.
- What debian version are you using? - What OTRS version are you using? - What mod_perl and apache version are you using?
Brian Ronk
Best regards, Christian
------------------------------------------------------------------------
_______________________________________________ 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 Support oder Consulting f|r Ihr OTRS System? => http://www.otrs.de/
------------------------------
Message: 3
Date: Tue, 5 Jul 2005 10:17:35 -0400
From: Trevor Vaughan
Good Morning
Is it possilbe to setup one user who's session does not time out or perhaps is there a way that we can authenticate a user in the url e.g. http://user:pwd@otrs.server.co.za?
Thanks Rudi
Making the session not timeout would probably be difficult, but setting
it to a very large timeout is easy.
In Kernel/Config.pm:
$Self->{SessionMaxTime} = 60 * 60 * 24 * 365; # one year is enough
$Self->{SessionMaxIdleTime} = 60 * 60 * 24 * 365; # one year is enough
------------------------------
Message: 5
Date: Tue, 05 Jul 2005 18:50:29 +0100
From: Tony Saurini
Hi,
I'm working in implementing OTRS for our company and I notied the mails that are getting sent during my tests have a totally whach timeestamp, and I cannot dig up anything in the documentation or the code as to where I can fix this.
Anyone have any ideas?
- OTRS 1.3.2 - System time of server is dead on, timezone on server has been checked. - Everything seems okay.
Timestamp is roughly 8 hours off, give or take a couple minutes.
-- -Tony Saurini
_______________________________________________ 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 Support oder Consulting f|r Ihr OTRS System? => http://www.otrs.de/
--
Heredocs, theredocs, everwhereadocsdocs
old macdonald had a server farm
he eyed the I/O
------------------------------
Message: 7
Date: Tue, 05 Jul 2005 15:35:01 -0400
From: Mike Conigliaro
hey guys,
i'm in the process of putting together a custom monitoring system for a managed services provider, and i'm looking at helpdesk systems. between otrs and request tracker, i'm leaning towards otrs, but i don't know for sure if it can do what i need it to do. hopefully one of you can answer my question.
i currently have zabbix monitoring all the devices and sending out alerts, which are fed directly into otrs. this works great so far. however, i need to be able to parse an incoming alert message for certain strings (ie: "such and such a service is down"). if a match is found, i will call a custom script to remotely restart the service and modify the ticket with the result (eg: close the ticket if the service was successfully restarted).
is this possible? any advice would be greatly appreciated. thanks in advance. _______________________________________________ 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 Support oder Consulting f|r Ihr OTRS System? => http://www.otrs.de/
------------------------------
Message: 8
Date: Tue, 5 Jul 2005 17:19:45 -0400
From: Bryan Fullerton
This sounds like an sql escaping issue, where placeholders or proper quoting should be used for all the data, but isn't correct. (this is potentially a security issue too)
I've filed a bug report about it http://bugs.otrs.org/show_bug.cgi?id=809
This is the same as a bug I filed in May.
http://bugs.otrs.org/show_bug.cgi?id=732
It also seems to be the same as this bug.
http://bugs.otrs.org/show_bug.cgi?id=788
For what it's worth I haven't seen this bug recently, but I also
haven't seen any email recently with apostrophes in the subject.
Bryan
------------------------------
Message: 9
Date: Tue, 5 Jul 2005 16:42:27 -0700
From: "Michael Belz"

Hello Subramanya, On Mi, Jul 06, 2005 at 10:48:53 +0530, Subramanya N.V wrote:
I am using OTRS and I am facing problem after sending mail to customer. A) My mail is not reaching to the customer email id. B) mail is bouncing back stating spam has blocked the so and so ip address since the otrs sent mail without any ISP.
How do I resolve this problem, can somebody help me in this regards.
If I understand you right, you send mails directly and not via a smtp relay. That might cause the bounces. You can use the following config settings (from OTRS 2.0 cvs) to use a smtp relay. Put them in your Config.pm and change the values for your needs: $Self->{'SendmailModule'} = 'Kernel::System::Email::SMTP'; $Self->{'SendmailModule::Host'} = 'mail.example.com'; $Self->{'SendmailModule::Port'} = '25'; $Self->{'SendmailModule::AuthUser'} = ''; $Self->{'SendmailModule::AuthPassword'} = ''; Kind regards, Christian -- ((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg http://www.otrs.de/ :: Manage your communication!
participants (2)
-
Christian Schoepplein
-
Subramanya N.V