SMTP ERROR

Moderator: crythias

Locked
ggirao
Znuny newbie
Posts: 37
Joined: 17 Sep 2014, 15:08
Znuny Version: 3.3.9
Real Name: Goncalo Girao

SMTP ERROR

Post by ggirao »

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
ggirao
Znuny newbie
Posts: 37
Joined: 17 Sep 2014, 15:08
Znuny Version: 3.3.9
Real Name: Goncalo Girao

Re: SMTP ERROR

Post by ggirao »

I can send successful if I relay with no auth from my local network. But for security purposes I dont want this..
ggirao
Znuny newbie
Posts: 37
Joined: 17 Sep 2014, 15:08
Znuny Version: 3.3.9
Real Name: Goncalo Girao

Re: SMTP ERROR

Post by ggirao »

UPDate

Auto reply when customer creates a ticket, isn't working as the closed ticket email also not working
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: SMTP ERROR

Post by crythias »

ggirao wrote:I can send successful if I relay with no auth from my local network. But for security purposes I dont want this..
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?
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
ggirao
Znuny newbie
Posts: 37
Joined: 17 Sep 2014, 15:08
Znuny Version: 3.3.9
Real Name: Goncalo Girao

Re: SMTP ERROR

Post by ggirao »

crythias wrote:
ggirao wrote:I can send successful if I relay with no auth from my local network. But for security purposes I dont want this..
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?
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!

TY
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: SMTP ERROR

Post by jojo »

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
ggirao
Znuny newbie
Posts: 37
Joined: 17 Sep 2014, 15:08
Znuny Version: 3.3.9
Real Name: Goncalo Girao

Re: SMTP ERROR

Post by ggirao »

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
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: SMTP ERROR

Post by jojo »

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
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: SMTP ERROR

Post by crythias »

@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
ggirao
Znuny newbie
Posts: 37
Joined: 17 Sep 2014, 15:08
Znuny Version: 3.3.9
Real Name: Goncalo Girao

Re: SMTP ERROR

Post by ggirao »

crythias 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.
And I have... all connected by LDAP ;-) and working

But thats not a problem, I already found myself a solution.

BTW I think Jojo doesn't need a body guard :-p
Locked