| 1 | <?xml version='1.0' encoding='UTF-8'?> |
1 | <?xml version='1.0' encoding='UTF-8'?> |
| 2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/virt-mail-howto.xml,v 1.47 2005/12/16 07:43:40 fox2mike Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/virt-mail-howto.xml,v 1.48 2006/01/08 01:10:07 vanquirius Exp $ --> |
| 3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 4 | |
4 | |
| 5 | <guide link="/doc/en/virt-mail-howto.xml"> |
5 | <guide link="/doc/en/virt-mail-howto.xml"> |
| 6 | <title>Virtual Mailhosting System with Postfix Guide</title> |
6 | <title>Virtual Mailhosting System with Postfix Guide</title> |
| 7 | |
7 | |
| … | |
… | |
| 21 | <abstract> |
21 | <abstract> |
| 22 | This document details how to create a virtual mailhosting system based upon |
22 | This document details how to create a virtual mailhosting system based upon |
| 23 | postfix, mysql, courier-imap, and cyrus-sasl. |
23 | postfix, mysql, courier-imap, and cyrus-sasl. |
| 24 | </abstract> |
24 | </abstract> |
| 25 | |
25 | |
| 26 | <version>1.0.24</version> |
26 | <version>1.0.25</version> |
| 27 | <date>2005-12-02</date> |
27 | <date>2006-01-07</date> |
| 28 | |
28 | |
| 29 | <!-- |
29 | <!-- |
| 30 | Contents |
30 | Contents |
| 31 | |
31 | |
| 32 | I. Introduction |
32 | I. Introduction |
| … | |
… | |
| 377 | permit_sasl_authenticated, |
377 | permit_sasl_authenticated, |
| 378 | permit_mynetworks, |
378 | permit_mynetworks, |
| 379 | reject_unauth_destination |
379 | reject_unauth_destination |
| 380 | |
380 | |
| 381 | |
381 | |
|
|
382 | <comment>(The next two options enable outgoing encryption.)</comment> |
|
|
383 | smtp_tls_note_starttls_offer = yes |
| 382 | smtpd_use_tls = yes |
384 | smtpd_use_tls = yes |
| 383 | #smtpd_tls_auth_only = yes |
385 | #smtpd_tls_auth_only = yes |
| 384 | smtpd_tls_key_file = /etc/postfix/newreq.pem |
386 | smtpd_tls_key_file = /etc/postfix/newreq.pem |
| 385 | smtpd_tls_cert_file = /etc/postfix/newcert.pem |
387 | smtpd_tls_cert_file = /etc/postfix/newcert.pem |
| 386 | smtpd_tls_CAfile = /etc/postfix/cacert.pem |
388 | smtpd_tls_CAfile = /etc/postfix/cacert.pem |