Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • 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
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

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

Content

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. SMTP for Exchange Server no auth

SMTP for Exchange Server no auth

Added by Jon Klinect over 10 years ago

I just created a new Ubuntu 14.04 64bit server with the base install and ran the packager installation for OpenProject 4.0.4. So far everything is working except email. My exchange server has an open relay internally on port 2525. In outlook this port does not require any kind of authentication. However, when I try to test an email from settings, I get:

An error occurred while sending mail (SMTP-AUTH requested but missing user name)

Here is my configuration.yml file:
default:
email_delivery_method: smtp
smtp_address: exchange.corp.mydomain.com
smtp_port: 2525
smtp_domain: openproject.corp.mydomain.com

(not sure why its not showing when I’m viewing my post, but I do still have the 2 space indent on all the email settings)

Anyone have any thoughts on this?


Replies (2)

RE: SMTP for Exchange Server no auth - Added by Jon Klinect over 10 years ago

If I try to use the email settings posted here:
https://community.openproject.org/topics/441

I get the following message:
Proxy Error

The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /admin/test_email.

Reason: Error reading from remote server

Apache/2.4.7 (Ubuntu) Server at openproject.corp.mydomain.com Port 80

RE: SMTP for Exchange Server no auth - Added by Karsten Gallinowski over 10 years ago

Hi,

can you please try to set the email settings via openproject config set: … command? I think the best way might be to do openproject reconfigure and then set the correct email settings. Be aware that you have to reset the configuration.yml to the default one again. See this link to view the content of that file.

I this is not working please paste the results of the openproject config command here.

Regards,

Karsten

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