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:19] – [dovecot] baumkp | docker_notes:docker-mailserver [2025-08-16 Sat wk33 19:39] (current) – [exim] baumkp | ||
---|---|---|---|
Line 1033: | 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:// |