SMTP ERROR
Moderator: crythias
-
- Znuny newbie
- Posts: 37
- Joined: 17 Sep 2014, 15:08
- Znuny Version: 3.3.9
- Real Name: Goncalo Girao
SMTP ERROR
After successfully migrate OTRS to new server I tested and email is not replying/etc
I can telnet to my mailserver (port 25 for example)
Backend ERROR: OTRS-CGI-38 Perl: 5.18.2 OS: linux Time: Sun Mar 8 09:13:13 2015 Message: Impossible to send message to: goncalo.girao@idevcon.pt.. . RemoteAddress: 188.37.15.xxx RequestURI: /otrs/index.pl Traceback (31145): Module: Kernel::System::Ticket::Article::ArticleSend (OTRS 3.3.9) Line: 2083 Module: Kernel::Modules::AgentTicketCompose::Run (OTRS 3.3.9) Line: 784 Module: Kernel::System::Web::InterfaceAgent::Run (OTRS 3.3.9) Line: 871 Module: ModPerl::ROOT::ModPerl::Registry::opt_otrs_bin_cgi_2dbin_index_2epl::handler (unknown version) Line: 41 Module: (eval) (v1.99) Line: 206 Module: ModPerl::RegistryCooker::run (v1.99) Line: 206 Module: ModPerl::RegistryCooker::default_handler (v1.99) Line: 172 Module: ModPerl::Registry::handler (v1.99) Line: 31
Notice that is my local public ip address and I cannot send email, not OTRS auto reply
I can telnet to my mailserver (port 25 for example)
Backend ERROR: OTRS-CGI-38 Perl: 5.18.2 OS: linux Time: Sun Mar 8 09:13:13 2015 Message: Impossible to send message to: goncalo.girao@idevcon.pt.. . RemoteAddress: 188.37.15.xxx RequestURI: /otrs/index.pl Traceback (31145): Module: Kernel::System::Ticket::Article::ArticleSend (OTRS 3.3.9) Line: 2083 Module: Kernel::Modules::AgentTicketCompose::Run (OTRS 3.3.9) Line: 784 Module: Kernel::System::Web::InterfaceAgent::Run (OTRS 3.3.9) Line: 871 Module: ModPerl::ROOT::ModPerl::Registry::opt_otrs_bin_cgi_2dbin_index_2epl::handler (unknown version) Line: 41 Module: (eval) (v1.99) Line: 206 Module: ModPerl::RegistryCooker::run (v1.99) Line: 206 Module: ModPerl::RegistryCooker::default_handler (v1.99) Line: 172 Module: ModPerl::Registry::handler (v1.99) Line: 31
Notice that is my local public ip address and I cannot send email, not OTRS auto reply
-
- Znuny newbie
- Posts: 37
- Joined: 17 Sep 2014, 15:08
- Znuny Version: 3.3.9
- Real Name: Goncalo Girao
Re: SMTP ERROR
I can send successful if I relay with no auth from my local network. But for security purposes I dont want this..
-
- Znuny newbie
- Posts: 37
- Joined: 17 Sep 2014, 15:08
- Znuny Version: 3.3.9
- Real Name: Goncalo Girao
Re: SMTP ERROR
UPDate
Auto reply when customer creates a ticket, isn't working as the closed ticket email also not working
Auto reply when customer creates a ticket, isn't working as the closed ticket email also not working
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: SMTP ERROR
Why? if your send connector listens for no-auth only from specific IP addresses (Your OTRS server), it's true it *is* possible to spoof the sender IP and send but generally, what's the security concern?ggirao wrote:I can send successful if I relay with no auth from my local network. But for security purposes I dont want this..
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
-
- Znuny newbie
- Posts: 37
- Joined: 17 Sep 2014, 15:08
- Znuny Version: 3.3.9
- Real Name: Goncalo Girao
Re: SMTP ERROR
My otrs server has private and public ip addresses. I don't want to open security gaps... But I am a little paranoid with security!crythias wrote:Why? if your send connector listens for no-auth only from specific IP addresses (Your OTRS server), it's true it *is* possible to spoof the sender IP and send but generally, what's the security concern?ggirao wrote:I can send successful if I relay with no auth from my local network. But for security purposes I dont want this..
TY
Re: SMTP ERROR
get some consulting for secure operation of mailservers
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- Znuny newbie
- Posts: 37
- Joined: 17 Sep 2014, 15:08
- Znuny Version: 3.3.9
- Real Name: Goncalo Girao
Re: SMTP ERROR
jojo wrote:get some consulting for secure operation of mailservers
You are the best!
Of course, I have a problem between OTRS and a mailserver (on my last OTRS server on windows 2008R2, I could authenticate without issues) and now I should get mail consulting services KAKAKKAKA
Really, this forum is very helpful, but sometimes i get some silly answers
Re: SMTP ERROR
I don't see any OTRS issue here...
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: SMTP ERROR
@jojo's correct. Your concern about SMTP traffic is not OTRS specific. If you had a copier/scanner that could scan to email, the situation would be the same, with the copier vendor saying the same thing: deal with it on your mail server side.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
-
- Znuny newbie
- Posts: 37
- Joined: 17 Sep 2014, 15:08
- Znuny Version: 3.3.9
- Real Name: Goncalo Girao
Re: SMTP ERROR
And I have... all connected by LDAPcrythias wrote:@jojo's correct. Your concern about SMTP traffic is not OTRS specific. If you had a copier/scanner that could scan to email, the situation would be the same, with the copier vendor saying the same thing: deal with it on your mail server side.

But thats not a problem, I already found myself a solution.
BTW I think Jojo doesn't need a body guard :-p