cannot send out emails (address rejected error)

Moderator: crythias

Locked
kenmurimi
Znuny newbie
Posts: 87
Joined: 24 May 2010, 10:21
Znuny Version: 2.4.7

cannot send out emails (address rejected error)

Post by kenmurimi »

Hi All,

I have been using OTRS 2.4.7 for about one and a half years now.. recently i changed my ISP and so my SMTP settings changed, the earlier ISP used port 25 but for this new ISP they use port 587 for sending out the emails. on Core::Sendmail i have changed the SMTP address to the new address and also changed port to 587 (which are also the settings i am using on my Thunderbird to send emails and its working fine).
When i try to send emails from the helpdesk i get the following message

Message: Can't send to 'myemail@gmail.com': 550#5.1.0 Address rejected.
! Enable Net::SMTP debug for more info!

Traceback (32095):
Module: Kernel::System::Email::SMTP::Send (v1.25) Line: 131
Module: Kernel::System::Email::Send (v1.64.2.1) Line: 690
Module: Kernel::System::Ticket::Article::ArticleSend (v1.232.2.1) Line: 2027
Module: Kernel::Modules::AgentTicketCompose::Run (v1.81.2.4) Line: 424
Module: Kernel::System::Web::InterfaceAgent::Run (v1.43.2.1) Line: 819
Module: /opt/otrs/bin/cgi-bin/index.pl (v1.88) Line: 48

also on the logs it shows "550#5.1.0 Address rejected." on any attempt to send email notifications

any ideas to resolve this greatly appreciated
Thanks in advance
Kenmurimi
OTRS 2.4.7 on SUSE and on MySQL database
OTRS 3.2.10 on CentOS and MySQL database
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: cannot send out emails (address rejected error)

Post by crythias »

https://www.google.com/search?hl=en&q=5 ... s+rejected
General consensus is that the recipient domain is rejecting your email, which is what the error message said.
You wouldn't get this message if you were unable to send.

Check your SPF record in DNS to make sure you're not announcing that the new IP address is an invalid sender.
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
Locked