hugovanmeijeren
Verified User
- Joined
- Feb 27, 2017
- Messages
- 14
Solved!
The final issue was caused because authentication was not enabled when sending mail in Android. This was previously not necessary but now required for the secured connection.
So a short summary of the issues and their solutions:
1) Missing letsencrypt.sh script on server - Replaced missing file
2) Messed up Exim or Dovecot configuration file(s) - Rebuild Exim and Dovecot
3) Missing check for authentication when sending mail from Android - Added username/password for outgoing mail
Thank you all for helping me troubleshoot this issue!
The final issue was caused because authentication was not enabled when sending mail in Android. This was previously not necessary but now required for the secured connection.
So a short summary of the issues and their solutions:
1) Missing letsencrypt.sh script on server - Replaced missing file
2) Messed up Exim or Dovecot configuration file(s) - Rebuild Exim and Dovecot
3) Missing check for authentication when sending mail from Android - Added username/password for outgoing mail
Thank you all for helping me troubleshoot this issue!