Problem to make SMTP SSL work

Moderator: crythias

Locked
Unikmedia
Znuny newbie
Posts: 3
Joined: 18 Nov 2010, 13:54
Znuny Version: 2.4.7

Problem to make SMTP SSL work

Post by Unikmedia »

Hi,

I'm configuring OTRS in order to send emails using SMTP with SSL. But I'm always getting this kind of message :

Message: SMTP authentication failed: 535authentication failed (#5.7.1)
! Enable Net::SMTP::SSL debug for more info!
Traceback (3688):
Module: Kernel::System::Email::SMTPS::Send (v1.2) Line: 103
Module: Kernel::System::Email::Send (v1.64.2.1) Line: 690
Module: Kernel::Modules::AdminEmail::Run (v1.39) Line: 122
Module: Kernel::System::Web::InterfaceAgent::Run (v1.43.2.1) Line: 819
Module: C:/Program Files (x86)/OTRS/OTRS/bin/cgi-bin/index.pl (v1.88) Line: 48


The connexion username and password work well when I'm using them in a PHP script (still with SSL)... Any reason ?

Thanks !
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Problem to make SMTP SSL work

Post by crythias »

Are you running 2.4.something on Windows and OTRS is not c:\otrs? (exactly) ...
the ssl dlls from the perl implementation may need to be in the path of otrs. search the forums for more information.
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
Unikmedia
Znuny newbie
Posts: 3
Joined: 18 Nov 2010, 13:54
Znuny Version: 2.4.7

Re: Problem to make SMTP SSL work

Post by Unikmedia »

I am actually running 2.4.7 on Windows and the install path is not c:\otrs !
I tried to find out some information on the forums but could find anything for the problem you raised. Could you give me a link or two ?

Thanks a lot
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Problem to make SMTP SSL work

Post by crythias »

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
Unikmedia
Znuny newbie
Posts: 3
Joined: 18 Nov 2010, 13:54
Znuny Version: 2.4.7

Re: Problem to make SMTP SSL work

Post by Unikmedia »

I tried a

C:\Program Files\OTRS\StrawberryPerl\perl\bin>perl "C:\Program Files\OTRS\OTRS\bin\otrs.CheckModules"

and figured out that... Every module is OK. Is that a clue that dlls are accessible ?
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Problem to make SMTP SSL work

Post by crythias »

if apache can't see them, they aren't accessible, even if command line perl says it's ok.
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