Hello,
In the Exim queue status I have many emails not delivered. How to force the delivery please?
Thanks
Hello,
In the Exim queue status I have many emails not delivered. How to force the delivery please?
Thanks
Hi @azednet
Before forcing the delivery, you should know the cause of those mails not being delivered.
To view messages in queue:
exim4 -bp
Then you will get the ids for queued mails and you could check exim logs to view what is happening with that mail.
For example, if you get the id 1qvIUn-000123-0p
, to search exim logs, use this exigrep
command:
exigrep 1qvIUn-000123-0p /var/log/exim4/mainlog*
And you should see the reason for that mail not being delivered.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.