Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 25 matches
- Thu Aug 09, 2018 4:40 pm
- Forum: General Discussion
- Topic: Spamassassin and Mysql
- Replies: 2
- Views: 4285
Re: Spamassassin and Mysql
seems to be a bug, also on my system mysql and spamassassin's ram usage is equal.
It is certainly a bug, In debian the use of cpu and ram is always the same. Centos does not have this problem.
This bug is in vestacp because accessing the server through ssh and using top -c displays the ...
- Tue Aug 07, 2018 2:12 am
- Forum: General Discussion
- Topic: Spamassassin and Mysql
- Replies: 2
- Views: 4285
Spamassassin and Mysql
Hello,
I have servers with Debian 7, 8 and 9 in all the resource consumption of spamassassim and mysql are always the same. Any change is equal in both.
On servers with Centos this problem does not happen.
Why does Debian have this bug? See https://prnt.sc/kfjsi5
I have servers with Debian 7, 8 and 9 in all the resource consumption of spamassassim and mysql are always the same. Any change is equal in both.
On servers with Centos this problem does not happen.
Why does Debian have this bug? See https://prnt.sc/kfjsi5
- Mon Jul 23, 2018 6:29 pm
- Forum: Debian/Ubuntu
- Topic: Limit emails per hour per domain
- Replies: 40
- Views: 90496
Re: Limit emails per hour per domain
Just a simple sample:
#for PHP scripts, sendmailer, phpmailer, limit per domain
acl_not_smtp:
deny message = $reply_address Sending too much emails - rate overlimit = $sender_rate / $sender_rate_period
senders = !lsearch;/server-path-to-file/exim-whitelist
ratelimit = 60 / 60m / strict / $reply ...
- Tue Jul 10, 2018 2:47 pm
- Forum: Debian/Ubuntu
- Topic: Limit emails per hour per domain
- Replies: 40
- Views: 90496
Re: Limit emails per hour per domain
How to exclude server hostname from limit?
Do not limit e-mails from daemon@hostname, root@hostname, admin@hostname, xxxxxx@hotname
Do not limit e-mails from daemon@hostname, root@hostname, admin@hostname, xxxxxx@hotname
- Wed Feb 28, 2018 6:12 pm
- Forum: General Discussion
- Topic: Block tld creation
- Replies: 3
- Views: 6098
Re: Block tld creation
If the user tries to add a domain for example .tk or any other set the vesta does not allow.
In cpanel this is possible to be done. I would like to do this in vesta.
- Wed Feb 28, 2018 12:01 am
- Forum: General Discussion
- Topic: Block tld creation
- Replies: 3
- Views: 6098
Block tld creation
How to block account creation for certain TLDs?
- Tue Feb 27, 2018 4:14 pm
- Forum: Debian/Ubuntu
- Topic: Limit emails per hour per domain
- Replies: 40
- Views: 90496
Re: Limit emails per hour per domain
How to do to limit by domain, in the same way as it is done in cpanel? This script only limits the per-user and email account. Not limited by domain.
Also it has a problem it limits the emails of the root user and admin.
Also it has a problem it limits the emails of the root user and admin.
- Thu Feb 22, 2018 5:39 pm
- Forum: Web Server
- Topic: Apache template vs DKIM
- Replies: 1
- Views: 7548
Apache template vs DKIM
Does anyone know why apache configured with hosting template does not create dkim entry in domains dns?
- Wed Feb 14, 2018 1:19 pm
- Forum: General Discussion
- Topic: Fail2ban not banning on SSH and VESTA
- Replies: 3
- Views: 5209
Re: Fail2ban not banning on SSH and VESTA
Thanks for your attention, but this has already been installed by default on vesta.skamasle wrote: Tue Feb 13, 2018 7:07 pm Hi
Try
Code: Select all
cd /etc wget http://c.vestacp.com/0.9.8/ubuntu/fail2ban.tar.gz -O fail2ban.tar.gz
At the moment SSH is still not being blocked.
- Wed Feb 07, 2018 4:59 pm
- Forum: General Discussion
- Topic: Fail2ban not banning on SSH and VESTA
- Replies: 3
- Views: 5209
Fail2ban not banning on SSH and VESTA
I installed a VPS with Debian 8 + Vesta 0.9.8.19.
## VESTA
To test I got my password wrong 6x when trying to access https://ip_server:8083. Fail2Ban sends the email informing that the IP has been banned, but the IP is not blocked.
## SSH
IP is not blocked after attempts have been exceeded and ...
## VESTA
To test I got my password wrong 6x when trying to access https://ip_server:8083. Fail2Ban sends the email informing that the IP has been banned, but the IP is not blocked.
## SSH
IP is not blocked after attempts have been exceeded and ...