Search found 13 matches
- Sun Dec 03, 2023 7:09 am
- Forum: Installation
- Topic: myVesta Installation Script Generator
- Replies: 9
- Views: 20082
Re: myVesta Installation Script Generator
There is a bug that exists for more then a year. I choose custom port, secret uri etc in the install generator, then regardless if I unchecked the "interactive" or not the script asks me all those during the installation. So technically the auto install (preconfigured) does not work and r...
- Tue Jun 20, 2023 8:10 am
- Forum: Linux tutorials
- Topic: Initial Server Setup (iss.sh) by Amadex.com
- Replies: 0
- Views: 3356
Initial Server Setup (iss.sh) by Amadex.com
How to run? :geek: wget https://www.amadex.com/iss.sh && chmod +x iss.sh && ./iss.sh This Bash script simplifies and automates initial server setup tasks on your Linux machine. The script allows you to change the root password, hostname, timezone, and SSH port. It can also create swa...
- Tue Jun 20, 2023 8:08 am
- Forum: Anti-spam
- Topic: Spamhaus & Spamcop in SpamAssassin
- Replies: 4
- Views: 6987
- Sun Mar 12, 2023 8:20 pm
- Forum: General discussion
- Topic: 2151 active servers 👌❤️
- Replies: 13
- Views: 9620
Re: 2151 active servers 👌❤️
Congrats!
- Sat Jan 28, 2023 3:18 pm
- Forum: Anti-spam
- Topic: Spamhaus & Spamcop in SpamAssassin
- Replies: 4
- Views: 6987
Re: Req: Spamhaus & Spamcop
Code: Select all
wget -nv -O /etc/spamassassin/spamhaus.cf https://www.amadex.com/spamhaus.cf
wget -nv -O /etc/spamassassin/spamcop.cf https://www.amadex.com/spamcop.cf
systemctl restart spamassassin
truncate -s 0 /etc/exim4/dnsbl.conf
- Sat Jan 28, 2023 2:54 pm
- Forum: Anti-spam
- Topic: Spamhaus & Spamcop in SpamAssassin
- Replies: 4
- Views: 6987
Spamhaus & Spamcop in SpamAssassin
Hello,
can you make a .cf file for Spamhaus & Spamcop too? Ideal would be separate scripts so they can be combined with the Barracuda.cf if needed .
zen.spamhaus.org
bl.spamcop.net
can you make a .cf file for Spamhaus & Spamcop too? Ideal would be separate scripts so they can be combined with the Barracuda.cf if needed .
zen.spamhaus.org
bl.spamcop.net
- Thu Jan 26, 2023 8:19 pm
- Forum: Installation
- Topic: myVesta Installation Script Generator
- Replies: 9
- Views: 20082
- Mon Nov 21, 2022 10:48 am
- Forum: Installation
- Topic: myVesta Installation Script Generator
- Replies: 9
- Views: 20082
Re: myVesta Installation Script Generator
fixed, tnx :) Hello. I'm generating code, but during installation I'm still required to enter my email address, hostname, port, and secret URL. The selected password and panel language are also not set. I am using debian 11.5. Please fix it. Thank you. Example code I am running sudo bash vst-instal...
- Wed Aug 24, 2022 12:03 am
- Forum: Migrations
- Topic: How to move accounts from one (my)Vesta server to another myVesta server
- Replies: 10
- Views: 71796
Re: How to move accounts from one (my)Vesta server to another myVesta server
v-normalize-restored-user was not working for me, it replaced new ip with guess what... new ip again. :roll: So I have added manually my old IP to the script and it worked: #!/bin/bash # info: # Normalize NS1, NS2 and IP of account that is backuped on other server and restored on this server. # Afte...
- Wed Jul 20, 2022 11:54 pm
- Forum: Anti-spam
- Topic: How to add Barracuda RBL check
- Replies: 2
- Views: 6270
Re: How to add Barracuda RBL check
Barracuda is awesome, using it on production servers.