I'm using postfix 3.5.8 under Debian 11.
Starting recently -- approximately 3-5 days ago -- outgoing messages suddenly started to take a lot longer than before to leave the outgoing message queue (as listed by "postqueue -p"). Whereas up until recently, messages would normally leave the outgoing queue within 5-15 seconds, it is now taking 1-2 minutes before messages leave that queue.
I have not changed any of the postfix settings. And here are what I believe to be the pertinent "main.cf" settings (as listed by "postconf -p"), and these have been set this way for many months. Note that these are only my guess as to which settings are pertinent, and of course, I realize that there could be other settings that I might be overlooking ...
default_destination_rate_delay = 0s
default_recipient_refill_delay = 5s
deliver_lock_delay = 1s
dnsblog_reply_delay = 0s
in_flow_delay = 1s
maximal_backoff_time = 4000s
maximal_queue_lifetime = 5d
minimal_backoff_time = 60s
qmqpd_error_delay = 1s
queue_run_delay = 60s
Given that this is output from "postconf -p", most of these values are postfix defaults. Only "queue_run_delay" and "minimal_backoff_time" are explicitly set in "main.cf".
Again, none of these parameters have changed in a long time, despite the fact that since 3-5 days ago, messages started remaining much longer in the outgoing queue than before.
I'm guessing that other settings -- including perhaps configuration of non-postfix-related utilities on my server -- might be causing these new outgoing delays, although I have not knowingly made any network-related changes on my server.
What factors could be causing these recent outgoing-queue changes?
Please forgive me if I have overlooked something in the postfix docs which might explain this.
And thank you very much in advance.