Просмотр исходного кода

Add list of required hostnames

Sven Neuhaus 11 лет назад
Родитель
Сommit
0581a755f7
1 измененных файлов: 9 добавлений и 1 удалений
  1. 9
    1
      README.textile

+ 9
- 1
README.textile Просмотреть файл

@@ -172,7 +172,15 @@ h3. 6. Set up DNS
172 172
 
173 173
 If you've just bought a new domain name, point it at "Linode's DNS Manager":https://library.linode.com/dns-manager or similar. Most VPS services (and even some domain registrars) offer a managed DNS service that you can use for this at no charge. If you're using an existing domain that's already managed elsewhere, you can probably just modify a few records.
174 174
 
175
-Create an @A@ record for @example.com@ as well as @mail.example.com@ which points to your server IP. Create an @MX@ record for @example.com@ which assigns @mail.example.com@ as the domain's mail server.
175
+Create an @A@ records which point to your server IP for:
176
+ * @example.com@ 
177
+ * @mail.example.com@
178
+ * @read.example.com@ (for wallabe)
179
+ * @news.example.com@ (for selfoss)
180
+ * @cloud.example.com@ (for owncloud)
181
+ * @git.example.com@ (for cgit)
182
+
183
+Create an @MX@ record for @example.com@ which assigns @mail.example.com@ as the domain's mail server.
176 184
 
177 185
 To ensure your emails pass DKIM checks you need to add a @txt@ record. The name field will be @default._domainkey.EXAMPLE.COM.@ The value field contains the public key used by OpenDKIM. The exact value needed can be found in the file @/etc/opendkim/keys/EXAMPLE.COM/default.txt@ it'll look something like this:
178 186
 

Загрузка…
Отмена
Сохранить