Receiving Emails
-
- Posts: 3
- Joined: Wed Apr 27, 2016 1:48 am
Receiving Emails
Hey guys i need some help... I am able to send emails but i am not able to receive them ... Can you please assist me because the previous threads that i have looked at weren't helpful in my situation ... Any other information you need please feel free to ask
-
- Posts: 3
- Joined: Wed Apr 27, 2016 1:48 am
Re: Receiving Emails
I figured it out myself ...
So to resolve the issue login to root via putty and type this command (This is for CentOS...I believe there is a different command for Ubuntu)
nano /etc/exim/exim.conf
comment out the entire "CLAMD = yes" (so it reads "#CLAMD = yes")
and then go ahead and restart exim from the server section in VestaCP and you should be good to know
So to resolve the issue login to root via putty and type this command (This is for CentOS...I believe there is a different command for Ubuntu)
nano /etc/exim/exim.conf
comment out the entire "CLAMD = yes" (so it reads "#CLAMD = yes")
and then go ahead and restart exim from the server section in VestaCP and you should be good to know
Re: Receiving Emails
Well done! Nice solution.