Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^3: Net::SMTPS => auth no longer works - Migration from Debian to Docker container

by NERDVANA (Deacon)
on Jan 08, 2020 at 14:39 UTC ( [id://11111183]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Net::SMTPS => auth no longer works - Migration from Debian to Docker container
in thread Net::SMTPS => auth no longer works - Migration from Debian to Docker container

In the debug output, it shows communications with the server, and SMTP only uses one socket connection, so I dont think that”s it.

But, having it work outside docker but not inside seems to be the biggest hint. Maybe there are perl modules needed for the auth that didn’t get included in the docker image? Could also be missing SSL certificates or something. A quick way to check would be to run it under strace and see if it tries to open a file right before saying it cant authenticate. (but running strace inside docker requires the --priveleged flag)

  • Comment on Re^3: Net::SMTPS => auth no longer works - Migration from Debian to Docker container

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11111183]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-25 17:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found