Line 7: |
Line 7: |
| So if you have a www.mydomain.com site, create a mail directory there and publish this file under name config-v1.1.xml. <br> | | So if you have a www.mydomain.com site, create a mail directory there and publish this file under name config-v1.1.xml. <br> |
| Verify you can read this file using a browser and the url: www.mydomain.com/mail/config-v1.1.xml.<br> | | Verify you can read this file using a browser and the url: www.mydomain.com/mail/config-v1.1.xml.<br> |
− | For more details about this file, search for his name on Google.<br>
| + | |
| + | === Config file sample === |
| <br> | | <br> |
| This config below allow ONLY use of IMAP and SMTPs for all user using the autoconfig.<br> | | This config below allow ONLY use of IMAP and SMTPs for all user using the autoconfig.<br> |
| <br> | | <br> |
| | | |
− | <pre>
| |
− | <?xml version="1.0" encoding="UTF-8"?>
| |
| | | |
− | <clientConfig version="1.1"> | + | <?xml version="1.0" encoding="UTF-8"?> |
− | <emailProvider id="linuxfacil.net">
| + | <clientConfig version="1.1"> |
− | <domain>linuxfacil.net</domain>
| + | <emailProvider id="linuxfacil.net"> |
− | <displayName>Linuxfacil Ltda</displayName>
| + | <domain>'''linuxfacil.net'''</domain> |
− | <displayShortName>Linuxfacil</displayShortName>
| + | <displayName>'''Linuxfacil Ltda'''</displayName> |
− | <incomingServer type="imap">
| + | <displayShortName>'''Linuxfaci'''l</displayShortName> |
− | <hostname>mail.linuxfacil.net</hostname>
| + | <incomingServer type="imap"> |
− | <port>993</port>
| + | <hostname>'''mail.linuxfacil.net'''</hostname> |
− | <socketType>SSL</socketType>
| + | <port>993</port> |
− | <authentication>password-cleartext</authentication>
| + | <socketType>SSL</socketType> |
− | <username>%EMAILLOCALPART%</username>
| + | <authentication>password-cleartext</authentication> |
− | </incomingServer>
| + | <username>%EMAILLOCALPART%</username> |
| + | </incomingServer> |
| <outgoingServer type="smtp"> | | <outgoingServer type="smtp"> |
− | <hostname>mail.linuxfacil.net</hostname> | + | <hostname>'''mail.linuxfacil.net'''</hostname> |
| <port>465</port> | | <port>465</port> |
| <socketType>SSL</socketType> | | <socketType>SSL</socketType> |
Line 43: |
Line 43: |
| </documentation> | | </documentation> |
| </emailProvider> | | </emailProvider> |
− | </clientConfig> | + | </clientConfig> |
− | </pre> | + | |
| + | In above sample you need to change all mail.linuxfacil.net strings with your own server.<br> |
| + | You should change all linuxfacil.net references to your own domain. <br> |
| + | |
| + | I have configurated the smtp and imap on SME server using same hostname: mail.linuxfacil.net |