Problems with sending emails

Hey Everyone, I am not able to send emails to an address outside of our local network. Inside the network everything works fine, but as soon as I send an email to our customers OTRS reports an error: Message: Can't send to: maetra@gmx.de! Enable debug for more info! Traceback (1148): Module: Kernel::System::Email::SMTP::Send (v1.6) Line: 128 Module: Kernel::System::Email::Send (v1.3) Line: 108 Module: Kernel::System::Ticket::SendArticle::SendArticle (v1.15) Line: 185 Module: Kernel::Modules::AgentCompose::SendEmail (v1.58) Line: 376 Module: Kernel::Modules::AgentCompose::Run (v1.58) Line: 78 Module: ModPerl::ROOT::ModPerl::Registry::D_3a_otrs_otrs_bin_cgi_2dbin_index_2epl::handler (v) Line: 688 Module: (eval) (v1.66) Line: 184 Module: ModPerl::RegistryCooker::run (v1.66) Line: 184 Module: ModPerl::RegistryCooker::default_handler (v1.66) Line: 154 Module: ModPerl::Registry::handler (v1.99) Line: 16 I am sure this has something to do with the setting of CheckEmailAddresses in the config.pm file. But I don't know how to solve this. If I change the value of CheckEmailAddresses to 1 I get Server Error 500. Same thing if I just leave CheckEmailAddresses out. Thanks in Advance, Andreas Bublitz

Hey Everyone again, I didn't mean CheckEmailAddresses but CheckMXRecord. Andreas Bublitz wrote:
Hey Everyone,
I am not able to send emails to an address outside of our local network. Inside the network everything works fine, but as soon as I send an email to our customers OTRS reports an error:
Message: Can't send to: maetra@gmx.de! Enable debug for more info!
Traceback (1148): Module: Kernel::System::Email::SMTP::Send (v1.6) Line: 128 Module: Kernel::System::Email::Send (v1.3) Line: 108 Module: Kernel::System::Ticket::SendArticle::SendArticle (v1.15) Line: 185 Module: Kernel::Modules::AgentCompose::SendEmail (v1.58) Line: 376 Module: Kernel::Modules::AgentCompose::Run (v1.58) Line: 78 Module: ModPerl::ROOT::ModPerl::Registry::D_3a_otrs_otrs_bin_cgi_2dbin_index_2epl::handler (v) Line: 688 Module: (eval) (v1.66) Line: 184 Module: ModPerl::RegistryCooker::run (v1.66) Line: 184 Module: ModPerl::RegistryCooker::default_handler (v1.66) Line: 154 Module: ModPerl::Registry::handler (v1.99) Line: 16
I am sure this has something to do with the setting of CheckEmailAddresses in the config.pm file. But I don't know how to solve this. If I change the value of CheckEmailAddresses to 1 I get Server Error 500. Same thing if I just leave CheckEmailAddresses out.
Thanks in Advance, Andreas Bublitz
_______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs Support oder Consulting für Ihr OTRS System? => http://www.otrs.de/

On Tuesday, March 30, 2004 3:38 PM
Andreas Bublitz
I didn't mean CheckEmailAddresses but CheckMXRecord.
Your server can't check the MX (Mail eXchanger) record in the DNS for gmx.de. This means DNS resolution isn't working. It may well be the server is not allowed to issue DNS queries to the outside. hth, Robert Kehl -- ((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg http://www.otrs.de/ :: Tel. +49 (0)6172 4832388

Hey, I probably need to explain my problem a bit more detailed, since the DNS Resolution of my server is working e.g. if a send a ping to gmx.de everything works fine. I am actually using Mercury as an Smtp Client (relay version). We are sending emails from our local network to our local server which passes them on to our provider. So there is no need to check the DNS. We are using Mercury for OTRS and for our other email traffic, too. These other emails can be send to gmx.de without any difficulties, just OTRS refuses to do so. Last time I had this problem I changed my settings in the Config.pm file and it worked afterwards. But now I have the same problem again even though I didn't change my settings. Kind regards, Andreas Bublitz Robert Kehl wrote:
On Tuesday, March 30, 2004 3:38 PM Andreas Bublitz
wrote: I didn't mean CheckEmailAddresses but CheckMXRecord.
Your server can't check the MX (Mail eXchanger) record in the DNS for gmx.de. This means DNS resolution isn't working. It may well be the server is not allowed to issue DNS queries to the outside.
hth,
Robert Kehl
-- ((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg http://www.otrs.de/ :: Tel. +49 (0)6172 4832388
_______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs Support oder Consulting für Ihr OTRS System? => http://www.otrs.de/
participants (2)
-
Andreas Bublitz
-
Robert Kehl