comparison xml/en/index.xml @ 669:7205c7630157

Added links to mail modules from the "about" page.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 06 Sep 2012 06:09:57 +0000
parents 625b592698b6
children 9d09ba854aeb
comparison
equal deleted inserted replaced
668:6726249b66ef 669:7205c7630157
6 <!DOCTYPE article SYSTEM "../../dtd/article.dtd"> 6 <!DOCTYPE article SYSTEM "../../dtd/article.dtd">
7 7
8 <article name="nginx" 8 <article name="nginx"
9 link="/en/" 9 link="/en/"
10 lang="en" 10 lang="en"
11 rev="2"> 11 rev="3">
12 12
13 13
14 <section> 14 <section>
15 15
16 <para> 16 <para>
201 201
202 <para> 202 <para>
203 <list type="bullet"> 203 <list type="bullet">
204 204
205 <listitem> 205 <listitem>
206 User redirection to IMAP/POP3 backend using an external HTTP 206 User redirection to
207 authentication server; 207 <link doc="docs/mail/ngx_mail_imap_module.xml">IMAP</link>
208 </listitem> 208 or
209 209 <link doc="docs/mail/ngx_mail_pop3_module.xml">POP3</link>
210 <listitem> 210 server using an external HTTP
211 User authentication using an external HTTP authentication server 211 <link doc="docs/mail/ngx_mail_auth_http_module.xml">authentication</link>
212 and connection redirection to an internal SMTP backend; 212 server;
213 </listitem>
214
215 <listitem>
216 User authentication using an external HTTP
217 <link doc="docs/mail/ngx_mail_auth_http_module.xml">authentication</link>
218 server and connection redirection to an internal
219 <link doc="docs/mail/ngx_mail_smtp_module.xml">SMTP</link> server;
213 </listitem> 220 </listitem>
214 221
215 <listitem> 222 <listitem>
216 Authentication methods: 223 Authentication methods:
217 224
218 <list type="bullet"> 225 <list type="bullet">
219 226
220 <listitem> 227 <listitem>
221 POP3: USER/PASS, APOP, AUTH LOGIN/PLAIN/CRAM-MD5; 228 <link doc="docs/mail/ngx_mail_pop3_module.xml" id="pop3_auth">POP3</link>:
222 </listitem> 229 USER/PASS, APOP, AUTH LOGIN/PLAIN/CRAM-MD5;
223 230 </listitem>
224 <listitem> 231
225 IMAP: LOGIN, AUTH LOGIN/PLAIN/CRAM-MD5; 232 <listitem>
226 </listitem> 233 <link doc="docs/mail/ngx_mail_imap_module.xml" id="imap_auth">IMAP</link>:
227 234 LOGIN, AUTH LOGIN/PLAIN/CRAM-MD5;
228 <listitem> 235 </listitem>
229 SMTP: AUTH LOGIN/PLAIN/CRAM-MD5; 236
230 </listitem> 237 <listitem>
231 238 <link doc="docs/mail/ngx_mail_smtp_module.xml" id="smtp_auth">SMTP</link>:
232 </list> 239 AUTH LOGIN/PLAIN/CRAM-MD5;
233 </listitem> 240 </listitem>
234 241
235 <listitem> 242 </list>
236 SSL support; 243 </listitem>
237 </listitem> 244
238 245 <listitem>
239 <listitem> 246 <link doc="docs/mail/ngx_mail_ssl_module.xml">SSL</link> support;
240 STARTTLS and STLS support. 247 </listitem>
248
249 <listitem>
250 <link doc="docs/mail/ngx_mail_ssl_module.xml" id="starttls">STARTTLS
251 and STLS</link> support.
241 </listitem> 252 </listitem>
242 253
243 </list> 254 </list>
244 </para> 255 </para>
245 256