Output for dig mx example.com -
Quote:
; <<>> DiG 9.3.2 <<>> mx example.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 46429
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;example.com. IN MX
;; Query time: 590 msec
;; SERVER: 11.111.11.1#53(11.111.11.1)
;; WHEN: Thu Jun 12 12:10:36 2008
;; MSG SIZE rcvd: 28
|
I have example.com set up as a SPF record in ISPConfig. Here's the corresponding line on the pri.example.com file.
Quote:
|
example.com. TXT "v=spf1 a mx ptr ~all"
|