Search found 153 matches
- Wed Jun 19, 2019 8:42 pm
- Forum: General Discussion
- Topic: How to set CPU limit on websites
- Replies: 17
- Views: 3860
Re: How to set CPU limit on websites
Forgot to tell that the tutorial is already up and it was made with keeping VestaCP in mind so it should be easier to achieve the task with this tutorial. This limit has helped us a lot in managing huge server load without suspending user. https://blog.flaunt7.com/managing-resources-cgroups/ Hi, ur...
- Wed Jun 19, 2019 8:33 pm
- Forum: Mail Server
- Topic: Request Interface for Spam
- Replies: 15
- Views: 4443
Re: Request Interface for Spam
It seems, that rspamd instance not correctly running. Have you tried restart it? Maybe you have edited rules?
- Wed Jun 19, 2019 8:25 pm
- Forum: Mail Server
- Topic: Connection to IMAP server failed
- Replies: 1
- Views: 919
Re: Connection to IMAP server failed
Hi, remove this part from /etc/dovecot/dovecot.conf namespace { type = private separator = / prefix = inbox = yes mailbox Sent { auto = subscribe special_use = \Sent } mailbox Drafts { auto = subscribe special_use = \Drafts } mailbox Trash { auto = subscribe special_use = \Trash } namespace inbox { ...
- Wed Jun 19, 2019 8:20 pm
- Forum: Mail Server
- Topic: HOW TO: RSPAMD integration
- Replies: 19
- Views: 8077
Re: HOW TO: RSPAMD integration
Hi, Thanks for the great guide, I have tried this and it works on latest version with centos 7.6 but will not allow sending or receiving emails. 550 error is received. Is any setup for dovecot needed? or setting in rspamd? Hi, no, here is no need any changes to dovecot. What exact error you are get...
- Wed Jun 19, 2019 7:57 pm
- Forum: Mail Server
- Topic: Tutorial: setup mail server the right way
- Replies: 5
- Views: 12530
Re: Tutorial: setup mail server the right way
Because vesta use exim, modoboa postfix and other dovecot configuration and etc... https://modoboa.readthedocs.io/en/lates ... stallationthunderclap wrote: ↑Fri Jun 14, 2019 5:23 pmWhy do you recommend installing Vesta without mail support?
- Wed Jun 12, 2019 6:37 am
- Forum: Web Server
- Topic: New VestaCP Install and now Nginx is busted
- Replies: 1
- Views: 668
Re: New VestaCP Install and now Nginx is busted
Hi, issue is because nginx cannot use port 80: Jun 01 11:22:57 204816-4.204816-4.com nginx[12144]: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use) This means, that that port is used by other application. Most probably apache. You should check if apache is configured on proper...
- Mon May 06, 2019 4:02 pm
- Forum: Web Server
- Topic: I can not reach Vestacp Cpanel
- Replies: 1
- Views: 449
Re: I can not reach Vestacp Cpanel
What error did you see when connecting to panel? Have you tried to restart vestacp instance?
- Sat May 04, 2019 8:49 pm
- Forum: Mail Server
- Topic: UBUNTU 18.04 smtp25 refused
- Replies: 1
- Views: 22354
Re: UBUNTU 18.04 smtp25 refused
Check if dovecot is running.
- Sat May 04, 2019 8:44 pm
- Forum: Mail Server
- Topic: Tutorial: setup mail server the right way
- Replies: 5
- Views: 12530
Re: Tutorial: setup mail server the right way
Did you install Modoboa "on top of" Vesta? Can users still create email accounts within Vesta for them to become visible for administration within Modoboa? This would be ideal for me. If you just created a new VPS for your email server outside of Vesta, this kind of defeats the purpose of Vesta bei...
- Sat May 04, 2019 8:37 pm
- Forum: Web Server
- Topic: nginx: [emerg] bind() to :80 failed (99: Cannot assign requested address)
- Replies: 1
- Views: 1273
Re: nginx: [emerg] bind() to :80 failed (99: Cannot assign requested address)
Hi, create back those files which you have removed: # touch /etc/nginx/conf.d/IP.conf # touch /etc/httpd/conf.d/IP.conf httpd IP.conf content: Listen IP:8080 Listen IP:8443 nginx IP.conf content: server { listen IP:80 default; server_name _; #access_log /var/log/nginx/IP.log main; location / { proxy...