I downloaded the OTRS Appliance (4.0.6) earlier today and installed the ITSM 4.0.6 module as well. Everything was going fine until I went to try and create a new ticket. I tried to send it to my email (andrew@t*************.com), but it gave me an "Impossible to send message" error. I googled for a few hours, found quite a few other threads on the issue, but it seems most of what I found was outdated or related to bugs that were previously patched.
I have tested with Sendmail, SMTP, SMTPS, and SMTPTLS and I always get the same error:
Code: Select all
Oops! An Error occurred.
Error Message: Impossible to send message to: andrew@t*************.com .
.
You can Send a bugreport or go back to the previous page.
Code: Select all
Error Details
Backend ERROR: OTRS-CGI-41 Perl: 5.10.1 OS: linux Time: Fri Mar 13 18:35:47 2015 Message: Impossible to send message to: andrew@t*************.com . RemoteAddress: XX.XX.XX.XX RequestURI: /otrs/index.pl Traceback (1838): Module: Kernel::System::Ticket::Article::ArticleSend Line: 2560 Module: Kernel::Modules::AgentTicketEmail::Run Line: 1427 Module: Kernel::System::Web::InterfaceAgent::Run Line: 987 Module: ModPerl::ROOT::ModPerl::Registry::opt_otrs_bin_cgi_2dbin_index_2epl::handler Line: 41 Module: (eval) (v1.99) Line: 204 Module: ModPerl::RegistryCooker::run (v1.99) Line: 204 Module: ModPerl::RegistryCooker::default_handler (v1.99) Line: 170 Module: ModPerl::Registry::handler (v1.99) Line: 31
Code: Select all
Mar 13 18:35:47 localhost OTRS-CGI-41[1838]: [Info][Kernel::System::Email::Send] Error sending message
I have verified my SMTP credentials using outlook and thunderbird, and everything is good to go. I can connect and send through either of these applications no problem.
My settings are currently:
- SendmailModule: SMTPS
- SendmailModule::CMD: /usr/sbin/sendmail -i -f [DEFAULT]
- SendmailModule::Host: mail.t*************.net
- SendmailModule::Port: 465
- SendmailModule::AuthUser: alerts@t*************.net
- SendmailModule::AuthPassword: ThisIsDefinitleyNotARealPassword1337
- SendmailBcc: <blank> [DEFAULT]
This is extremely frustrating... One would expect an appliance to be good to go straight out of the box, but I suppose not. The appliance is in a VMWare VM, and has plenty of resources. This is actually the same VMWare server that hosts my mail client, so I know there are no network-level issues.
Any help you guys can provide would be greatly appreciated. I would really like to move to OTRS fairly soon (and get away from OSTicket), so the sooner I can get this resolved the better. Otherwise, I haven't seen any other issues crop up (yet).
Thanks!