mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-11-27 15:16:46 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user