/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to Administration/Server/Daemons/mail/dns/SPF.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2013-11-08 01:07:23 UTC
  • Revision ID: csa@dside.dyndns.org-20131108010723-gfaem1vwkt6262m1
virtualization mainly

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
BIND
 
2
====
 
3
Paste this into your zone file:
 
4
 
 
5
dside.dyndns.org. IN TXT "v=spf1 ip4:217.112.40.21 ip4:217.112.40.22
 
6
ip4:217.112.40.23 ip4:217.112.41.144 ip4:217.112.41.145 ip4:217.112.41.146
 
7
ip4:217.112.41.147 ip4:208.82.99.233 ip4:208.82.99.234 ip4:208.82.99.235
 
8
ip4:208.82.99.236 ip4:208.82.99.237 a mx a:darkserv1.dyndns.org
 
9
a:darkserv2.dyndns.org a:aragats.am include:gmail.com ~all"
 
10
 
 
11
When a mail server sends a bounce message, it uses a null MAIL FROM: <>, and
 
12
a HELO address that's supposed to be its own name. SPF will still operate,
 
13
but in "degraded mode" by using the HELO domain name instead. Because this
 
14
wizard can't tell which name your mail server uses in its HELO command, it
 
15
lists all possible names, so there may be multiple lines shown below. If you
 
16
know which hostname your mail server uses in its HELO command, you should
 
17
pick out the appropriate entries and ignore the rest.
 
18
 
 
19
So this should also appear in DNS. You may or may not be in charge of the
 
20
DNS for these entries; if you are, add them.
 
21
 
 
22
darkserv1.dyndns.org. IN TXT "v=spf1 a -all"
 
23
 
 
24