Page 1 of 1

New install mails stuck in Exim Queue

Posted: Tue Mar 01, 2016 4:50 pm
by erfolgskompass
Hey guys,

thank you for this wonderful peace of software. It seems very polished and well structured.

I have just installed VestaCP on two servers with CentOS. Everything working is so far on the first, but on the second all mails are stuck in the Exim queue.

What can I do now to troubleshoot this problem?

OS: CentOS 7 with latest updates

Regards

Re: New install mails stuck in Exim Queue

Posted: Tue Mar 01, 2016 5:12 pm
by jonn
might just be propagation.. mostly a new install sometimes queues mail because of it and they are frozen for a short time until dns is reachable. Waiting game... you can also run a test mail from command prompt.

Code: Select all

mail –v [email protected]
Subject :  my test
test description text

Ctrl+D

enter
then check your /webmail. if you get it then your mail server is sending okay.

Re: New install mails stuck in Exim Queue

Posted: Tue Mar 01, 2016 5:45 pm
by tjebbeke
Check your exim log files.

I guess you will find this error:
clamd: unable to connect to UNIX socket (/var/run/clamav/clamd.sock): No such file or directory

If yes, than execute this:
mkdir /var/run/clamav/
сhown clam:mail /var/run/clamav/