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. Incoming mails with docker - IMAP not working

Incoming mails with docker - IMAP not working

Added by Markus Ha almost 3 years ago

Hi Folks,

I try to setup latest op (12.1.6) via docker and bring up incoming mail support via IMAP.

So far my .env file is:

EMAIL_DELIVERY_METHOD="smtp"
SMTP_ADDRESS="smtp.office365.com"
SMTP_PORT="587"
SMTP_DOMAIN="XXX.de"
SMTP_AUTHENTICATION="login"
SMTP_USER_NAME="XXX"
SMTP_PASSWORD="XXX"
SMTP_ENABLE_STARTTLS_AUTO="true"
IMAP_ENABLED="true"
IMAP_SSL="true"
IMAP_PORT="993"
IMAP_HOST="outlook.office365.com"
IMAP_USERNAME="XXX"
IMAP_PASSWORD="XXX"
IMAP_CHECK_INTERVAL="120"
IMAP_NO_PERMISSION_CHECK="1"
IMAP_UNKNOWN_USER="accept"
IMAP_ALLOW_OVERRIDE="type,project,tracker,category,status"

Sending mails is doing fine, receiving not. I would expect that mails would be removed from IMAP inbox, when they are read by OP, but the mails stay. Whereas UNKNOWN_USER is set for testing, I additionaly use a valid mail from a registered user. It seems that OP has trouble connecting to IMAP?

So, the question is, how could I get some more insights to find out what the issue is?

Thx in advance for any hints!

br,

Markus


Loading...