Fix Listmonk bounce mailbox: switch from SMTP port to POP3 port 995 for correct bounce processing.

Reference: https://chatgpt.com/share/69270222-b8dc-800f-9527-3088a85ed71c (conversation about Listmonk POP3 bounce error)
This commit is contained in:
2025-11-26 14:35:52 +01:00
parent 2e490ed238
commit 61ee993ff1

View File

@@ -92,7 +92,7 @@ LISTMONK_SETTINGS:
{{ [
{
"host": SYSTEM_EMAIL.HOST,
"port": SYSTEM_EMAIL.PORT,
"port": 995,
"type": "pop",
"uuid": "471fd0e9-8c33-4e4a-9183-c4679699faca",
"enabled": true,