Search found 21 matches
- Tue Jul 02, 2019 8:15 pm
- Forum: Web Server
- Topic: Unblock IP restriction on port 8083 through SSH
- Replies: 3
- Views: 5177
Re: Unblock IP restriction on port 8083 through SSH
You should check the banned IPs using v-list-firewall-ban v-list-firewall-ban IP CHAIN TIME DATE -- ----- ---- ---- 185.137.111.129 INPUT 12:04:36 2019-06-18 185.137.111.125 INPUT 12:05:30 2019-06-18 14.231.90.13 MAIL 04:44:24 2019-06-30 45.13.39.23 MAIL 17:26:33 2019-07-01 Look at the CHAIN string ...
- Wed May 29, 2019 11:22 pm
- Forum: General Discussion
- Topic: Vesta password policy
- Replies: 4
- Views: 10134
Re: Vesta password policy
mlopez , some admins/users like simple stuff.. do you think we should resrict all like Apple? It's a choice for everyone. No way! I think that, as a security measure Vesta CP should offer a way for the administrator to set the passwords restrictions for users. Hosting (final) users don't necessaril...
- Tue May 28, 2019 6:00 pm
- Forum: General Discussion
- Topic: Vesta password policy
- Replies: 4
- Views: 10134
Re: Vesta password policy
Thank you, skurudo, but the web-interface has no restrictions at all! You can add a one character password for email accounts, i.e.
And also you can add an email account from cli using this:
And also you can add an email account from cli using this:
Code: Select all
v-add-mail-account myuser example.com peter e
- Sat May 25, 2019 8:05 am
- Forum: General Discussion
- Topic: Vesta password policy
- Replies: 4
- Views: 10134
Vesta password policy
1. Where can I find and how can I modify passwords policies, I mean, the constraints/restrictions applied to passwords for mail accounts when entered in panel?
2. Is there a way to raise the number of characters of generated passwords?
Thank you
ML
2. Is there a way to raise the number of characters of generated passwords?
Thank you
ML
- Wed May 22, 2019 11:47 pm
- Forum: 3rd Party Software
- Topic: VestaCP PHP Selector for Centos add php 7, 5.6 and 5.5.
- Replies: 271
- Views: 1695049
Re: VestaCP PHP Selector for Centos add php 7, 5.6 and 5.5.
I followed above steps, inserted that line to that file, then switched Web Template to "sk-php56", then back to "sk-php70", but the same problem happened. The log file still shows (I tried twice to install the same Joomla extension as yestoday) : [Wed Apr 13 17:36:54.383762 2016] [fcgid:warn] [pid ...
- Wed May 15, 2019 6:59 am
- Forum: FTP Server
- Topic: SSL on vsftpd
- Replies: 9
- Views: 100077
Re: SSL on vsftpd
This is what I add to my vsFTP config file /etc/vsftpd/vsftpd.conf : # # SSL Options # ssl_enable=YES allow_anon_ssl=NO force_local_data_ssl=YES force_local_logins_ssl=YES ssl_tlsv1_1=YES ssl_tlsv1_2=YES ssl_tlsv1=NO ssl_sslv2=NO ssl_sslv3=NO require_ssl_reuse=YES ssl_ciphers=HIGH rsa_cert_file=/usr...
- Fri May 03, 2019 11:59 pm
- Forum: Mail Server
- Topic: Tutorial: Sieve, Managesieve filters with Dovecot and Roundcube.
- Replies: 9
- Views: 215092
Re: Tutorial: Sieve, Managesieve filters with Dovecot and Roundcube.
Hey, I've followed the tutorial but I cannot make it work. Settings screen shows filters option but when I click it it shows a 'File not found' error message 'This request has failed: MYDOMAIN.com/webmail/?_task=settings&_action=plugin.managesieve' Can you help me with this? I'm using CentOS 7.6.18...
- Sat Apr 27, 2019 1:56 am
- Forum: Mail Server
- Topic: Tutorial: Sieve, Managesieve filters with Dovecot and Roundcube.
- Replies: 9
- Views: 215092
Re: Tutorial: Sieve, Managesieve filters with Dovecot and Roundcube.
Hey, I've followed the tutorial but I cannot make it work. Settings screen shows filters option but when I click it it shows a 'File not found' error message 'This request has failed: MYDOMAIN.com/webmail/?_task=settings&_action=plugin.managesieve' Can you help me with this? I'm using CentOS 7.6.181...
- Sat Mar 16, 2019 1:19 am
- Forum: Mail Server
- Topic: Roundcube?
- Replies: 3
- Views: 9898
Re: Roundcube?
Altought some time you asked it I have the solution. I tell you on Centos with Apache and NGINX: You must go to /etc/httpd/conf.d folder, when you have general config files. Look for rouncube.conf and edit it. I use WinSCP to navigate my folders and files by SSH, and if I double-click on file, note...
- Fri Feb 22, 2019 8:26 pm
- Forum: Mail Server
- Topic: I do not receive Gmail emails
- Replies: 8
- Views: 14911
Re: I do not receive Gmail emails
Hi, I had this problem. main.log kept giving a TLS error for google. (SSL_CTX_use_certificate_chain_file file=/etc/pki/tls/certs/exim.pem): error:0200100D:system library:fopen:Permission denied something like this. I was using a custom self-signed certificate to move away from the default vestacp o...