| 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.27 2004/03/04 16:52:33 swift Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/virt-mail-howto.xml,v 1.28 2004/03/04 18:24:44 swift 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 | <author title="Author" > |
7 | <author title="Author" > |
| … | |
… | |
| 140 | <p>Next, edit <path>/etc/sasl2/smtpd.conf</path>.</p> |
140 | <p>Next, edit <path>/etc/sasl2/smtpd.conf</path>.</p> |
| 141 | <pre caption="Starting sasl" > |
141 | <pre caption="Starting sasl" > |
| 142 | # <i>nano -w /etc/sasl2/smtpd.conf</i> |
142 | # <i>nano -w /etc/sasl2/smtpd.conf</i> |
| 143 | pwcheck_method: saslauthd |
143 | pwcheck_method: saslauthd |
| 144 | mech_list: LOGIN PLAIN |
144 | mech_list: LOGIN PLAIN |
| 145 | <codenote>It's important to turn off auth mehtods we are not using.</codenote> |
145 | <codenote>It's important to turn off auth methods we are not using.</codenote> |
| 146 | <codenote>They cause problems for some mail clients.</codenote> |
146 | <codenote>They cause problems for some mail clients.</codenote> |
| 147 | # <i>/etc/init.d/saslauthd start</i> |
147 | # <i>/etc/init.d/saslauthd start</i> |
| 148 | </pre> |
148 | </pre> |
| 149 | </body> |
149 | </body> |
| 150 | </section> |
150 | </section> |