Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 8 matches
- Tue Sep 24, 2019 5:46 pm
- Forum: Debian/Ubuntu
- Topic: How Can I Add This cron job?
- Replies: 1
- Views: 2836
How Can I Add This cron job?
Hello,
Currently I'm running vestacp on ubuntu 16.04 LTS
Now, I need to add this cron job for my wordpress website
How I can add this?
#!/bin/bash
# get the list of proxies from AWS
IPS=`curl -s http://d7uri8nf7uskq.cloudfront.net/tools/list-cloudfront-ips | jq -r '.[][]'`
# use wp-cli to ...
Currently I'm running vestacp on ubuntu 16.04 LTS
Now, I need to add this cron job for my wordpress website
How I can add this?
#!/bin/bash
# get the list of proxies from AWS
IPS=`curl -s http://d7uri8nf7uskq.cloudfront.net/tools/list-cloudfront-ips | jq -r '.[][]'`
# use wp-cli to ...
- Mon Feb 05, 2018 1:54 pm
- Forum: Mail Server
- Topic: Not receiving any email (Ubuntu 16.04, exim dovecot)
- Replies: 0
- Views: 1539
Not receiving any email (Ubuntu 16.04, exim dovecot)
Hi,
Suddenly I am not able to receive any email (I can send though)
OS: Ubuntu 16.04
Email Config: Exim + Dovecot
**I've disabled spamassassin but It didn't solve the issue.
Here're some logs from /var/log/exim4/mainlog
2018-02-05 04:16:10 dovecot_login authenticator failed for (User) [91 ...
Suddenly I am not able to receive any email (I can send though)
OS: Ubuntu 16.04
Email Config: Exim + Dovecot
**I've disabled spamassassin but It didn't solve the issue.
Here're some logs from /var/log/exim4/mainlog
2018-02-05 04:16:10 dovecot_login authenticator failed for (User) [91 ...
- Mon Aug 29, 2016 5:18 pm
- Forum: General Discussion
- Topic: I accidently deleted my default domain, how to get it back?
- Replies: 2
- Views: 3721
I accidently deleted my default domain, how to get it back?
Hello, I accidently deleted my default domain, now my http://serverip redirect to my other added domain (example.com).
how to get it back?
how to get it back?
- Wed May 04, 2016 7:36 pm
- Forum: Web Server
- Topic: I can't increase file size limit.. :(
- Replies: 5
- Views: 11058
Re: I can't increase file size limit.. :(
Thanks... :D ... Solved !!
- Thu Apr 28, 2016 4:29 pm
- Forum: Web Server
- Topic: I can't increase file size limit.. :(
- Replies: 5
- Views: 11058
I can't increase file size limit.. :(
Hello, Currently i'm using Vesta cp on ubuntu 14.04 LTS (nginx+apache)
BUT, I cann't increase file upload size limit, it always shows max upload size 2mb.
I have tried this..but no luck ...
BUT, I cann't increase file upload size limit, it always shows max upload size 2mb.
I have tried this..but no luck ...
Code: Select all
/etc/php5/apache2/php.ini
Code: Select all
memory_limit = 320M
upload_max_filesize = 100M
post_max_size = 200M
- Wed Apr 27, 2016 11:12 am
- Forum: Mail Server
- Topic: How can i uninstall spamassassin without breaking email service?
- Replies: 4
- Views: 14270
Re: How can i uninstall spamassassin without breaking email service?
Thanks ..solved!! Just fixed the issue without breaking my mailing system... :D
Vesta CP is the BEST...
Vesta CP is the BEST...
- Wed Apr 27, 2016 8:49 am
- Forum: Mail Server
- Topic: How can i uninstall spamassassin without breaking email service?
- Replies: 4
- Views: 14270
Re: How can i uninstall spamassassin without breaking email service?
Ok, Thanks for the quick reply... Trying now, will update status...
- Wed Apr 27, 2016 2:39 am
- Forum: Mail Server
- Topic: How can i uninstall spamassassin without breaking email service?
- Replies: 4
- Views: 14270
How can i uninstall spamassassin without breaking email service?
Clamav and Spamassassin using a lot of resources on my vps. So, i want to disable (or uninstall) one of them. As Spamassassin taking more resource than clamav i'm interested to disable/uninstall spamassassin...
Lately, I've stopped spamassassin process from vestacp "Server" option..BUT, after ...
Lately, I've stopped spamassassin process from vestacp "Server" option..BUT, after ...