I changed the Apache port listening number to 8079 (picked at random) and can connect internally to http://192.168.0.201:8079/otrs/index.pl? and everything appears to function, except for mail fetching. I now get the following error:
Oops! An Error occurred.
Error Message: IMAPS: Can't connect to imap.gmail.com
Code: Select all
Backend ERROR: OTRS-CGI-01 Perl: 5.10.1 OS: linux Time: Tue Mar 12 17:46:16 2013 Message: IMAPS: Can't connect to imap.gmail.com RemoteAddress: 192.168.0.3 RequestURI: /otrs/index.pl?Action=AdminMailAccount;Subaction=Run;ID=1;ChallengeToken=51ec77670c3b54c803e0a5c22701646e; Traceback (3110): Module: Kernel::System::MailAccount::IMAPS::_Fetch (v1.14) Line: 127 Module: Kernel::System::MailAccount::IMAPS::Fetch (v1.14) Line: 79 Module: Kernel::System::MailAccount::MailAccountFetch (v1.20) Line: 424 Module: Kernel::Modules::AdminMailAccount::Run (v1.30) Line: 69 Module: Kernel::System::Web::InterfaceAgent::Run (v1.73) Line: 866 Module: ModPerl::ROOT::ModPerl::Registry::opt_otrs_bin_cgi_2dbin_index_2epl::handler (unknown version) Line: 46 Module: (eval) (v1.93) Line: 204 Module: ModPerl::RegistryCooker::run (v1.93) Line: 204 Module: ModPerl::RegistryCooker::default_handler (v1.93) Line: 170 Module: ModPerl::Registry::handler (v1.99) Line: 31
I see the address 192.168.0.3 in the error output; this is the address of another client on my network (unrelated to the web server) so it may be something to do with a configuration somewhere?