Content
Incoming mails with docker - IMAP not working
Added by Markus Ha over 2 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