Unable to add incoming mail server due to [IN-USE] Couldn't open INBOX
症状
JIRA is unable to add an incoming mail server. The following error is returned: ""AuthenticationFailedException: [IN-USE] Couldn't open INBOX: Internal error occurred. Refer to server log for more information."
atlassian-jira.log
に次のメッセージが表示される。
Unable to connect to the server at mail.example.com due to the following exception: javax.mail.AuthenticationFailedException: [IN-USE] Couldn't open INBOX: Internal error occurred. Refer to server log for more information.
原因
The user specified in the mail handler does not have the proper permissions.
ソリューション
Update directory permissions to allow user read/write permissions.
chmod 0600 /var/spool/mail/*
In the example above the user is granted read/write permission to the /var/spool/mail/ directory.
Last modified on Mar 30, 2016
Powered by Confluence and Scroll Viewport.