
Nils Breunese (Lemonbit Internet) wrote:
Mike McGrath wrote:
My procmail test is failing. I'm on RHEL5
# cat /usr/share/doc/otrs-2.1.7/doc/test-email-1.box | perl /var/www/otrs//bin/PostMaster.pl Error: Config.pm No value for 'LogModule::SysLog::Facility' in Config.pm found! Error: Config.pm No value for 'LogSystemCacheSize' in Config.pm found! Error: Config.pm No value for 'TimeZone' in Config.pm found! Error: Config.pm No value for 'TimeZone' in Config.pm found! Error: Config.pm No value for 'Database::Type' in Config.pm found! Error: Config.pm No value for 'Database::Type' in Config.pm found! Error: Config.pm No value for 'Database::Limit' in Config.pm found! Error: Config.pm No value for 'Database::DirectBlob' in Config.pm found! Error: Config.pm No value for 'Database::Attribute' in Config.pm found! Error: Config.pm No value for 'Database::QuoteSingle' in Config.pm found! Error: Config.pm No value for 'Database::QuoteBack' in Config.pm found! Error: Config.pm No value for 'PostmasterUserID' in Config.pm found! ERROR: OTRS-PM-10 Perl: 5.8.8 OS: linux Time: Wed Jun 6 12:55:18 2007
Message: Found no 'PostmasterUserID' option in Config.pm! at /var/www/otrs/Kernel/System/PostMaster.pm line 48, <STDIN> line 30.
Traceback (15665): Module: /var/www/otrs//bin/PostMaster.pl (v1.24) Line: 128
============================
Anyone have any ideas?
Maybe run this as the otrs user? The cronjob that injects mails into the system is also run as the otrs user. I use the PostMasterPOP3.pl method myself though and use the rpm from otrs.org (which puts everything under /opt/otrs) on CentOS 4.
Same thing, I've even added PostmasterUserID to the config file, it then asks for something else, then something else, then something else. I'm not sure where it typically finds PostmasterUserID but its not finding it on my system :-/ -Mike