Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
docker_notes:docker-mailserver [2025-06-22 Sun wk25 15:03] – [Docker mailserver] baumkp | docker_notes:docker-mailserver [2025-08-16 Sat wk33 19:39] (current) – [exim] baumkp | ||
---|---|---|---|
Line 1: | Line 1: | ||
{{tag> | {{tag> | ||
======Docker mailserver====== | ======Docker mailserver====== | ||
- | This mailserver setup follows Workaround' | + | This mailserver setup follows Workaround' |
//As this follows Workaround' | //As this follows Workaround' | ||
Line 378: | Line 378: | ||
Alpine Linux version 3.22 from May 2025 used Dovecot 2.4.1 and while I can use an older version of Alpine eventually I would need to upgrade Dovecot to the new configuration file syntax. | Alpine Linux version 3.22 from May 2025 used Dovecot 2.4.1 and while I can use an older version of Alpine eventually I would need to upgrade Dovecot to the new configuration file syntax. | ||
+ | ++++Discussion on configuration files| | ||
+ | I suspect the '' | ||
+ | The only other issue is use of override files in '' | ||
+ | ++++ | ||
====dovecot.conf==== | ====dovecot.conf==== | ||
++++/ | ++++/ | ||
Line 1029: | Line 1033: | ||
*[[https:// | *[[https:// | ||
*[[https:// | *[[https:// | ||
+ | |||
+ | =====exim===== | ||
+ | After updating my VM from Debian 12 to 13 the mailserver container refused to start as it indicated that port 25 was already in use. | ||
+ | |||
+ | It would seem that Debian 13 automatically installed and starts Exim, some kind of system email client. | ||
+ | |||
+ | The solution was simply to stop and disable Exim from running, '' | ||
+ | |||
+ | The method to find the program using the port was the command '' | ||
+ | |||
+ | |||
=====References===== | =====References===== | ||
*Workaround.org [[https:// | *Workaround.org [[https:// |