ich habe das otrs Frontend vom Datenbankserver getrennt und die Adresse des neues Datenbankservers in die Config.pm eingetragen.
Das hat auch auf anhieb funktioniert. Das OTRS läuft, bis das Mail abrufen, wie gehabt.
Wenn ich die PostMasterMailbox.pl manuel ausführe, erhalte ich folgende Fehlermeldung:
Code: Select all
[root@otrs cron]# su - otrs -c '$HOME/bin/PostMasterMailbox.pl'
DBI connect('database=otrs;host=localhost;','otrs',...) failed: Access denied for user 'otrs'@'localhost' (using password: YES) at /var/www/html/otrs/Kernel/System/DB.pm line 214
ERROR: OTRS-PMAccount-20 Perl: 5.8.8 OS: linux Time: Tue Jan 4 12:34:38 2011
Message: Access denied for user 'otrs'@'localhost' (using password: YES)
Traceback (6824):
Module: Kernel::System::DB::new (v1.105.2.1) Line: 188
Module: /var/www/html/otrs//bin/PostMasterMailbox.pl (v1.10) Line: 80
Got no DBObject! at /var/www/html/otrs/Kernel/System/PID.pm line 81.
[root@otrs cron]#
An welcher Stelle kann ich also den Datenbankhost für die PostMasterMailbox.pl pflegen?
Gruß
Timm