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. V 6.0 SMTP error - Connection refused.

V 6.0 SMTP error - Connection refused.

Added by chris p almost 9 years ago

I am getting the following error.

An error occurred while sending mail (Connection refused - connect(2) for "localhost" port 25)

My configuration.ylm file has the following SMTP set up.

  1. production:
    email_delivery_method: :smtp
    smtp_enable_startttls_auto: true
    smtp_address: smtp.gmail.com
    smtp_port: 587
    smtp_domain: smtp.gmail.com
    smtp_authentication: plain
    smtp_user_name: “my gmail email address”
    smtp_password: “my password”

This instalation was done using a bitnami vurtual server. Everything was installed very easily and I had no issues.

I attempted a telnet command. sudo telnet www.google.com 25 and an error resulted " -bash: telnet: command not found

I also attempted a netstat -l and this gave me a table of data . There are no ports listed.

I need a little help. How can I get smtp working with Open Project V6?


Loading...