Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.26 KB

README.md

File metadata and controls

35 lines (27 loc) · 1.26 KB

OTRS-Tools

In this repository I'm collecting some small tools, code snippets and proof of concept code which works with OTRS.

You might find some more explanation on the usecases in the OTRS Blog

The usage of this code is at own risk.

Contents

IP DNSBL Check in the Information Floater

Blog entry

  • Kernel/Config/Files/ZZZIPCheck.pm
  • bin/cgi-bin/dnsrbl.pl

Additional CMD Postmaster Filters:

Blog entry

  • Kernel/Config/Files/PostMasterFilter.xml

Additional RSS Feeds in the Dashboard

Blog entry

  • Kernel/Config/Files/CustomRSS.xml

Basic Installation of OTRS (Ubuntu) for lazy admins:

  • otrs_install_ubuntu.sh

GIT post receive (or post merge) hook

  • post-receive.pl Needs to be copied to .git/hooks/post-receive.pl and symlinked to post-receive and/or post-merge