Search found 15 matches
- Sat Jan 20, 2018 8:03 am
- Forum: Web Server
- Topic: Multiple SSL on one site.
- Replies: 1
- Views: 2361
Multiple SSL on one site.
Hello,
I have a site with 7 domains parked to it.
I just install ssl for the first domain and change my site to https.
Is possible on the same website to have more ssl for the rest of the domains?
thanks in advance!
I have a site with 7 domains parked to it.
I just install ssl for the first domain and change my site to https.
Is possible on the same website to have more ssl for the rest of the domains?
thanks in advance!
- Fri Jan 12, 2018 7:11 am
- Forum: General Discussion
- Topic: Error: invalid backup format
- Replies: 2
- Views: 2405
Re: Error: invalid backup format
thank you imperio for you reply. I dont know if I did it right , but it didn't work for me. I did the following steps: nano /usr/local/vesta/func/main.sh and the change the line from: backup) is_user_format_valid "$arg" 'backup' ;; to backup) is_object_format_valid "$arg" 'backup' ;; then I reboot t...
- Wed Jan 10, 2018 5:52 am
- Forum: General Discussion
- Topic: Error: invalid backup format
- Replies: 2
- Views: 2405
Error: invalid backup format
Hi, yesterday I discovered that on my server after the last update of vesta 29 Dec 0.9.8-18, the restore procedure it doesn't work. As I see on the log the zipped file is on invalid format. The restore from the panel or from the ssh used to worked... I unzip the files on my PC and I uploaded through...
- Sun Jan 07, 2018 8:38 am
- Forum: Mail Server
- Topic: Block incoming email from specific domain @qq.com
- Replies: 7
- Views: 8995
Re: Block incoming email from specific domain @qq.com
You need to create a block list and then tell Exim to process it by setting up an ACL Search Google for exim block domain for incoming mails you will get many good pointers. A few good mentions ( even though they are for cPanel, they should work fine for anyone with EXIM MTA ) https://www.ndchost.c...
- Thu Jan 04, 2018 4:00 pm
- Forum: Mail Server
- Topic: Block incoming email from specific domain @qq.com
- Replies: 7
- Views: 8995
Re: Block incoming email from specific domain @qq.com
Can anyone please help me and saw me how I can block email from a specific domains?
for example: [email protected]
Thanks in advance!
for example: [email protected]
Thanks in advance!
- Wed Jan 03, 2018 8:26 am
- Forum: Mail Server
- Topic: Block incoming email from specific domain @qq.com
- Replies: 7
- Views: 8995
Re: Block incoming email from specific domain @qq.com
Thank you for helping me to Update OS and Web : Fields.imperio wrote:viewtopic.php?f=10&t=15830
Sorry for any inconvenience i may have caused.
- Wed Jan 03, 2018 5:58 am
- Forum: Mail Server
- Topic: Block incoming email from specific domain @qq.com
- Replies: 7
- Views: 8995
Re: Block incoming email from specific domain @qq.com
Thanks for the prompt reply!imperio wrote:The requirements of the rules are not executed
Can anyone help me how to do it, step by step?
Thank you once again!
- Tue Jan 02, 2018 3:49 pm
- Forum: Mail Server
- Topic: Block incoming email from specific domain @qq.com
- Replies: 7
- Views: 8995
Block incoming email from specific domain @qq.com
Hello,
I am trying to block all incoming from specific domain: *@qq.com.
Can anyone help me step by step?
I tried using spam-block.conf but I didn't have any success.
CentOS 6.8
Exim version 4.84_2 #1 built 09-Jun-2016 11:48:30
Thanks in advance!
I am trying to block all incoming from specific domain: *@qq.com.
Can anyone help me step by step?
I tried using spam-block.conf but I didn't have any success.
CentOS 6.8
Exim version 4.84_2 #1 built 09-Jun-2016 11:48:30
Thanks in advance!
- Fri May 06, 2016 6:23 pm
- Forum: Web Server
- Topic: nginx + php-fpm + named doesn't start after server restat
- Replies: 2
- Views: 3283
Re: nginx + php-fpm + named doesn't start after server restat
Hi I found this solutions on searching:
replace the first 4 lines:
It works on my 2 VPS. :)
Code: Select all
nano /usr/lib/systemd/system/nginx.service
Code: Select all
[Unit]
Description=Startup script for nginx service
After=network-online.target remote-fs.target nss-lookup.target
Wants=network-online.target
- Fri May 06, 2016 6:22 pm
- Forum: Web Server
- Topic: Nginx fails to start after reboot
- Replies: 5
- Views: 7783
Re: Nginx fails to start after reboot
Hi I found this solutions on searching:
replace the first 4 lines:
It works on my 2 VPS. :)
Code: Select all
nano /usr/lib/systemd/system/nginx.service
Code: Select all
[Unit]
Description=Startup script for nginx service
After=network-online.target remote-fs.target nss-lookup.target
Wants=network-online.target