Search found 3 matches
- Mon Oct 28, 2019 10:08 pm
- Forum: Mail Server
- Topic: Can´t receive mail from outside
- Replies: 1
- Views: 2854
Re: Can´t receive mail from outside
I solved the problem!
The problem was Clamav stopped because I don´t have enough free ram.
I opened the exim config file exim4.comf.template and comment the line:
If you set it to "no", it doesn´t work.
The problem was Clamav stopped because I don´t have enough free ram.
I opened the exim config file exim4.comf.template and comment the line:
Code: Select all
#CLAMD = yes
- Mon Oct 28, 2019 7:37 pm
- Forum: Mail Server
- Topic: Can´t receive mail from outside
- Replies: 1
- Views: 2854
Can´t receive mail from outside
Hello, I have a problem with the mail. I can send and receive mail from roundcube, but I can´t receive mail from hotmail or another outside service. I am using Debian 9 and tried to dissable spamassasin and clamav. -reject log says: temporary rejected -mail log: 2019-10-28 20:16:15 1iPAUx-0006Ac-57 ...
- Sun Mar 03, 2019 6:59 pm
- Forum: Web Server
- Topic: HOWTO Configure Tomcat+Vesta to serve Java Apps
- Replies: 1
- Views: 5161
HOWTO Configure Tomcat+Vesta to serve Java Apps
Hello, finally I have found a way to make Tomcat and Vesta CP work together . - First of all, you need to install Vesta Cp and Tomcat. There is enough info and tutorials out there of this part. - The comes the tricky part, because Vesta CP comes with Nginx+Apache installed, and Apache is installed o...