Content
View differences
Updated by Henriette Darge almost 5 years ago
### **Environment**:
Your OpenProject Version: 11 stable / Cloud Edition
Operating System / Browser / OpenProject language: docker (Linux)
### **Logs**
`mail: FAILED ActionMailer::Base at localhost:25 is not accepting connections`
### **Steps to reproduce:**
1. fresh `docker-compose up -d`
2. Login as `admin`
3. Setup email and send test mail: everything is working perfectly
4. add the first new user and try to send invitation mail => no mail is send, see error message above
5. (See topic https://community.openproject.org/topics/11644 #11644 a lot of people have that problem since a long time)
### **Actual Behavior**
Although the mail dispatch works and the test mails are sent correctly via smtp to a remote server, the actual mail dispatch unfortunately does not work at all. Setting up users and sending messages to them for invitation fails (trying to be delivered to localhost:25). So you cannot set up new users because the mails are tried to be sent to localhost: 25 instead of the previously successfully stored data for the mail server.
### **Expected Behavior**
Send the mail via the configured mail server and not localhost:25 because there is no smtpd at localhost:25 in the container.
Your OpenProject Version: 11 stable / Cloud Edition
Operating System / Browser / OpenProject language: docker (Linux)
### **Logs**
`mail: FAILED ActionMailer::Base at localhost:25 is not accepting connections`
### **Steps to reproduce:**
1. fresh `docker-compose up -d`
2. Login as `admin`
3. Setup email and send test mail: everything is working perfectly
4. add the first new user and try to send invitation mail => no mail is send, see error message above
5. (See topic https://community.openproject.org/topics/11644
### **Actual Behavior**
Although the mail dispatch works and the test mails are sent correctly via smtp to a remote server, the actual mail dispatch unfortunately does not work at all. Setting up users and sending messages to them for invitation fails (trying to be delivered to localhost:25). So you cannot set up new users because the mails are tried to be sent to localhost: 25 instead of the previously successfully stored data for the mail server.
### **Expected Behavior**
Send the mail via the configured mail server and not localhost:25 because there is no smtpd at localhost:25 in the container.