Search found 13 matches

by Amadex
Sun Dec 03, 2023 7:09 am
Forum: Installation
Topic: myVesta Installation Script Generator
Replies: 9
Views: 10511

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...
by Amadex
Tue Jun 20, 2023 8:10 am
Forum: Linux tutorials
Topic: Initial Server Setup (iss.sh) by Amadex.com
Replies: 0
Views: 811

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...
by Amadex
Tue Jun 20, 2023 8:08 am
Forum: Anti-spam
Topic: Spamhaus & Spamcop in SpamAssassin
Replies: 4
Views: 1932

Re: Spamhaus & Spamcop in SpamAssassin

sound4you wrote: Tue Apr 04, 2023 10:43 am Does it also work in HestiaCp?
Yes
by Amadex
Sun Mar 12, 2023 8:20 pm
Forum: General discussion
Topic: 2151 active servers 👌❤️
Replies: 13
Views: 4027

Re: 2151 active servers 👌❤️

Congrats!
by Amadex
Sat Jan 28, 2023 3:18 pm
Forum: Anti-spam
Topic: Spamhaus & Spamcop in SpamAssassin
Replies: 4
Views: 1932

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
by Amadex
Sat Jan 28, 2023 2:54 pm
Forum: Anti-spam
Topic: Spamhaus & Spamcop in SpamAssassin
Replies: 4
Views: 1932

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 :D .

zen.spamhaus.org
bl.spamcop.net
by Amadex
Mon Nov 21, 2022 10:48 am
Forum: Installation
Topic: myVesta Installation Script Generator
Replies: 9
Views: 10511

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...
by Amadex
Wed Aug 24, 2022 12:03 am
Forum: Migrations
Topic: How to move accounts from one (my)Vesta server to another myVesta server
Replies: 8
Views: 50928

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...
by Amadex
Wed Jul 20, 2022 11:54 pm
Forum: Anti-spam
Topic: How to add Barracuda RBL check
Replies: 2
Views: 2735

Re: How to add Barracuda RBL check

Barracuda is awesome, using it on production servers.