Email Queue

buksiksin

New member
Joined
Mar 8, 2016
Messages
4
Hello, i am running a VPS and i can see a lot of emails waiting in queue.
I am using command
Code:
Code:
/usr/sbin/exim -qff -v -C /etc/exim.conf &
to force all emails from queue to inbox. It still takes a lot of time.

Is there anyway to skip the queue? To do it automatically? I dont really know how the email handling works.
I receive a lot of emails and this queue is slowing everything a lot.
 
Hello,

You should learn on why emails were not sent and hold in queue, then you should correct errors if exist any or adjust settings to avoid it in future.
 
Hello,

You should learn on why emails were not sent and hold in queue, then you should correct errors if exist any or adjust settings to avoid it in future.

Hello, thanks for your reply. Its not about sent emails. Its about receiving emails.
 
That does not change anything: whether incoming or outcoming the emails are, they're stuck in queue and you still need learn reasons.
 
Back
Top