Replies: 1 comment
-
Might be related: #596 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I run a maddy server which takes messages on submission port, and delivers them to remote mail servers. The sending volume is around 1 message per second. These are transactional emails from a web application, the sending volume fluctuates a bit, but I'm careful not to send big bursts of messages.
I've noticed two cases about a month apart where outbound delivery got stuck for 10 or so minutes, and then got "unstuck" all by itself. Here's what I saw in the logs:
submission: incoming message
,submission: accepted
,queue: delivered
, and other messages.submission: ...
messages in logs, I see the number of files in/var/lib/maddy/remote_queue
climbing, but noqueue: ...
orremote: ...
log messagesAnd then things proceed normally, maddy gradually eats through the backlog of queued messages and delivers them.
I've been staring at logs, at my configuration, and at maddy docs, but cannot figure out if it is an issue with my configuration or with maddy itself. My configuration below with a few changes: I replaced my server's hostname with example.com, and usernames, passwords, tokens with dummy values.
I'm hoping someone recognizes the symptoms and can give me any hints about what might be going wrong. Thank you in advance for any tips!
Beta Was this translation helpful? Give feedback.
All reactions