Search found 12 matches
- Tue Jun 20, 2023 8:10 am
- Forum: Linux tutorials
- Topic: Initial Server Setup (iss.sh) by Amadex.com
- Replies: 0
- Views: 159
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: 826
- Sun Mar 12, 2023 8:20 pm
- Forum: General discussion
- Topic: 2151 active servers 👌❤️
- Replies: 13
- Views: 3417
Re: 2151 active servers 👌❤️
Congrats!
- Sat Jan 28, 2023 3:18 pm
- Forum: Anti-spam
- Topic: Spamhaus & Spamcop in SpamAssassin
- Replies: 4
- Views: 826
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: 826
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: 7
- Views: 6747
- Mon Nov 21, 2022 10:48 am
- Forum: Installation
- Topic: myVesta Installation Script Generator
- Replies: 7
- Views: 6747
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: 6
- Views: 29935
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: 1992
Re: How to add Barracuda RBL check
Barracuda is awesome, using it on production servers.
- Thu Aug 13, 2020 2:41 am
- Forum: Installation
- Topic: myVesta Installation Script Generator
- Replies: 7
- Views: 6747
myVesta Installation Script Generator
Hello,
Here is "myVesta Installation Script Generator": https://www.myvestacp.com/install_generator.html
Alternative url: https://www.amadex.com/myvesta/index.php
Cheers!
Here is "myVesta Installation Script Generator": https://www.myvestacp.com/install_generator.html
Alternative url: https://www.amadex.com/myvesta/index.php
Cheers!
