Hi all, I've setup on my VPS ISPConfig with success. I use another server/provider to manage domain & dns. On their dns controlpanel I've Code: * A 193.200.241.75 0 mail A 193.200.241.75 0 manage A 193.200.241.75 0 mx1 A 193.200.241.75 0 pop3 A 193.200.241.75 0 smtp A 193.200.241.75 0 www A 168.144.196.107 0 www2 A 193.200.241.75 0 www3 A 193.200.241.75 0 mail MX 193.200.241.75 10 mx1 MX 193.200.241.75 10 Than on my VPS server (193.200.241.75) I created domain and configured email addresses, but when I try to test the address (with my personal account) sending an email to [email protected] I obtain Code: Delivery to the following recipient failed permanently: [email protected] Technical details of permanent failure: DNS Error: Domain name not found What's the matter? Vito
Code: mark:~ mark$ host promond.it promond.it has address 193.200.241.75 mark:~ mark$ host www.promond.it www.promond.it has address 168.144.196.107 looks good, check what you get when you run this on your server: Code: ping promond.it ping mail.promond.it Code: host promond.it host mail.promond.it Code: cat /etc/resolve.conf this is strange though: Code: mark:~ mark$ host mail.promond.it mail.promond.it has address 193.200.241.75 mail.promond.it mail is handled by 10 193.200.241.75.promond.it.
Thank's for your patience. Here the results: # ping promond.it PING promond.it (193.200.241.75) 56(84) bytes of data. 64 bytes from vmi4014.giga-dns.com (193.200.241.75): icmp_seq=1 ttl=64 time=0.014 ms # ping mail.promond.it PING mail.promond.it (193.200.241.75) 56(84) bytes of data. host promond.it promond.it has address 193.200.241.75 host mail.promond.it mail.promond.it has address 193.200.241.75 mail.promond.it mail is handled by 10 193.200.241.75.promond.it On my server there isn't a file called resolve.conf Vito
The file is /etc/resolv.conf. There's no MX record for your domain - please create one: Code: mh1:~# dig mx promond.it ; <<>> DiG 9.3.4 <<>> mx promond.it ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 48198 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0 ;; QUESTION SECTION: ;promond.it. IN MX ;; AUTHORITY SECTION: promond.it. 640 IN SOA ns1.netsons.com. admin.netsons.com. 1 640 300 604800 600 ;; Query time: 95 msec ;; SERVER: 213.133.98.98#53(213.133.98.98) ;; WHEN: Fri Oct 7 11:32:09 2011 ;; MSG SIZE rcvd: 85 mh1:~#