Quote:
Originally Posted by soxfan I don't think you need reverse DNS. I think your problem is within your db.mail.forexmgr.com file. Try changing the line that reads 'IN A 192.168.1.15' to 'mail A 192.158.1.15'. Once you make the change, stop and start DNS. You may also want to get the system logs for any messages related to DNS. |
SoxFan, are you saying my db.mail.forexmgr.com should look like this
cat /etc/bind/db.mail.forexmgr.com
;
; Addresses and other host information.
;
@ IN SOA mail.forexmgr.com. hostmaster.mail.forexmgr.com. (
10118 ; Serial
43200 ; Refresh
3600 ; Retry
3600000 ; Expire
2592000 ) ; Minimum
; Define the nameservers and the mail servers
IN NS 192.168.1.15
mail A 192.168.1.15
IN MX 10 mail.forexmgr.com.