Search found 14 matches

by arktex54
Sat Jul 09, 2022 5:28 pm
Forum: General discussion
Topic: dns-cluster not working
Replies: 0
Views: 1307

dns-cluster not working

I have already enabled API on both machines with addresses for both ends. https://forum.myvestacp.com/viewtopic.php?f=9&t=39 From myVesta (master) to HestiaCP (slave), it shows to have connected, but after awhile there are no domains at HestiaCP and running v-sync-dns-cluster the command complet...
by arktex54
Fri Mar 25, 2022 5:31 am
Forum: DNS
Topic: db permission denied
Replies: 1
Views: 2557

Re: db permission denied

answer: https://forum.hestiacp.com/t/bind9-zone ... u=arktex54

Code: Select all

nano /etc/apparmor.d/usr.sbin.named
find

Code: Select all

/etc/bind/** r,
and add below that:

Code: Select all

/home/** rwm,
save...

Code: Select all

service apparmor restart
by arktex54
Fri Mar 11, 2022 7:43 pm
Forum: DNS
Topic: db permission denied
Replies: 1
Views: 2557

db permission denied

I have went all the way to 777 and still getting permission denied errors. /etc/bind/* files are the same as another myvesta install except the domain names... this has been an ongoing issue for months but finally caught up to me haha I restarted DNS using 'v-restart-dns' and also 'systemctl restart...
by arktex54
Tue Sep 15, 2020 4:05 am
Forum: General discussion
Topic: Limiting max recipients per email to 15
Replies: 3
Views: 2086

Re: Limiting max recipients per email to 15

dpeca wrote: Wed Sep 09, 2020 10:01 am Edit /etc/exim4/exim4.conf.template

Find:

Code: Select all

recipients_max = 15
recipients_max_reject = true
(should be around 28-29 line)

Delete both lines (or modify 15 to higher value).

Restart Exim4:

Code: Select all

service exim4 restart
I was able to change it awhile back and came to give you thanks for the help!
by arktex54
Tue Sep 15, 2020 3:54 am
Forum: General discussion
Topic: dkim=temperror (no key for signature)
Replies: 1
Views: 2003

dkim=temperror (no key for signature)

Hello all: I had to recreate an account. I used v-restore-user firedept firedept.2020-09-13_05-10-49.tar MAIL to restore and it restored the WEB and DNS, also. ??? https://i.ibb.co/TMNMDgS/dkim2.png Google is giving me this error for DKIM failure. dkim=temperror (no key for signature) header.i=@fire...
by arktex54
Wed Sep 09, 2020 3:17 am
Forum: General discussion
Topic: Limiting max recipients per email to 15
Replies: 3
Views: 2086

Limiting max recipients per email to 15

* [Feature] Limiting max recipients per email to 15, in order to prevent mass spamming Looks like I found my problem I have been fighting for two weeks. How do I disable this? I understand you do this for free and for your company and that is appreciated. Doing such things that breaks others instal...
by arktex54
Tue Aug 11, 2020 2:09 am
Forum: General discussion
Topic: ipSet
Replies: 3
Views: 2282

Re: ipSet

Will be added to TODO list, but don't expect that it will be integrated in next 2 years :) Currently I'm the only one developer, and I can be only honest to you. Pretty more important things I need to add to myVesta, such as TLS SNI for Exim4 and dovecot and IPv6 support. However, everyone includin...
by arktex54
Mon Aug 10, 2020 5:47 pm
Forum: DNS
Topic: Where is DNS zone file
Replies: 1
Views: 4391

Where is DNS zone file

Customer wants zone file to host on their own DNS. After changing NS records in GUI, do I just send them the /home/username/conf/dns/domain.tld.db file?
by arktex54
Sun Aug 02, 2020 11:29 pm
Forum: General discussion
Topic: ipSet
Replies: 3
Views: 2282

ipSet

Will you integrate this into myVesta? Seems like a good feature for those with iptables and no hardware router.

https://github.com/hestiacp/hestiacp/bl ... wall-ipset
by arktex54
Sun Jul 19, 2020 9:49 pm
Forum: General discussion
Topic: How did you find out about myVesta?
Replies: 26
Views: 16619

Re: How did you find out about myVesta?

dpeca wrote: Fri Jul 17, 2020 2:03 pm
I answered to your question on stackowerflow :)
Thanks, mate! That fixed it just like you stated it would! Kudos!