0

I used a turnkeylinux.org otrs installation and I'm trying to configure the default domain of 'yourhost.example.com'. I tried the following:

sed -ri 's/yourhost.example.com/mydomain.com/' /usr/share/otrs/Kernel/Config/Defaults.pm
sudo shutdown -r now 

The next time I logged and tried to create a user, the default domain was still there.

How can I change default doamin in an OTRS installation?

Jamie
  • 1,284
  • 7
  • 22
  • 40
  • Maybe there's a config.pm file to modify ? Did you try greping in all the files (grep -r "yourhost" /usr/share/otrs/Kernel/Config/). – Maxwell Jun 03 '10 at 16:01
  • Well I suppose I could do: `find /usr/share/otrs/ -type f -exec sed -ri 's/yourhost.example.com/mydomain.com/' {} \;` ... buuuut I was hoping someone could point me to how to do it through the interface (as a best practice) – Jamie Jun 03 '10 at 17:41

1 Answers1

0

you should modify /etc/otrs/Kernel/Config.pm - the guys at turnkeylinux are using the default Debian OTRS package.

Please read /usr/share/doc/otrs2/README.Debian for instructions on how to make the permissions a little less paranoid so you can leverage the Package Manager and the SysConfig, two powerful OTRS features.

So are you using the new Turnkey images based on Ubuntu Lucid? Which means you have OTRS 2.4.7?

-- Mike.

MichielB
  • 591
  • 2
  • 6