OTRS | Configuration hints


Check the passwd file, the home of the usre otrs must be /var/lib/otrs (or better: the current directoty hosting otrs stuff).

Remove the .dist extensions from crontab templates. Run Cron.sh

Grab incoming mails via fetchmail. Run fetchmail as a daemon.
/etc/fetchmailrc shouls contain
poll imap.mailserver.de protocol IMAP user otrsmailuser password otrsmailuserpassword ssl is otrs

Using RADIUS:
Check '''defaults.pm'''

# This is example configuration to auth. agents against a radius server
$Self->{'AuthModule'} = 'Kernel::System::Auth::Radius';
$Self->{'AuthModule::Radius::Host'} = 'radiushost';
$Self->{'AuthModule::Radius::Password'} = 'radiussecret';

Leave a Reply

Please log in using one of these methods to post your comment:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.