Top Menu

Jump to content
    Global modules

    Global modules

    • Home
    • Projects
    • Activity
    • Work packages
    • Gantt charts
    • Calendars
    • Team planners
    • Boards
    • News
    Home
    Home
Help
    Getting started
    • Introduction video
  • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support
  • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation

User menu

Sign in
Forgot your password?

or sign in with your existing account

OpenProject ID Google

Side Menu

Collapse project menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Expand project menu
Support Installation & Updates
  1. OpenProject Community
  2. OpenProject
  3. Forums
  4. Support Installation & Updates
  5. SMTP SSL not TLS Issue

SMTP SSL not TLS Issue

Added by Will Fitch over 11 years ago

For some reason, I cannot get our private mail server to work with openproject. It keeps throwing a “Net::ReadTimeout” error.

Here’s my config (filtered):
production:
email_delivery_method: “smtp”
smtp_address: “smtp.*”
smtp_port: 465
smtp_domain: “smtp.
*”
smtp_authentication: “plain”
smtp_enable_starttls_auto: true
smtp_user_name: “*”
smtp_password: “
*”
ssl: true

I’ve tried with and without ssl: true, I’ve tried both true and false for starttls_auto, tried “plain” and “login” for authentication- nothing works. Port 465 is allowing incoming and outgoing in iptables, and I can telnet the server, so it’s not being blocked.

I’ve searched everywhere, and all I can find are plain port 25 examples and gmail tls examples.

Does anyone else use a mail server on port 465 that is SSL and not TLS? Can you tell me what you did to make it work? Thank you very much!


Replies (2)

RE: SMTP SSL not TLS Issue - Added by Guillaume Petitcollin about 11 years ago

Hi.

I got the same problem and I did solve it by configuring with following parameter :+1:
smtp_ssl: true

RE: SMTP SSL not TLS Issue - Added by Will Fitch almost 11 years ago

Genuis!! That worked for me as well. Thank you very much!

  • (1 - 2/2)
Loading...