Code: Select all
Oops! An Error occurred.
Error Message: Impossible to send message to: some.customer@example.com, .
.
You can Send a bugreport or go back to the previous page.
Error Details
Backend ERROR: OTRS-CGI-10 Perl: 5.10.1 OS: linux Time: Wed Dec 4 10:59:01 2013 Message: Impossible to send message to: some.customer@example.com, . Traceback (16653): Module: Kernel::System::Ticket::Article::ArticleSend (v1.311.2.2) Line: 2176 Module: Kernel::Modules::AgentTicketEmail::Run (v1.206.2.6) Line: 1146 Module: Kernel::System::Web::InterfaceAgent::Run (v1.64) Line: 868 Module: ModPerl::ROOT::ModPerl::Registry::opt_otrs_bin_cgi_2dbin_index_2epl::handler (unknown version) Line: 46 Module: (eval) (v1.90) Line: 204 Module: ModPerl::RegistryCooker::run (v1.90) Line: 204 Module: ModPerl::RegistryCooker::default_handler (v1.90) Line: 170 Module: ModPerl::Registry::handler (v1.99) Line: 31
So I went to /var/log/messages, and fortunately, there were some more useful messages:
Code: Select all
Dec 4 10:59:01 otrs OTRS-CGI-10[16653]: [Error][Kernel::System::Email::SMTP::Send][Line:117]: Can't connect to smtp.ex1.secureserver.net: Bad file descriptor!
Dec 4 10:59:01 otrs OTRS-CGI-10[16653]: [Info][Kernel::System::Email::Send] Error sending message
Dec 4 10:59:01 otrs OTRS-CGI-10[16653]: [Error][Kernel::System::Ticket::Article::ArticleSend][Line:2176]: Impossible to send message to: some.customer@example.com, .
We've yet to see any problems with new tickets sent in since the reboot, but old tickets continue to have this issue. Is there anything that can be suggested to correct these issues?
Thanks in advance!