Search found 3 matches
- Wed May 06, 2015 7:57 pm
- Forum: DNS Server
- Topic: DNS record list zero
- Replies: 2
- Views: 5757
Re: DNS record list zero [SOLVED]
I found the issue to be a a TAB character in the value of a DNS record entry. To solve, edit: vim /usr/local/vesta/data/users/$USER/dns/$DOMAIN.conf $USER in my case is "admin" $DOMAIN should be something like "example.com" Look anywhere in the file for a stray TAB character or anything that seems w...
- Wed May 06, 2015 7:55 pm
- Forum: Web Interface
- Topic: List DNS records issue [Solved]
- Replies: 4
- Views: 8012
Re: List DNS records issue [SOLVED]
I found the issue to be a a TAB character in the value of a DNS record entry. To solve, edit: vim /usr/local/vesta/data/users/$USER/dns/$DOMAIN.conf $USER in my case is "admin" $DOMAIN should be something like "example.com" Look anywhere in the file for a stray TAB character or anything that seems w...
- Mon Sep 29, 2014 6:32 pm
- Forum: Mail Server
- Topic: SMTP Auth - SMTP Relay
- Replies: 9
- Views: 22656
Re: SMTP Auth - SMTP Relay
I fixed it, for me it was a misconfiguration in ownership of the /home/admin/conf/mail/example.com/aliases All of the files where owned by root:root so dovecot could not read the domain and email aliases when receiving mail. You can fix it with: chmod -R Debian-exim:mail /home/admin/conf/mail/* Foll...