<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.xmission.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Atoponce</id>
	<title>XMission Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.xmission.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Atoponce"/>
	<link rel="alternate" type="text/html" href="https://wiki.xmission.com/Special:Contributions/Atoponce"/>
	<updated>2026-05-19T11:10:31Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=About_FTP_and_Shared_Hosting&amp;diff=11000</id>
		<title>About FTP and Shared Hosting</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=About_FTP_and_Shared_Hosting&amp;diff=11000"/>
		<updated>2022-04-05T21:54:30Z</updated>

		<summary type="html">&lt;p&gt;Atoponce: /* Secure FTP Methods */ clarification&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Plesk Shared Hosting: About FTP and Shared Hosting =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==What is FTP?==&lt;br /&gt;
&lt;br /&gt;
The File Transfer Protocol or FTP, is a protocol used to transfer files over a TCP/IP network (Internet, UNIX, etc.). For example, after developing the HTML pages for a website on a local machine, the new files are typically uploaded to the Web server using FTP.&lt;br /&gt;
&lt;br /&gt;
FTP includes functions to log onto the network, list directories, and copy files. FTP operations can be performed by typing commands at a command prompt or via an FTP client running under a graphical interface such as Windows.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;We highly recommend using an FTP client, such as [http://filezilla-project.org/ Filezilla.]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
As there are many FTP clients out there, the interface for each will differ slightly. The screenshots used in the instructions below are from Filezilla but &#039;&#039;&#039;the basic settings should be the same no matter what FTP client you choose&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==Secure FTP Methods==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FTPS&#039;&#039;&#039; (also known FTP-SSL, and FTP Secure) is an extension to the commonly used File Transfer Protocol (FTP) that adds support for the Transport Layer Security (TLS) and, formerly, the Secure Sockets Layer (SSL, which is now prohibited by RFC7568) cryptographic protocols.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Explicit FTPS&#039;&#039;&#039; is an extension to the FTP standard that allows clients to request FTP sessions to be encrypted. This is done by sending the &amp;quot;AUTH TLS&amp;quot; command. The server has the option of allowing or denying connections that do not request TLS. This protocol extension is defined in RFC 4217. &#039;&#039;&#039;Implicit FTPS&#039;&#039;&#039; is an outdated standard for FTP that required the use of a SSL or TLS connection. It was specified to use different ports than plain FTP.&lt;br /&gt;
&lt;br /&gt;
The SSH File Transfer Protocol (or &#039;&#039;&#039;SFTP&#039;&#039;&#039;) transfers files and has a similar command set for users, but uses the Secure Shell Protocol (SSH) to transfer files. Unlike FTP, it encrypts both commands and data, preventing passwords and sensitive information from being transmitted openly over the network.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE&#039;&#039;&#039;: For added security and to protect against vulnerabilities, XMission only supports authenticated encryption. Using the most current SFTP client will ensure you are connecting to your server and our network with the highest security.&lt;br /&gt;
&lt;br /&gt;
XMission supports the following, in order of preference:&lt;br /&gt;
* &#039;&#039;&#039;Ciphers&#039;&#039;&#039;: chacha20-poly1305@openssh.com, aes128-gcm@openssh.com, and aes256-gcm@openssh.com&lt;br /&gt;
* &#039;&#039;&#039;MACs&#039;&#039;&#039;: hmac-sha2-256-etm@openssh.com, hmac-sha2-512-etm@openssh.com, hmac-sha2-256, and hmac-sha2-512.&lt;br /&gt;
* &#039;&#039;&#039;KexAlgs&#039;&#039;&#039;: curve25519-sha256@libssh.org, ecdh-sha2-nistp256, ecdh-sha2-nistp384, ecdh-sha2-nistp521, and diffie-hellman-group-exchange-sha256.&lt;br /&gt;
&lt;br /&gt;
==How does FTP work with my Shared Hosting?==&lt;br /&gt;
&lt;br /&gt;
FTP is the recommended way to upload the files you have created for your website to our server. In general, FTP, both as a command-line function and as utility, is more reliable than uploading files via your web browser. This is because does it not have many restrictions on file sizes that web browsers have, in addition to the FTP client being able to better handle interrupted connections to avoid data corruptions. It is also a useful tool in making files available to friends, family, or clients without sending bulky attachments via email.&lt;br /&gt;
&lt;br /&gt;
==How do I find the Server Host for XMission&#039;s Plesk Shared Hosting?==&lt;br /&gt;
&lt;br /&gt;
The first thing you&#039;ll want to do is log into your Plesk Control Panel at [http://hosting.xmission.com]. For more information about logging into your Plesk Control Panel, please see [[Administration/Logging in]].&lt;br /&gt;
:In most cases your hostname will be your domain name. So if your domain name is stmyl.com your hostname will be &#039;&#039;&#039;ftp.stmyl.com&#039;&#039;&#039;&lt;br /&gt;
:If your domain is not pointing to XMission servers and you are developing your site, follow the instructions below. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Once logged in, click on the &amp;quot;Websites &amp;amp; Domains&amp;quot; tab as seen below:&lt;br /&gt;
&lt;br /&gt;
[[File:Plesk_tabs_new.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Next to your domain name you should see &#039;&#039;&#039;Hosting Settings&#039;&#039;&#039;. It can also be found in the &#039;&#039;&#039;Show More&#039;&#039;&#039; tab.&lt;br /&gt;
&lt;br /&gt;
[[File:Hosting-settings.png|600px]]&lt;br /&gt;
&lt;br /&gt;
==How do I connect to XMission&#039;s Plesk Shared Hosting FTP server via an FTP Client?==&lt;br /&gt;
&lt;br /&gt;
Every FTP client has a slightly different interface. However, the three pieces below are typically all that is necessary to create an FTP connection:&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;&#039;Host Address&#039;&#039;&#039; = Most commonly your domain with the “ftp.” prefix. Example: ftp.yourdomain.com&lt;br /&gt;
:&#039;&#039;&#039;UserID or Username&#039;&#039;&#039; = Either the same username used at hosting.xmission.com or a custom one created later. For more information on creating and managing FTP users, please see [[Managing_FTP_Access/Users]]&lt;br /&gt;
:&#039;&#039;&#039;Password&#039;&#039;&#039; = Your FTP password for the primary username can sometimes be the same as the hosting.xmission.com password, but &#039;&#039;&#039;is not inherently&#039;&#039;&#039;. For more information on creating and managing FTP user passwords, please see [[Managing_FTP_Access/Users]]&lt;br /&gt;
:&#039;&#039;&#039;Port&#039;&#039;&#039; = Our servers will not accept plain text authentication, so you will want to use port 22 with SFTP primarily.  If you are having issues connecting over this port, use FTPS with Explicit SSL over port 21 is also accepted.&lt;br /&gt;
&lt;br /&gt;
For example, using Filezilla, a common connection would look like this, where &#039;&#039;ftp.yourdomain.tld&#039;&#039; is the example host and &#039;&#039;username&#039;&#039; is the example username:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; If your nameservers are not pointing to XMission, please use the IP address for your shared server for your host name. This can be found in your &#039;&#039;Websites and Domains&#039;&#039; tab.&lt;br /&gt;
&lt;br /&gt;
[[File:Filezilla ftp updated.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*If you are connecting to a server for the first time, Filezilla will ask you to confirm the connection.  Simply click &#039;&#039;&#039;OK&#039;&#039;&#039; to progress.&lt;br /&gt;
&lt;br /&gt;
[[File:Filezilla OK button.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Once the connection is complete, you will see both the local site (your computer or device) and the remote site (the web server).&lt;br /&gt;
&lt;br /&gt;
[[File:FTP_connect2.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*In most cases, the root folder for your website is going to &#039;&#039;httpdocs&#039;&#039; and you will want to upload the files for your website to this directory. This can be done a variety of ways. You can select the files you want to upload, and right click them for uploading options, or you can also simply drag them to the remote site and folder you would like them to be uploaded to. &lt;br /&gt;
&lt;br /&gt;
[[File:FTP_connect3.png]]&lt;br /&gt;
&lt;br /&gt;
==SFTP doesn&#039;t work for me. How do I connect over FTPS?==&lt;br /&gt;
If for some reason you are not able to connect with SFTP over port 22, there is the option to connect with FTPS over port 21.  These instructions are specific for Filezilla, but the settings themselves should work in any client.&lt;br /&gt;
&lt;br /&gt;
*First, open up the Site Manager.&lt;br /&gt;
&lt;br /&gt;
[[File:Filezilla connection manager.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*In here, click on &#039;&#039;&#039;New Site&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[File:Filezilla connection manager new site.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*This will allow you to edit the connection details for a new site.  Input your credentials (username, password, host name), and otherwise match the settings to what you see below.&lt;br /&gt;
&lt;br /&gt;
[[File:Filezilla connection manager ftps settings.png]]&lt;br /&gt;
&lt;br /&gt;
*Once you&#039;re all done, click &#039;&#039;&#039;Connect&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{:Shared_Hosting}}&lt;br /&gt;
[[Category:Shared Hosting|FTP and Shared Hosting]]&lt;/div&gt;</summary>
		<author><name>Atoponce</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=About_FTP_and_Shared_Hosting&amp;diff=10999</id>
		<title>About FTP and Shared Hosting</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=About_FTP_and_Shared_Hosting&amp;diff=10999"/>
		<updated>2022-04-05T21:33:50Z</updated>

		<summary type="html">&lt;p&gt;Atoponce: /* Secure FTP Methods */ Formatting, grammar&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Plesk Shared Hosting: About FTP and Shared Hosting =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==What is FTP?==&lt;br /&gt;
&lt;br /&gt;
The File Transfer Protocol or FTP, is a protocol used to transfer files over a TCP/IP network (Internet, UNIX, etc.). For example, after developing the HTML pages for a website on a local machine, the new files are typically uploaded to the Web server using FTP.&lt;br /&gt;
&lt;br /&gt;
FTP includes functions to log onto the network, list directories, and copy files. FTP operations can be performed by typing commands at a command prompt or via an FTP client running under a graphical interface such as Windows.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;We highly recommend using an FTP client, such as [http://filezilla-project.org/ Filezilla.]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
As there are many FTP clients out there, the interface for each will differ slightly. The screenshots used in the instructions below are from Filezilla but &#039;&#039;&#039;the basic settings should be the same no matter what FTP client you choose&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==Secure FTP Methods==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FTPS&#039;&#039;&#039; (also known FTP-SSL, and FTP Secure) is an extension to the commonly used File Transfer Protocol (FTP) that adds support for the Transport Layer Security (TLS) and, formerly, the Secure Sockets Layer (SSL, which is now prohibited by RFC7568) cryptographic protocols.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Explicit FTPS&#039;&#039;&#039; is an extension to the FTP standard that allows clients to request FTP sessions to be encrypted. This is done by sending the &amp;quot;AUTH TLS&amp;quot; command. The server has the option of allowing or denying connections that do not request TLS. This protocol extension is defined in RFC 4217. &#039;&#039;&#039;Implicit FTPS&#039;&#039;&#039; is an outdated standard for FTP that required the use of a SSL or TLS connection. It was specified to use different ports than plain FTP.&lt;br /&gt;
&lt;br /&gt;
The SSH File Transfer Protocol (or &#039;&#039;&#039;SFTP&#039;&#039;&#039;) transfers files and has a similar command set for users, but uses the Secure Shell Protocol (SSH) to transfer files. Unlike FTP, it encrypts both commands and data, preventing passwords and sensitive information from being transmitted openly over the network.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE&#039;&#039;&#039;: For added security and to protect against vulnerabilities, XMission only supports authenticated encryption. Using the most current SFTP client will ensure you are connecting to your server and our network with the highest security.&lt;br /&gt;
&lt;br /&gt;
XMission supports the following:&lt;br /&gt;
* &#039;&#039;&#039;Ciphers&#039;&#039;&#039;: chacha20-poly1305@openssh.com, aes128-gcm@openssh.com, and aes256-gcm@openssh.com&lt;br /&gt;
* &#039;&#039;&#039;MACs&#039;&#039;&#039;: hmac-sha2-256-etm@openssh.com, hmac-sha2-512-etm@openssh.com, hmac-sha2-256, and hmac-sha2-512.&lt;br /&gt;
* &#039;&#039;&#039;KexAlgs&#039;&#039;&#039;: curve25519-sha256@libssh.org, ecdh-sha2-nistp256, ecdh-sha2-nistp384, ecdh-sha2-nistp521, and diffie-hellman-group-exchange-sha256.&lt;br /&gt;
&lt;br /&gt;
==How does FTP work with my Shared Hosting?==&lt;br /&gt;
&lt;br /&gt;
FTP is the recommended way to upload the files you have created for your website to our server. In general, FTP, both as a command-line function and as utility, is more reliable than uploading files via your web browser. This is because does it not have many restrictions on file sizes that web browsers have, in addition to the FTP client being able to better handle interrupted connections to avoid data corruptions. It is also a useful tool in making files available to friends, family, or clients without sending bulky attachments via email.&lt;br /&gt;
&lt;br /&gt;
==How do I find the Server Host for XMission&#039;s Plesk Shared Hosting?==&lt;br /&gt;
&lt;br /&gt;
The first thing you&#039;ll want to do is log into your Plesk Control Panel at [http://hosting.xmission.com]. For more information about logging into your Plesk Control Panel, please see [[Administration/Logging in]].&lt;br /&gt;
:In most cases your hostname will be your domain name. So if your domain name is stmyl.com your hostname will be &#039;&#039;&#039;ftp.stmyl.com&#039;&#039;&#039;&lt;br /&gt;
:If your domain is not pointing to XMission servers and you are developing your site, follow the instructions below. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Once logged in, click on the &amp;quot;Websites &amp;amp; Domains&amp;quot; tab as seen below:&lt;br /&gt;
&lt;br /&gt;
[[File:Plesk_tabs_new.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Next to your domain name you should see &#039;&#039;&#039;Hosting Settings&#039;&#039;&#039;. It can also be found in the &#039;&#039;&#039;Show More&#039;&#039;&#039; tab.&lt;br /&gt;
&lt;br /&gt;
[[File:Hosting-settings.png|600px]]&lt;br /&gt;
&lt;br /&gt;
==How do I connect to XMission&#039;s Plesk Shared Hosting FTP server via an FTP Client?==&lt;br /&gt;
&lt;br /&gt;
Every FTP client has a slightly different interface. However, the three pieces below are typically all that is necessary to create an FTP connection:&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;&#039;Host Address&#039;&#039;&#039; = Most commonly your domain with the “ftp.” prefix. Example: ftp.yourdomain.com&lt;br /&gt;
:&#039;&#039;&#039;UserID or Username&#039;&#039;&#039; = Either the same username used at hosting.xmission.com or a custom one created later. For more information on creating and managing FTP users, please see [[Managing_FTP_Access/Users]]&lt;br /&gt;
:&#039;&#039;&#039;Password&#039;&#039;&#039; = Your FTP password for the primary username can sometimes be the same as the hosting.xmission.com password, but &#039;&#039;&#039;is not inherently&#039;&#039;&#039;. For more information on creating and managing FTP user passwords, please see [[Managing_FTP_Access/Users]]&lt;br /&gt;
:&#039;&#039;&#039;Port&#039;&#039;&#039; = Our servers will not accept plain text authentication, so you will want to use port 22 with SFTP primarily.  If you are having issues connecting over this port, use FTPS with Explicit SSL over port 21 is also accepted.&lt;br /&gt;
&lt;br /&gt;
For example, using Filezilla, a common connection would look like this, where &#039;&#039;ftp.yourdomain.tld&#039;&#039; is the example host and &#039;&#039;username&#039;&#039; is the example username:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; If your nameservers are not pointing to XMission, please use the IP address for your shared server for your host name. This can be found in your &#039;&#039;Websites and Domains&#039;&#039; tab.&lt;br /&gt;
&lt;br /&gt;
[[File:Filezilla ftp updated.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*If you are connecting to a server for the first time, Filezilla will ask you to confirm the connection.  Simply click &#039;&#039;&#039;OK&#039;&#039;&#039; to progress.&lt;br /&gt;
&lt;br /&gt;
[[File:Filezilla OK button.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Once the connection is complete, you will see both the local site (your computer or device) and the remote site (the web server).&lt;br /&gt;
&lt;br /&gt;
[[File:FTP_connect2.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*In most cases, the root folder for your website is going to &#039;&#039;httpdocs&#039;&#039; and you will want to upload the files for your website to this directory. This can be done a variety of ways. You can select the files you want to upload, and right click them for uploading options, or you can also simply drag them to the remote site and folder you would like them to be uploaded to. &lt;br /&gt;
&lt;br /&gt;
[[File:FTP_connect3.png]]&lt;br /&gt;
&lt;br /&gt;
==SFTP doesn&#039;t work for me. How do I connect over FTPS?==&lt;br /&gt;
If for some reason you are not able to connect with SFTP over port 22, there is the option to connect with FTPS over port 21.  These instructions are specific for Filezilla, but the settings themselves should work in any client.&lt;br /&gt;
&lt;br /&gt;
*First, open up the Site Manager.&lt;br /&gt;
&lt;br /&gt;
[[File:Filezilla connection manager.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*In here, click on &#039;&#039;&#039;New Site&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[File:Filezilla connection manager new site.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*This will allow you to edit the connection details for a new site.  Input your credentials (username, password, host name), and otherwise match the settings to what you see below.&lt;br /&gt;
&lt;br /&gt;
[[File:Filezilla connection manager ftps settings.png]]&lt;br /&gt;
&lt;br /&gt;
*Once you&#039;re all done, click &#039;&#039;&#039;Connect&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{:Shared_Hosting}}&lt;br /&gt;
[[Category:Shared Hosting|FTP and Shared Hosting]]&lt;/div&gt;</summary>
		<author><name>Atoponce</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=XMission_Email:Android&amp;diff=7200</id>
		<title>XMission Email:Android</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=XMission_Email:Android&amp;diff=7200"/>
		<updated>2015-08-27T00:01:23Z</updated>

		<summary type="html">&lt;p&gt;Atoponce: Add missing server FQDN for SMTP settings&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
These setup instructions apply to Android versions 5.0 through 5.1.1 using the Gmail app from Google. Google recently changed the default app away from the standard &amp;quot;Email&amp;quot; app on Android 4.4.4 and earlier with their Gmail app. Despite the name, the Gmail app allows you to configure additional personal IMAP and POP3 accounts with the Gmail account.&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
&lt;br /&gt;
# Tap your Gmail app to bring up the interface. Tap the stacked menu icon, next to the text &amp;quot;Inbox&amp;quot; in the upper left corner.&lt;br /&gt;
# Scroll to the bottom of pane, and tap &amp;quot;Settings&amp;quot;.&lt;br /&gt;
# Under &amp;quot;Settings&amp;quot;, tap &amp;quot;Add account&amp;quot;.&lt;br /&gt;
# Tap &amp;quot;Personal (IMAP/POP)&amp;quot; to set up a new personal email account. Tap &amp;quot;Next&amp;quot;&lt;br /&gt;
# Add your XMission email address. This is typically you XMission username with &amp;quot;@xmission.com&amp;quot; appended. Tap &amp;quot;Manual setup&amp;quot;.&lt;br /&gt;
# Tap &amp;quot;Personal (IMAP)&amp;quot; for retrieving your email. Tap &amp;quot;Next&amp;quot;.&lt;br /&gt;
# Provide your XMission account password. Tap &amp;quot;Next&amp;quot;.&lt;br /&gt;
# Under &amp;quot;Incoming server settings&amp;quot;:&lt;br /&gt;
## Set &amp;quot;SERVER&amp;quot; as &amp;quot;mail.xmission.com&lt;br /&gt;
## Set &amp;quot;SECURITY TYPE&amp;quot; as &amp;quot;SSL/TLS&amp;quot;. The &amp;quot;PORT&amp;quot; should automatically change to &amp;quot;993&amp;quot;.&lt;br /&gt;
## Tap &amp;quot;Next&amp;quot;.&lt;br /&gt;
# Under &amp;quot;Outgoing server settings&amp;quot;&lt;br /&gt;
## Set &amp;quot;SERVER&amp;quot; as &amp;quot;mail.xmission.com&amp;quot;&lt;br /&gt;
## Set &amp;quot;SECURITY TYPE&amp;quot; to &amp;quot;SSL/TLS&amp;quot;. The &amp;quot;PORT&amp;quot; should automatically change to &amp;quot;465&amp;quot;.&lt;br /&gt;
## Set &amp;quot;USERNAME&amp;quot; to just your XMission username without the &amp;quot;@xmission.com&amp;quot; address appended.&lt;br /&gt;
## Tap &amp;quot;Next&amp;quot;.&lt;br /&gt;
# Verify &amp;quot;Account options&amp;quot; for sync frequency, notifications, and attachments. Tap &amp;quot;Next&amp;quot;.&lt;br /&gt;
# Give the &amp;quot;Account name (optional)&amp;quot; something meaningful, like &amp;quot;XMission&amp;quot;. Also, provide your name as you want it displayed to recipients. Tap &amp;quot;Next&amp;quot;.&lt;br /&gt;
# You should be able to verify the new account, and access the inbox, and other folders.&lt;br /&gt;
&lt;br /&gt;
== Screenshots ==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Android-email-to-gmail.png|0. Migration from Email to Gmail.&lt;br /&gt;
File:Android-webmail-0.png|1. Early setup of webmail.&lt;br /&gt;
File:Android-webmail-1.png|2. Accessing the settings.&lt;br /&gt;
File:Android-webmail-2.png|3. Adding a new account.&lt;br /&gt;
File:Android-webmail-3.png|4. Creating a personal account.&lt;br /&gt;
File:Android-webmail-4.png|5. Adding an XMission address.&lt;br /&gt;
File:Android-webmail-5.png|6. Enabling IMAP email retrieval.&lt;br /&gt;
File:Android-webmail-6.png|7. Adding an XMission account password.&lt;br /&gt;
File:Android-webmail-7.png|8. Configuring IMAP settings.&lt;br /&gt;
File:Android-webmail-8.png|9. Configuring SMTP settings.&lt;br /&gt;
File:Android-webmail-9.png|10. Verifying sync and notification settings.&lt;br /&gt;
File:Android-webmail-10.png|11. Providing a meaningful account name.&lt;br /&gt;
File:Android-webmail-11.png|12. Successfully navigating the email folders.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Client Email Configuration|XMission Email|Android]]&lt;br /&gt;
[[Category:XMission Email|Android]]&lt;/div&gt;</summary>
		<author><name>Atoponce</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=Hosted_Email:Android&amp;diff=7199</id>
		<title>Hosted Email:Android</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=Hosted_Email:Android&amp;diff=7199"/>
		<updated>2015-08-26T21:59:30Z</updated>

		<summary type="html">&lt;p&gt;Atoponce: Overhaul updating Android Zimbra config&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
These setup instructions apply to Android versions 5.0 through 5.1.1 using the Gmail app from Google. Google recently changed the default app away from the standard &amp;quot;Email&amp;quot; app on Android 4.4.4 and earlier with their Gmail app. Despite the name, the Gmail app allows you to configure additional personal IMAP and POP3 accounts with the Gmail account.&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
&lt;br /&gt;
# Tap your Gmail app to bring up the interface. Tap the stacked menu icon, next to the text &amp;quot;Inbox&amp;quot; in the upper left corner.&lt;br /&gt;
# Scroll to the bottom of pane, and tap &amp;quot;Settings&amp;quot;.&lt;br /&gt;
# Under &amp;quot;Settings&amp;quot;, tap &amp;quot;Add account&amp;quot;.&lt;br /&gt;
# Tap &amp;quot;Personal (IMAP/POP)&amp;quot; to set up a new personal email account. Tap &amp;quot;Next&amp;quot;&lt;br /&gt;
# Add your XMission email address. This is typically you XMission username with &amp;quot;@xmission.com&amp;quot; appended. Tap &amp;quot;Manual setup&amp;quot;.&lt;br /&gt;
# Tap &amp;quot;Personal (IMAP)&amp;quot; for retrieving your email. Tap &amp;quot;Next&amp;quot;.&lt;br /&gt;
# Provide your XMission account password. Tap &amp;quot;Next&amp;quot;.&lt;br /&gt;
# Under &amp;quot;Incoming server settings&amp;quot;:&lt;br /&gt;
## Set &amp;quot;SERVER&amp;quot; as &amp;quot;zimbra.xmission.com&amp;quot;&lt;br /&gt;
## Set &amp;quot;SECURITY TYPE&amp;quot; as &amp;quot;SSL/TLS&amp;quot;. The &amp;quot;PORT&amp;quot; should automatically change to &amp;quot;993&amp;quot;.&lt;br /&gt;
## Tap &amp;quot;Next&amp;quot;.&lt;br /&gt;
# Under &amp;quot;Outgoing server settings&amp;quot;&lt;br /&gt;
## Set &amp;quot;SMTP SERVER&amp;quot; to &amp;quot;zimbra.xmission.com&amp;quot;&lt;br /&gt;
## Set &amp;quot;SECURITY TYPE&amp;quot; to &amp;quot;SSL/TLS&amp;quot;. The &amp;quot;PORT&amp;quot; should automatically change to &amp;quot;465&amp;quot;.&lt;br /&gt;
## Set &amp;quot;USERNAME&amp;quot; to just your XMission username with the &amp;quot;@xmission.com&amp;quot; address appended.&lt;br /&gt;
## Tap &amp;quot;Next&amp;quot;.&lt;br /&gt;
# Verify &amp;quot;Account options&amp;quot; for sync frequency, notifications, and attachments. Tap &amp;quot;Next&amp;quot;.&lt;br /&gt;
# Give the &amp;quot;Account name (optional)&amp;quot; something meaningful, like &amp;quot;XMission&amp;quot;. Also, provide your name as you want it displayed to recipients. Tap &amp;quot;Next&amp;quot;.&lt;br /&gt;
# You should be able to verify the new account, and access the inbox, and other folders.&lt;br /&gt;
&lt;br /&gt;
== Screenshots ==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Android-email-to-gmail.png|0. Migration from Email to Gmail.&lt;br /&gt;
File:Android-zimbra-0.png|1. Early setup of Zimbra.&lt;br /&gt;
File:Android-zimbra-1.png|2. Accessing the settings.&lt;br /&gt;
File:Android-zimbra-2.png|3. Adding a new account.&lt;br /&gt;
File:Android-zimbra-3.png|4. Creating a personal account.&lt;br /&gt;
File:Android-webmail-4.png|5. Adding an XMission address.&lt;br /&gt;
File:Android-zimbra-5.png|6. Enabling IMAP email retrieval.&lt;br /&gt;
File:Android-zimbra-6.png|7. Adding an XMission account password.&lt;br /&gt;
File:Android-zimbra-7.png|8. Configuring Zimbra IMAP settings.&lt;br /&gt;
File:Android-zimbra-8.png|9. Configuring Zimbra SMTP settings.&lt;br /&gt;
File:Android-zimbra-9.png|10. Verifying sync and notification settings.&lt;br /&gt;
File:Android-zimbra-10.png|11. Providing a meaningful account name.&lt;br /&gt;
File:Android-webmail-11.png|12. Successfully navigating the email folders.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==ActiveSync==&lt;br /&gt;
&#039;&#039;&#039;NOTE&#039;&#039;&#039; This option only works if you have a Zimbra Premium account&#039;&#039;&#039; &amp;lt;br&amp;gt;&lt;br /&gt;
For information about upgrading your email services please speak with our sales department. &lt;br /&gt;
&lt;br /&gt;
#Enter your email address and password then choose &#039;&#039;&#039;Manual Setup&#039;&#039;&#039;&lt;br /&gt;
#Next choose Microsoft Exchange ActiveSync&lt;br /&gt;
##Email address: Your email address&lt;br /&gt;
##Domain\username: This should be &#039;&#039;&#039;\your@emailaddress.tld&#039;&#039;&#039;&lt;br /&gt;
##Password: Your email password&lt;br /&gt;
##Exchange Server: &#039;&#039;&#039;zimbra.xmission.com&#039;&#039;&#039;&lt;br /&gt;
##Use secure connection(SSL): Check this box&lt;br /&gt;
##Use client certificate: Leave blank&lt;br /&gt;
##Click Next&lt;br /&gt;
##Period of email to sync: Default is 3 days - however most phones can sync up to 30 days. &lt;br /&gt;
##You can make sure to have a check in the boxes you want to sync, Email, Contacts, Calendar, Tasks&lt;br /&gt;
##Click Next when you are done&lt;br /&gt;
##Chose a name for your Account - this is Optional, then click Done&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE&#039;&#039;&#039; Please allow some time for your phone to complete the sync. This may take some time depending on how may days you selected your phone to sync.&lt;br /&gt;
&lt;br /&gt;
[[Category:Client Email Configuration|Zimbra|Android]]&lt;br /&gt;
[[Category:Zimbra|Android]]&lt;/div&gt;</summary>
		<author><name>Atoponce</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=XMission_Email:Android&amp;diff=7198</id>
		<title>XMission Email:Android</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=XMission_Email:Android&amp;diff=7198"/>
		<updated>2015-08-26T21:50:09Z</updated>

		<summary type="html">&lt;p&gt;Atoponce: Overhaul updating Android webmail config&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
These setup instructions apply to Android versions 5.0 through 5.1.1 using the Gmail app from Google. Google recently changed the default app away from the standard &amp;quot;Email&amp;quot; app on Android 4.4.4 and earlier with their Gmail app. Despite the name, the Gmail app allows you to configure additional personal IMAP and POP3 accounts with the Gmail account.&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
&lt;br /&gt;
# Tap your Gmail app to bring up the interface. Tap the stacked menu icon, next to the text &amp;quot;Inbox&amp;quot; in the upper left corner.&lt;br /&gt;
# Scroll to the bottom of pane, and tap &amp;quot;Settings&amp;quot;.&lt;br /&gt;
# Under &amp;quot;Settings&amp;quot;, tap &amp;quot;Add account&amp;quot;.&lt;br /&gt;
# Tap &amp;quot;Personal (IMAP/POP)&amp;quot; to set up a new personal email account. Tap &amp;quot;Next&amp;quot;&lt;br /&gt;
# Add your XMission email address. This is typically you XMission username with &amp;quot;@xmission.com&amp;quot; appended. Tap &amp;quot;Manual setup&amp;quot;.&lt;br /&gt;
# Tap &amp;quot;Personal (IMAP)&amp;quot; for retrieving your email. Tap &amp;quot;Next&amp;quot;.&lt;br /&gt;
# Provide your XMission account password. Tap &amp;quot;Next&amp;quot;.&lt;br /&gt;
# Under &amp;quot;Incoming server settings&amp;quot;:&lt;br /&gt;
## Set &amp;quot;SERVER&amp;quot; as &amp;quot;mail.xmission.com&lt;br /&gt;
## Set &amp;quot;SECURITY TYPE&amp;quot; as &amp;quot;SSL/TLS&amp;quot;. The &amp;quot;PORT&amp;quot; should automatically change to &amp;quot;993&amp;quot;.&lt;br /&gt;
## Tap &amp;quot;Next&amp;quot;.&lt;br /&gt;
# Under &amp;quot;Outgoing server settings&amp;quot;&lt;br /&gt;
## Set &amp;quot;SECURITY TYPE&amp;quot; to &amp;quot;SSL/TLS&amp;quot;. The &amp;quot;PORT&amp;quot; should automatically change to &amp;quot;465&amp;quot;.&lt;br /&gt;
## Set &amp;quot;USERNAME&amp;quot; to just your XMission username without the &amp;quot;@xmission.com&amp;quot; address appended.&lt;br /&gt;
## Tap &amp;quot;Next&amp;quot;.&lt;br /&gt;
# Verify &amp;quot;Account options&amp;quot; for sync frequency, notifications, and attachments. Tap &amp;quot;Next&amp;quot;.&lt;br /&gt;
# Give the &amp;quot;Account name (optional)&amp;quot; something meaningful, like &amp;quot;XMission&amp;quot;. Also, provide your name as you want it displayed to recipients. Tap &amp;quot;Next&amp;quot;.&lt;br /&gt;
# You should be able to verify the new account, and access the inbox, and other folders.&lt;br /&gt;
&lt;br /&gt;
== Screenshots ==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Android-email-to-gmail.png|0. Migration from Email to Gmail.&lt;br /&gt;
File:Android-webmail-0.png|1. Early setup of webmail.&lt;br /&gt;
File:Android-webmail-1.png|2. Accessing the settings.&lt;br /&gt;
File:Android-webmail-2.png|3. Adding a new account.&lt;br /&gt;
File:Android-webmail-3.png|4. Creating a personal account.&lt;br /&gt;
File:Android-webmail-4.png|5. Adding an XMission address.&lt;br /&gt;
File:Android-webmail-5.png|6. Enabling IMAP email retrieval.&lt;br /&gt;
File:Android-webmail-6.png|7. Adding an XMission account password.&lt;br /&gt;
File:Android-webmail-7.png|8. Configuring IMAP settings.&lt;br /&gt;
File:Android-webmail-8.png|9. Configuring SMTP settings.&lt;br /&gt;
File:Android-webmail-9.png|10. Verifying sync and notification settings.&lt;br /&gt;
File:Android-webmail-10.png|11. Providing a meaningful account name.&lt;br /&gt;
File:Android-webmail-11.png|12. Successfully navigating the email folders.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Client Email Configuration|XMission Email|Android]]&lt;br /&gt;
[[Category:XMission Email|Android]]&lt;/div&gt;</summary>
		<author><name>Atoponce</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=File:Android-zimbra-10.png&amp;diff=7193</id>
		<title>File:Android-zimbra-10.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=File:Android-zimbra-10.png&amp;diff=7193"/>
		<updated>2015-08-26T21:06:24Z</updated>

		<summary type="html">&lt;p&gt;Atoponce: Android 5.1 screenshot showing how to give the new account a meaningful name in the Gmail app.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Android 5.1 screenshot showing how to give the new account a meaningful name in the Gmail app.&lt;/div&gt;</summary>
		<author><name>Atoponce</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=File:Android-zimbra-9.png&amp;diff=7192</id>
		<title>File:Android-zimbra-9.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=File:Android-zimbra-9.png&amp;diff=7192"/>
		<updated>2015-08-26T21:05:58Z</updated>

		<summary type="html">&lt;p&gt;Atoponce: Android 5.1 screenshot showing how to sync and notifications in the Gmail app.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Android 5.1 screenshot showing how to sync and notifications in the Gmail app.&lt;/div&gt;</summary>
		<author><name>Atoponce</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=File:Android-zimbra-8.png&amp;diff=7191</id>
		<title>File:Android-zimbra-8.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=File:Android-zimbra-8.png&amp;diff=7191"/>
		<updated>2015-08-26T21:05:33Z</updated>

		<summary type="html">&lt;p&gt;Atoponce: Android 5.1 screenshot showing how to configure XMission Zimbra SMTP in the Gmail app.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Android 5.1 screenshot showing how to configure XMission Zimbra SMTP in the Gmail app.&lt;/div&gt;</summary>
		<author><name>Atoponce</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=File:Android-zimbra-7.png&amp;diff=7190</id>
		<title>File:Android-zimbra-7.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=File:Android-zimbra-7.png&amp;diff=7190"/>
		<updated>2015-08-26T21:04:59Z</updated>

		<summary type="html">&lt;p&gt;Atoponce: Android 5.1 screenshot showing how to configure XMission Zimbra IMAP in the Gmail app.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Android 5.1 screenshot showing how to configure XMission Zimbra IMAP in the Gmail app.&lt;/div&gt;</summary>
		<author><name>Atoponce</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=File:Android-zimbra-6.png&amp;diff=7189</id>
		<title>File:Android-zimbra-6.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=File:Android-zimbra-6.png&amp;diff=7189"/>
		<updated>2015-08-26T21:04:36Z</updated>

		<summary type="html">&lt;p&gt;Atoponce: Android 5.1 screenshot showing how to enter your XMission account password in the Gmail app.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Android 5.1 screenshot showing how to enter your XMission account password in the Gmail app.&lt;/div&gt;</summary>
		<author><name>Atoponce</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=File:Android-zimbra-5.png&amp;diff=7188</id>
		<title>File:Android-zimbra-5.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=File:Android-zimbra-5.png&amp;diff=7188"/>
		<updated>2015-08-26T21:04:12Z</updated>

		<summary type="html">&lt;p&gt;Atoponce: Android 5.1 screenshot showing how to enable IMAP for Zimbra retrieval in the Gmail app.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Android 5.1 screenshot showing how to enable IMAP for Zimbra retrieval in the Gmail app.&lt;/div&gt;</summary>
		<author><name>Atoponce</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=File:Android-zimbra-3.png&amp;diff=7187</id>
		<title>File:Android-zimbra-3.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=File:Android-zimbra-3.png&amp;diff=7187"/>
		<updated>2015-08-26T21:03:27Z</updated>

		<summary type="html">&lt;p&gt;Atoponce: Android 5.1 screenshot showing how to setup a personal Zimbra account in the Gmail app.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Android 5.1 screenshot showing how to setup a personal Zimbra account in the Gmail app.&lt;/div&gt;</summary>
		<author><name>Atoponce</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=File:Android-zimbra-2.png&amp;diff=7186</id>
		<title>File:Android-zimbra-2.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=File:Android-zimbra-2.png&amp;diff=7186"/>
		<updated>2015-08-26T21:02:55Z</updated>

		<summary type="html">&lt;p&gt;Atoponce: Android 5.1 screenshot showing how to add a new account in the Gmail app.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Android 5.1 screenshot showing how to add a new account in the Gmail app.&lt;/div&gt;</summary>
		<author><name>Atoponce</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=File:Android-zimbra-1.png&amp;diff=7185</id>
		<title>File:Android-zimbra-1.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=File:Android-zimbra-1.png&amp;diff=7185"/>
		<updated>2015-08-26T21:02:27Z</updated>

		<summary type="html">&lt;p&gt;Atoponce: Android 5.1 screenshot showing how to access the settings of the Gmail app.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Android 5.1 screenshot showing how to access the settings of the Gmail app.&lt;/div&gt;</summary>
		<author><name>Atoponce</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=File:Android-zimbra-0.png&amp;diff=7184</id>
		<title>File:Android-zimbra-0.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=File:Android-zimbra-0.png&amp;diff=7184"/>
		<updated>2015-08-26T21:02:05Z</updated>

		<summary type="html">&lt;p&gt;Atoponce: Android 5.1 screenshot showing early setup of Zimbra with the Gmail app.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Android 5.1 screenshot showing early setup of Zimbra with the Gmail app.&lt;/div&gt;</summary>
		<author><name>Atoponce</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=File:Android-webmail-11.png&amp;diff=7183</id>
		<title>File:Android-webmail-11.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=File:Android-webmail-11.png&amp;diff=7183"/>
		<updated>2015-08-26T20:52:15Z</updated>

		<summary type="html">&lt;p&gt;Atoponce: Android 5.1 screenshot showing a fully completed XMission webmail account in the Gmail app.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Android 5.1 screenshot showing a fully completed XMission webmail account in the Gmail app.&lt;/div&gt;</summary>
		<author><name>Atoponce</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=File:Android-webmail-10.png&amp;diff=7182</id>
		<title>File:Android-webmail-10.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=File:Android-webmail-10.png&amp;diff=7182"/>
		<updated>2015-08-26T20:51:37Z</updated>

		<summary type="html">&lt;p&gt;Atoponce: Android 5.1 screenshot showing how to give the new account a meaningful name in the Gmail app.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Android 5.1 screenshot showing how to give the new account a meaningful name in the Gmail app.&lt;/div&gt;</summary>
		<author><name>Atoponce</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=File:Android-webmail-9.png&amp;diff=7181</id>
		<title>File:Android-webmail-9.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=File:Android-webmail-9.png&amp;diff=7181"/>
		<updated>2015-08-26T20:50:09Z</updated>

		<summary type="html">&lt;p&gt;Atoponce: Android 5.1 screenshot showing how to sync and notifications in the Gmail app.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Android 5.1 screenshot showing how to sync and notifications in the Gmail app.&lt;/div&gt;</summary>
		<author><name>Atoponce</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=File:Android-webmail-8.png&amp;diff=7180</id>
		<title>File:Android-webmail-8.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=File:Android-webmail-8.png&amp;diff=7180"/>
		<updated>2015-08-26T20:49:38Z</updated>

		<summary type="html">&lt;p&gt;Atoponce: Android 5.1 screenshot showing how to configure XMission webmail SMTP in the Gmail app.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Android 5.1 screenshot showing how to configure XMission webmail SMTP in the Gmail app.&lt;/div&gt;</summary>
		<author><name>Atoponce</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=File:Android-webmail-7.png&amp;diff=7179</id>
		<title>File:Android-webmail-7.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=File:Android-webmail-7.png&amp;diff=7179"/>
		<updated>2015-08-26T20:49:21Z</updated>

		<summary type="html">&lt;p&gt;Atoponce: Android 5.1 screenshot showing how to configure XMission webmail IMAP in the Gmail app.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Android 5.1 screenshot showing how to configure XMission webmail IMAP in the Gmail app.&lt;/div&gt;</summary>
		<author><name>Atoponce</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=File:Android-webmail-6.png&amp;diff=7178</id>
		<title>File:Android-webmail-6.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=File:Android-webmail-6.png&amp;diff=7178"/>
		<updated>2015-08-26T20:48:48Z</updated>

		<summary type="html">&lt;p&gt;Atoponce: Android 5.1 screenshot showing how to enter your XMission account password in the Gmail app.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Android 5.1 screenshot showing how to enter your XMission account password in the Gmail app.&lt;/div&gt;</summary>
		<author><name>Atoponce</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=File:Android-webmail-5.png&amp;diff=7177</id>
		<title>File:Android-webmail-5.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=File:Android-webmail-5.png&amp;diff=7177"/>
		<updated>2015-08-26T20:47:27Z</updated>

		<summary type="html">&lt;p&gt;Atoponce: Android 5.1 screenshot showing how to enable IMAP for webmail retrieval in the Gmail app.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Android 5.1 screenshot showing how to enable IMAP for webmail retrieval in the Gmail app.&lt;/div&gt;</summary>
		<author><name>Atoponce</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=File:Android-webmail-4.png&amp;diff=7176</id>
		<title>File:Android-webmail-4.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=File:Android-webmail-4.png&amp;diff=7176"/>
		<updated>2015-08-26T20:46:58Z</updated>

		<summary type="html">&lt;p&gt;Atoponce: Android 5.1 screenshot showing how to add an XMission address in the Gmail app.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Android 5.1 screenshot showing how to add an XMission address in the Gmail app.&lt;/div&gt;</summary>
		<author><name>Atoponce</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=File:Android-webmail-3.png&amp;diff=7175</id>
		<title>File:Android-webmail-3.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=File:Android-webmail-3.png&amp;diff=7175"/>
		<updated>2015-08-26T20:45:44Z</updated>

		<summary type="html">&lt;p&gt;Atoponce: Android 5.1 screenshot showing how to enable IMAP for webmail retrieval in the Gmail app.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Android 5.1 screenshot showing how to enable IMAP for webmail retrieval in the Gmail app.&lt;/div&gt;</summary>
		<author><name>Atoponce</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=File:Android-webmail-2.png&amp;diff=7174</id>
		<title>File:Android-webmail-2.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=File:Android-webmail-2.png&amp;diff=7174"/>
		<updated>2015-08-26T20:45:11Z</updated>

		<summary type="html">&lt;p&gt;Atoponce: Android 5.1 screenshot showing how to add a new account in the Gmail app.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Android 5.1 screenshot showing how to add a new account in the Gmail app.&lt;/div&gt;</summary>
		<author><name>Atoponce</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=File:Android-webmail-1.png&amp;diff=7173</id>
		<title>File:Android-webmail-1.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=File:Android-webmail-1.png&amp;diff=7173"/>
		<updated>2015-08-26T20:44:41Z</updated>

		<summary type="html">&lt;p&gt;Atoponce: Android 5.1 screenshot showing how to access the settings of the Gmail app.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Android 5.1 screenshot showing how to access the settings of the Gmail app.&lt;/div&gt;</summary>
		<author><name>Atoponce</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=File:Android-webmail-0.png&amp;diff=7172</id>
		<title>File:Android-webmail-0.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=File:Android-webmail-0.png&amp;diff=7172"/>
		<updated>2015-08-26T20:44:11Z</updated>

		<summary type="html">&lt;p&gt;Atoponce: Android 5.1 screenshot showing early setup of webmail with the Gmail app.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Android 5.1 screenshot showing early setup of webmail with the Gmail app.&lt;/div&gt;</summary>
		<author><name>Atoponce</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=File:Android-email-to-gmail.png&amp;diff=7171</id>
		<title>File:Android-email-to-gmail.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=File:Android-email-to-gmail.png&amp;diff=7171"/>
		<updated>2015-08-26T20:43:31Z</updated>

		<summary type="html">&lt;p&gt;Atoponce: Android 5.1 screenshot showing migration from Email to Gmail.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Android 5.1 screenshot showing migration from Email to Gmail.&lt;/div&gt;</summary>
		<author><name>Atoponce</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=Mirrors&amp;diff=6470</id>
		<title>Mirrors</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=Mirrors&amp;diff=6470"/>
		<updated>2014-03-25T19:33:40Z</updated>

		<summary type="html">&lt;p&gt;Atoponce: /* Ubuntu */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Mirrors =&lt;br /&gt;
&lt;br /&gt;
XMission runs a publicly available software repository, consisting of GNU/Linux and BSD operating systems, popular software applications, such as Firefox and MediaWiki, as well as archives such as Project Gutenberg.&lt;br /&gt;
&lt;br /&gt;
Use of this server is provided free of charge, provided that you find it useful. You are welcome to change your operating system&#039;s repository to point to &amp;amp;quot;mirrors.xmission.com&amp;amp;quot; to get your software updates. At a minimum, the server is updated daily, with some popular software updated more frequently.&lt;br /&gt;
&lt;br /&gt;
The mirrors.xmission.com server is available using the following protocols:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;ftp://mirrors.xmission.com&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;http://mirrors.xmission.com&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;https://mirrors.xmission.com&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;nfs://mirrors.xmission.com/mirrors&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;rsync://mirrors.xmission.com&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you find this server useful, please considering purchasing services from us. See https://xmission.com for more information.&lt;br /&gt;
&lt;br /&gt;
Instructions for how to use mirrors.xmission.com for your operating system are as follows:&lt;br /&gt;
&lt;br /&gt;
== CentOS ==&lt;br /&gt;
&lt;br /&gt;
The main repository configuration file for CentOS is &amp;lt;code&amp;gt;/etc/yum.repos.d/CentOS-Base.repo&amp;lt;/code&amp;gt;. Below is an example configuration for the &amp;amp;quot;base&amp;amp;quot; repository.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;[base]&lt;br /&gt;
name=CentOS-$releasever - Base&lt;br /&gt;
baseurl=http://mirrors.xmission.com/centos/$releasever/os/$basearch/&lt;br /&gt;
gpgcheck=1&lt;br /&gt;
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CentOS supports the &amp;lt;code&amp;gt;ftp://&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;http://&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;https://&amp;lt;/code&amp;gt; protocols in the &amp;lt;code&amp;gt;baseurl&amp;lt;/code&amp;gt; line&lt;br /&gt;
&lt;br /&gt;
== Debian ==&lt;br /&gt;
&lt;br /&gt;
The main repository configuration file for Debian is &amp;lt;code&amp;gt;/etc/apt/sources.list&amp;lt;/code&amp;gt;. Below is an example configuration using the Debian Stable release, including the security updates:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;deb http://mirrors.xmission.com/debian/ stable main non-free contrib&lt;br /&gt;
deb-src http://mirrors.xmission.com/debian/ stable main non-free contrib&lt;br /&gt;
deb http://mirrors.xmission.com/debian-security stable/updates main contrib non-free&lt;br /&gt;
deb-src http://mirrors.xmission.com/debian-security stable/updates main contrib non-free&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Debian supports the &amp;lt;code&amp;gt;ftp&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;http&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;https&amp;lt;/code&amp;gt; protocols in the &amp;amp;quot;deb&amp;amp;quot; and &amp;amp;quot;deb-src&amp;amp;quot; lines. For Debian to grab packages via SSL using &amp;lt;code&amp;gt;apt(8)&amp;lt;/code&amp;gt;, you need to install the &amp;lt;code&amp;gt;apt-transport-https&amp;lt;/code&amp;gt; package first before changing your URL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;$ sudo aptitude install apt-transport-https&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== EPEL ==&lt;br /&gt;
&lt;br /&gt;
EPEL (Extra Packages for Enterprise Linux) is an extra repository mainly for RHEL and CentOS systems. The main repository configuration file for EPEL is &amp;lt;code&amp;gt;/etc/yum.repos.d/epel.repo&amp;lt;/code&amp;gt;. Below is an example configuration for the &amp;amp;quot;epel&amp;amp;quot; repository.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;[epel]&lt;br /&gt;
name=Extra Packages for Enterprise Linux 6 - $basearch&lt;br /&gt;
baseurl=http://mirrors.xmission.com/fedora-epel/6/$basearch&lt;br /&gt;
enabled=1&lt;br /&gt;
gpgcheck=1&lt;br /&gt;
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
As with CentOS, the following protocols are supported in the &amp;lt;code&amp;gt;baseurl&amp;lt;/code&amp;gt; line for EPEL: &amp;lt;code&amp;gt;ftp://&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;http://&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;https://&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Fedora ==&lt;br /&gt;
&lt;br /&gt;
The main repository configuration file for Fedora is &amp;lt;code&amp;gt;/etc/yum.repos.d/fedora.repo&amp;lt;/code&amp;gt;. Below is an example configuration for the &amp;amp;quot;fedora&amp;amp;quot; repository.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;[fedora]&lt;br /&gt;
name=Fedora $releasever - $basearch&lt;br /&gt;
baseurl=http://mirrors.xmission.com/fedora/linux/releases/$releasever/Everything/$basearch/os/&lt;br /&gt;
enabled=1&lt;br /&gt;
metadata_expire=7d&lt;br /&gt;
gpgcheck=1&lt;br /&gt;
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Fedora supports the &amp;lt;code&amp;gt;ftp://&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;http://&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;https://&amp;lt;/code&amp;gt; protocols in the &amp;lt;code&amp;gt;baseurl&amp;lt;/code&amp;gt; line.&lt;br /&gt;
&lt;br /&gt;
== Gentoo ==&lt;br /&gt;
&lt;br /&gt;
By default, &amp;lt;code&amp;gt;distfiles.gentoo.org&amp;lt;/code&amp;gt; is used over HTTP. To override the default behavior, and add Xmission as a primary server, you can set the &amp;lt;code&amp;gt;GENTOO_MIRRORS&amp;lt;/code&amp;gt; variable in &amp;lt;code&amp;gt;/etc/portage/make.conf&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GENTOO_MIRRORS=&amp;amp;quot;http://mirrors.xmission.com/gentoo/ ${GENTOO_MIRRORS}&amp;amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Portage supports syncing its tree with &amp;lt;code&amp;gt;ftp&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;http&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;https&amp;lt;/code&amp;gt;, and &amp;lt;code&amp;gt;rsync&amp;lt;/code&amp;gt; in the &amp;lt;code&amp;gt;GENTOO_MIRRORS&amp;lt;/code&amp;gt; variable.&lt;br /&gt;
&lt;br /&gt;
== Ubuntu ==&lt;br /&gt;
&lt;br /&gt;
The main repository configuration file for Ubuntu is &amp;lt;code&amp;gt;/etc/apt/sources.list&amp;lt;/code&amp;gt;. Below is an example configuration using the Ubuntu 12.04 &amp;amp;quot;precise&amp;amp;quot; LTS release, including the security updates:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;deb http://mirrors.xmission.com/ubuntu precise main restricted universe multiverse&lt;br /&gt;
deb-src http://mirrors.xmission.com/ubuntu precise main restricted universe multiverse&lt;br /&gt;
deb http://mirrors.xmission.com/ubuntu precise-updates main restricted universe multiverse&lt;br /&gt;
deb-src http://mirrors.xmission.com/ubuntu precise-updates main restricted universe multiverse&lt;br /&gt;
deb http://mirrors.xmission.com/ubuntu-archive precise main restricted universe multiverse&lt;br /&gt;
deb-src http://mirrors.xmission.com/ubuntu-archive precise main restricted universe multiverse&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ubuntu supports the &amp;lt;code&amp;gt;ftp&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;http&amp;lt;/code&amp;gt;, and &amp;lt;code&amp;gt;https&amp;lt;/code&amp;gt; protocols in the &amp;amp;quot;deb&amp;amp;quot; and &amp;amp;quot;deb-src&amp;amp;quot; lines. For Ubuntu to grab packages via SSL using &amp;lt;code&amp;gt;apt(8)&amp;lt;/code&amp;gt;, you need to install the &amp;lt;code&amp;gt;apt-transport-https&amp;lt;/code&amp;gt; package first before changing your URL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;$ sudo aptitude install apt-transport-https&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Atoponce</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=Mirrors&amp;diff=6469</id>
		<title>Mirrors</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=Mirrors&amp;diff=6469"/>
		<updated>2014-03-25T19:33:25Z</updated>

		<summary type="html">&lt;p&gt;Atoponce: /* Fedora */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Mirrors =&lt;br /&gt;
&lt;br /&gt;
XMission runs a publicly available software repository, consisting of GNU/Linux and BSD operating systems, popular software applications, such as Firefox and MediaWiki, as well as archives such as Project Gutenberg.&lt;br /&gt;
&lt;br /&gt;
Use of this server is provided free of charge, provided that you find it useful. You are welcome to change your operating system&#039;s repository to point to &amp;amp;quot;mirrors.xmission.com&amp;amp;quot; to get your software updates. At a minimum, the server is updated daily, with some popular software updated more frequently.&lt;br /&gt;
&lt;br /&gt;
The mirrors.xmission.com server is available using the following protocols:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;ftp://mirrors.xmission.com&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;http://mirrors.xmission.com&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;https://mirrors.xmission.com&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;nfs://mirrors.xmission.com/mirrors&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;rsync://mirrors.xmission.com&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you find this server useful, please considering purchasing services from us. See https://xmission.com for more information.&lt;br /&gt;
&lt;br /&gt;
Instructions for how to use mirrors.xmission.com for your operating system are as follows:&lt;br /&gt;
&lt;br /&gt;
== CentOS ==&lt;br /&gt;
&lt;br /&gt;
The main repository configuration file for CentOS is &amp;lt;code&amp;gt;/etc/yum.repos.d/CentOS-Base.repo&amp;lt;/code&amp;gt;. Below is an example configuration for the &amp;amp;quot;base&amp;amp;quot; repository.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;[base]&lt;br /&gt;
name=CentOS-$releasever - Base&lt;br /&gt;
baseurl=http://mirrors.xmission.com/centos/$releasever/os/$basearch/&lt;br /&gt;
gpgcheck=1&lt;br /&gt;
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CentOS supports the &amp;lt;code&amp;gt;ftp://&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;http://&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;https://&amp;lt;/code&amp;gt; protocols in the &amp;lt;code&amp;gt;baseurl&amp;lt;/code&amp;gt; line&lt;br /&gt;
&lt;br /&gt;
== Debian ==&lt;br /&gt;
&lt;br /&gt;
The main repository configuration file for Debian is &amp;lt;code&amp;gt;/etc/apt/sources.list&amp;lt;/code&amp;gt;. Below is an example configuration using the Debian Stable release, including the security updates:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;deb http://mirrors.xmission.com/debian/ stable main non-free contrib&lt;br /&gt;
deb-src http://mirrors.xmission.com/debian/ stable main non-free contrib&lt;br /&gt;
deb http://mirrors.xmission.com/debian-security stable/updates main contrib non-free&lt;br /&gt;
deb-src http://mirrors.xmission.com/debian-security stable/updates main contrib non-free&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Debian supports the &amp;lt;code&amp;gt;ftp&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;http&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;https&amp;lt;/code&amp;gt; protocols in the &amp;amp;quot;deb&amp;amp;quot; and &amp;amp;quot;deb-src&amp;amp;quot; lines. For Debian to grab packages via SSL using &amp;lt;code&amp;gt;apt(8)&amp;lt;/code&amp;gt;, you need to install the &amp;lt;code&amp;gt;apt-transport-https&amp;lt;/code&amp;gt; package first before changing your URL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;$ sudo aptitude install apt-transport-https&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== EPEL ==&lt;br /&gt;
&lt;br /&gt;
EPEL (Extra Packages for Enterprise Linux) is an extra repository mainly for RHEL and CentOS systems. The main repository configuration file for EPEL is &amp;lt;code&amp;gt;/etc/yum.repos.d/epel.repo&amp;lt;/code&amp;gt;. Below is an example configuration for the &amp;amp;quot;epel&amp;amp;quot; repository.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;[epel]&lt;br /&gt;
name=Extra Packages for Enterprise Linux 6 - $basearch&lt;br /&gt;
baseurl=http://mirrors.xmission.com/fedora-epel/6/$basearch&lt;br /&gt;
enabled=1&lt;br /&gt;
gpgcheck=1&lt;br /&gt;
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
As with CentOS, the following protocols are supported in the &amp;lt;code&amp;gt;baseurl&amp;lt;/code&amp;gt; line for EPEL: &amp;lt;code&amp;gt;ftp://&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;http://&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;https://&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Fedora ==&lt;br /&gt;
&lt;br /&gt;
The main repository configuration file for Fedora is &amp;lt;code&amp;gt;/etc/yum.repos.d/fedora.repo&amp;lt;/code&amp;gt;. Below is an example configuration for the &amp;amp;quot;fedora&amp;amp;quot; repository.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;[fedora]&lt;br /&gt;
name=Fedora $releasever - $basearch&lt;br /&gt;
baseurl=http://mirrors.xmission.com/fedora/linux/releases/$releasever/Everything/$basearch/os/&lt;br /&gt;
enabled=1&lt;br /&gt;
metadata_expire=7d&lt;br /&gt;
gpgcheck=1&lt;br /&gt;
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Fedora supports the &amp;lt;code&amp;gt;ftp://&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;http://&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;https://&amp;lt;/code&amp;gt; protocols in the &amp;lt;code&amp;gt;baseurl&amp;lt;/code&amp;gt; line.&lt;br /&gt;
&lt;br /&gt;
== Gentoo ==&lt;br /&gt;
&lt;br /&gt;
By default, &amp;lt;code&amp;gt;distfiles.gentoo.org&amp;lt;/code&amp;gt; is used over HTTP. To override the default behavior, and add Xmission as a primary server, you can set the &amp;lt;code&amp;gt;GENTOO_MIRRORS&amp;lt;/code&amp;gt; variable in &amp;lt;code&amp;gt;/etc/portage/make.conf&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GENTOO_MIRRORS=&amp;amp;quot;http://mirrors.xmission.com/gentoo/ ${GENTOO_MIRRORS}&amp;amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Portage supports syncing its tree with &amp;lt;code&amp;gt;ftp&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;http&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;https&amp;lt;/code&amp;gt;, and &amp;lt;code&amp;gt;rsync&amp;lt;/code&amp;gt; in the &amp;lt;code&amp;gt;GENTOO_MIRRORS&amp;lt;/code&amp;gt; variable.&lt;br /&gt;
&lt;br /&gt;
== Ubuntu ==&lt;br /&gt;
&lt;br /&gt;
The main repository configuration file for Ubuntu is &amp;lt;code&amp;gt;/etc/apt/sources.list&amp;lt;/code&amp;gt;. Below is an example configuration using the Ubuntu 12.04 &amp;amp;quot;precise&amp;amp;quot; LTS release, including the security updates:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;deb https://mirrors.xmission.com/ubuntu precise main restricted universe multiverse&lt;br /&gt;
deb-src https://mirrors.xmission.com/ubuntu precise main restricted universe multiverse&lt;br /&gt;
deb https://mirrors.xmission.com/ubuntu precise-updates main restricted universe multiverse&lt;br /&gt;
deb-src https://mirrors.xmission.com/ubuntu precise-updates main restricted universe multiverse&lt;br /&gt;
deb https://mirrors.xmission.com/ubuntu-archive precise main restricted universe multiverse&lt;br /&gt;
deb-src https://mirrors.xmission.com/ubuntu-archive precise main restricted universe multiverse&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ubuntu supports the &amp;lt;code&amp;gt;ftp&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;http&amp;lt;/code&amp;gt;, and &amp;lt;code&amp;gt;https&amp;lt;/code&amp;gt; protocols in the &amp;amp;quot;deb&amp;amp;quot; and &amp;amp;quot;deb-src&amp;amp;quot; lines. For Ubuntu to grab packages via SSL using &amp;lt;code&amp;gt;apt(8)&amp;lt;/code&amp;gt;, you need to install the &amp;lt;code&amp;gt;apt-transport-https&amp;lt;/code&amp;gt; package first before changing your URL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;$ sudo aptitude install apt-transport-https&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Atoponce</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=Mirrors&amp;diff=6468</id>
		<title>Mirrors</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=Mirrors&amp;diff=6468"/>
		<updated>2014-03-25T19:29:11Z</updated>

		<summary type="html">&lt;p&gt;Atoponce: Remove unnecessary chatty config lines.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Mirrors =&lt;br /&gt;
&lt;br /&gt;
XMission runs a publicly available software repository, consisting of GNU/Linux and BSD operating systems, popular software applications, such as Firefox and MediaWiki, as well as archives such as Project Gutenberg.&lt;br /&gt;
&lt;br /&gt;
Use of this server is provided free of charge, provided that you find it useful. You are welcome to change your operating system&#039;s repository to point to &amp;amp;quot;mirrors.xmission.com&amp;amp;quot; to get your software updates. At a minimum, the server is updated daily, with some popular software updated more frequently.&lt;br /&gt;
&lt;br /&gt;
The mirrors.xmission.com server is available using the following protocols:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;ftp://mirrors.xmission.com&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;http://mirrors.xmission.com&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;https://mirrors.xmission.com&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;nfs://mirrors.xmission.com/mirrors&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;rsync://mirrors.xmission.com&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you find this server useful, please considering purchasing services from us. See https://xmission.com for more information.&lt;br /&gt;
&lt;br /&gt;
Instructions for how to use mirrors.xmission.com for your operating system are as follows:&lt;br /&gt;
&lt;br /&gt;
== CentOS ==&lt;br /&gt;
&lt;br /&gt;
The main repository configuration file for CentOS is &amp;lt;code&amp;gt;/etc/yum.repos.d/CentOS-Base.repo&amp;lt;/code&amp;gt;. Below is an example configuration for the &amp;amp;quot;base&amp;amp;quot; repository.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;[base]&lt;br /&gt;
name=CentOS-$releasever - Base&lt;br /&gt;
baseurl=http://mirrors.xmission.com/centos/$releasever/os/$basearch/&lt;br /&gt;
gpgcheck=1&lt;br /&gt;
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CentOS supports the &amp;lt;code&amp;gt;ftp://&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;http://&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;https://&amp;lt;/code&amp;gt; protocols in the &amp;lt;code&amp;gt;baseurl&amp;lt;/code&amp;gt; line&lt;br /&gt;
&lt;br /&gt;
== Debian ==&lt;br /&gt;
&lt;br /&gt;
The main repository configuration file for Debian is &amp;lt;code&amp;gt;/etc/apt/sources.list&amp;lt;/code&amp;gt;. Below is an example configuration using the Debian Stable release, including the security updates:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;deb http://mirrors.xmission.com/debian/ stable main non-free contrib&lt;br /&gt;
deb-src http://mirrors.xmission.com/debian/ stable main non-free contrib&lt;br /&gt;
deb http://mirrors.xmission.com/debian-security stable/updates main contrib non-free&lt;br /&gt;
deb-src http://mirrors.xmission.com/debian-security stable/updates main contrib non-free&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Debian supports the &amp;lt;code&amp;gt;ftp&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;http&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;https&amp;lt;/code&amp;gt; protocols in the &amp;amp;quot;deb&amp;amp;quot; and &amp;amp;quot;deb-src&amp;amp;quot; lines. For Debian to grab packages via SSL using &amp;lt;code&amp;gt;apt(8)&amp;lt;/code&amp;gt;, you need to install the &amp;lt;code&amp;gt;apt-transport-https&amp;lt;/code&amp;gt; package first before changing your URL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;$ sudo aptitude install apt-transport-https&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== EPEL ==&lt;br /&gt;
&lt;br /&gt;
EPEL (Extra Packages for Enterprise Linux) is an extra repository mainly for RHEL and CentOS systems. The main repository configuration file for EPEL is &amp;lt;code&amp;gt;/etc/yum.repos.d/epel.repo&amp;lt;/code&amp;gt;. Below is an example configuration for the &amp;amp;quot;epel&amp;amp;quot; repository.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;[epel]&lt;br /&gt;
name=Extra Packages for Enterprise Linux 6 - $basearch&lt;br /&gt;
baseurl=http://mirrors.xmission.com/fedora-epel/6/$basearch&lt;br /&gt;
enabled=1&lt;br /&gt;
gpgcheck=1&lt;br /&gt;
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
As with CentOS, the following protocols are supported in the &amp;lt;code&amp;gt;baseurl&amp;lt;/code&amp;gt; line for EPEL: &amp;lt;code&amp;gt;ftp://&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;http://&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;https://&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Fedora ==&lt;br /&gt;
&lt;br /&gt;
The main repository configuration file for Fedora is &amp;lt;code&amp;gt;/etc/yum.repos.d/fedora.repo&amp;lt;/code&amp;gt;. Below is an example configuration for the &amp;amp;quot;fedora&amp;amp;quot; repository.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;[fedora]&lt;br /&gt;
name=Fedora $releasever - $basearch&lt;br /&gt;
baseurl=https://mirrors.xmission.com/fedora/linux/releases/$releasever/Everything/$basearch/os/&lt;br /&gt;
enabled=1&lt;br /&gt;
metadata_expire=7d&lt;br /&gt;
gpgcheck=1&lt;br /&gt;
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Fedora supports the &amp;lt;code&amp;gt;ftp://&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;http://&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;https://&amp;lt;/code&amp;gt; protocols in the &amp;lt;code&amp;gt;baseurl&amp;lt;/code&amp;gt; line.&lt;br /&gt;
&lt;br /&gt;
== Gentoo ==&lt;br /&gt;
&lt;br /&gt;
By default, &amp;lt;code&amp;gt;distfiles.gentoo.org&amp;lt;/code&amp;gt; is used over HTTP. To override the default behavior, and add Xmission as a primary server, you can set the &amp;lt;code&amp;gt;GENTOO_MIRRORS&amp;lt;/code&amp;gt; variable in &amp;lt;code&amp;gt;/etc/portage/make.conf&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GENTOO_MIRRORS=&amp;amp;quot;http://mirrors.xmission.com/gentoo/ ${GENTOO_MIRRORS}&amp;amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Portage supports syncing its tree with &amp;lt;code&amp;gt;ftp&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;http&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;https&amp;lt;/code&amp;gt;, and &amp;lt;code&amp;gt;rsync&amp;lt;/code&amp;gt; in the &amp;lt;code&amp;gt;GENTOO_MIRRORS&amp;lt;/code&amp;gt; variable.&lt;br /&gt;
&lt;br /&gt;
== Ubuntu ==&lt;br /&gt;
&lt;br /&gt;
The main repository configuration file for Ubuntu is &amp;lt;code&amp;gt;/etc/apt/sources.list&amp;lt;/code&amp;gt;. Below is an example configuration using the Ubuntu 12.04 &amp;amp;quot;precise&amp;amp;quot; LTS release, including the security updates:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;deb https://mirrors.xmission.com/ubuntu precise main restricted universe multiverse&lt;br /&gt;
deb-src https://mirrors.xmission.com/ubuntu precise main restricted universe multiverse&lt;br /&gt;
deb https://mirrors.xmission.com/ubuntu precise-updates main restricted universe multiverse&lt;br /&gt;
deb-src https://mirrors.xmission.com/ubuntu precise-updates main restricted universe multiverse&lt;br /&gt;
deb https://mirrors.xmission.com/ubuntu-archive precise main restricted universe multiverse&lt;br /&gt;
deb-src https://mirrors.xmission.com/ubuntu-archive precise main restricted universe multiverse&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ubuntu supports the &amp;lt;code&amp;gt;ftp&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;http&amp;lt;/code&amp;gt;, and &amp;lt;code&amp;gt;https&amp;lt;/code&amp;gt; protocols in the &amp;amp;quot;deb&amp;amp;quot; and &amp;amp;quot;deb-src&amp;amp;quot; lines. For Ubuntu to grab packages via SSL using &amp;lt;code&amp;gt;apt(8)&amp;lt;/code&amp;gt;, you need to install the &amp;lt;code&amp;gt;apt-transport-https&amp;lt;/code&amp;gt; package first before changing your URL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;$ sudo aptitude install apt-transport-https&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Atoponce</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=Mirrors&amp;diff=6467</id>
		<title>Mirrors</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=Mirrors&amp;diff=6467"/>
		<updated>2014-03-25T19:26:38Z</updated>

		<summary type="html">&lt;p&gt;Atoponce: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Mirrors =&lt;br /&gt;
&lt;br /&gt;
XMission runs a publicly available software repository, consisting of GNU/Linux and BSD operating systems, popular software applications, such as Firefox and MediaWiki, as well as archives such as Project Gutenberg.&lt;br /&gt;
&lt;br /&gt;
Use of this server is provided free of charge, provided that you find it useful. You are welcome to change your operating system&#039;s repository to point to &amp;amp;quot;mirrors.xmission.com&amp;amp;quot; to get your software updates. At a minimum, the server is updated daily, with some popular software updated more frequently.&lt;br /&gt;
&lt;br /&gt;
The mirrors.xmission.com server is available using the following protocols:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;ftp://mirrors.xmission.com&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;http://mirrors.xmission.com&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;https://mirrors.xmission.com&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;nfs://mirrors.xmission.com/mirrors&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;rsync://mirrors.xmission.com&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you find this server useful, please considering purchasing services from us. See https://xmission.com for more information.&lt;br /&gt;
&lt;br /&gt;
Instructions for how to use mirrors.xmission.com for your operating system are as follows:&lt;br /&gt;
&lt;br /&gt;
== CentOS ==&lt;br /&gt;
&lt;br /&gt;
The main repository configuration file for CentOS is &amp;lt;code&amp;gt;/etc/yum.repos.d/CentOS-Base.repo&amp;lt;/code&amp;gt;. Below is an example configuration for the &amp;amp;quot;base&amp;amp;quot; repository.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;[base]&lt;br /&gt;
name=CentOS-$releasever - Base&lt;br /&gt;
baseurl=http://mirrors.xmission.com/centos/$releasever/os/$basearch/&lt;br /&gt;
gpgcheck=1&lt;br /&gt;
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CentOS supports the &amp;lt;code&amp;gt;ftp://&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;http://&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;https://&amp;lt;/code&amp;gt; protocols in the &amp;lt;code&amp;gt;baseurl&amp;lt;/code&amp;gt; line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;baseurl=ftp://mirrors.xmission.com/centos/$releasever/os/$basearch/&lt;br /&gt;
baseurl=http://mirrors.xmission.com/centos/$releasever/os/$basearch/&lt;br /&gt;
baseurl=https://mirrors.xmission.com/centos/$releasever/os/$basearch/&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Debian ==&lt;br /&gt;
&lt;br /&gt;
The main repository configuration file for Debian is &amp;lt;code&amp;gt;/etc/apt/sources.list&amp;lt;/code&amp;gt;. Below is an example configuration using the Debian Stable release, including the security updates:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;deb http://mirrors.xmission.com/debian/ stable main non-free contrib&lt;br /&gt;
deb-src http://mirrors.xmission.com/debian/ stable main non-free contrib&lt;br /&gt;
deb http://mirrors.xmission.com/debian-security stable/updates main contrib non-free&lt;br /&gt;
deb-src http://mirrors.xmission.com/debian-security stable/updates main contrib non-free&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For Debian to grab packages via SSL using &amp;lt;code&amp;gt;apt(8)&amp;lt;/code&amp;gt;, you need to install the &amp;lt;code&amp;gt;apt-transport-https&amp;lt;/code&amp;gt; package first before changing your URL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;$ sudo aptitude install apt-transport-https&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Debian supports the &amp;lt;code&amp;gt;ftp&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;http&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;https&amp;lt;/code&amp;gt; protocols in the &amp;amp;quot;deb&amp;amp;quot; and &amp;amp;quot;deb-src&amp;amp;quot; lines:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;deb ftp://mirrors.xmission.com/debian/ stable main non-free contrib&lt;br /&gt;
deb http://mirrors.xmission.com/debian/ stable main non-free contrib&lt;br /&gt;
deb https://mirrors.xmission.com/debian/ stable main non-free contrib&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== EPEL ==&lt;br /&gt;
&lt;br /&gt;
EPEL (Extra Packages for Enterprise Linux) is an extra repository mainly for RHEL and CentOS systems. The main repository configuration file for EPEL is &amp;lt;code&amp;gt;/etc/yum.repos.d/epel.repo&amp;lt;/code&amp;gt;. Below is an example configuration for the &amp;amp;quot;epel&amp;amp;quot; repository.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;[epel]&lt;br /&gt;
name=Extra Packages for Enterprise Linux 6 - $basearch&lt;br /&gt;
baseurl=http://mirrors.xmission.com/fedora-epel/6/$basearch&lt;br /&gt;
enabled=1&lt;br /&gt;
gpgcheck=1&lt;br /&gt;
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
As with CentOS, the following protocols are support in the &amp;lt;code&amp;gt;baseurl&amp;lt;/code&amp;gt; line for EPEL: &amp;lt;code&amp;gt;ftp://&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;http://&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;https://&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;baseurl=ftp://mirrors.xmission.com/fedora-epel/6/$basearch&lt;br /&gt;
baseurl=http://mirrors.xmission.com/fedora-epel/6/$basearch&lt;br /&gt;
baseurl=https://mirrors.xmission.com/fedora-epel/6/$basearch&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Fedora ==&lt;br /&gt;
&lt;br /&gt;
The main repository configuration file for Fedora is &amp;lt;code&amp;gt;/etc/yum.repos.d/fedora.repo&amp;lt;/code&amp;gt;. Below is an example configuration for the &amp;amp;quot;fedora&amp;amp;quot; repository.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;[fedora]&lt;br /&gt;
name=Fedora $releasever - $basearch&lt;br /&gt;
baseurl=https://mirrors.xmission.com/fedora/linux/releases/$releasever/Everything/$basearch/os/&lt;br /&gt;
enabled=1&lt;br /&gt;
metadata_expire=7d&lt;br /&gt;
gpgcheck=1&lt;br /&gt;
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Fedora supports the &amp;lt;code&amp;gt;ftp://&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;http://&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;https://&amp;lt;/code&amp;gt; protocols in the &amp;lt;code&amp;gt;baseurl&amp;lt;/code&amp;gt; line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;baseurl=ftp://mirrors.xmission.com/fedora/linux/releases/$releasever/Everything/$basearch/os/&lt;br /&gt;
baseurl=http://mirrors.xmission.com/fedora/linux/releases/$releasever/Everything/$basearch/os/&lt;br /&gt;
baseurl=https://mirrors.xmission.com/fedora/linux/releases/$releasever/Everything/$basearch/os/&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Gentoo ==&lt;br /&gt;
&lt;br /&gt;
By default, &amp;lt;code&amp;gt;distfiles.gentoo.org&amp;lt;/code&amp;gt; is used over HTTP. To override the default behavior, and add Xmission as a primary server, you can set the &amp;lt;code&amp;gt;GENTOO_MIRRORS&amp;lt;/code&amp;gt; variable in &amp;lt;code&amp;gt;/etc/portage/make.conf&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GENTOO_MIRRORS=&amp;amp;quot;http://mirrors.xmission.com/gentoo/ ${GENTOO_MIRRORS}&amp;amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Portage supports syncing its tree with &amp;lt;code&amp;gt;ftp&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;http&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;https&amp;lt;/code&amp;gt;, and &amp;lt;code&amp;gt;rsync&amp;lt;/code&amp;gt; in the &amp;lt;code&amp;gt;GENTOO_MIRRORS&amp;lt;/code&amp;gt; variable:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GENTOO_MIRRORS=&amp;amp;quot;ftp://mirrors.xmission.com/gentoo/ ${GENTOO_MIRRORS}&amp;amp;quot;&lt;br /&gt;
GENTOO_MIRRORS=&amp;amp;quot;http://mirrors.xmission.com/gentoo/ ${GENTOO_MIRRORS}&amp;amp;quot;&lt;br /&gt;
GENTOO_MIRRORS=&amp;amp;quot;https://mirrors.xmission.com/gentoo/ ${GENTOO_MIRRORS}&amp;amp;quot;&lt;br /&gt;
GENTOO_MIRRORS=&amp;amp;quot;rsync://mirrors.xmission.com/gentoo/ ${GENTOO_MIRRORS}&amp;amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Ubuntu ==&lt;br /&gt;
&lt;br /&gt;
The main repository configuration file for Ubuntu is &amp;lt;code&amp;gt;/etc/apt/sources.list&amp;lt;/code&amp;gt;. Below is an example configuration using the Ubuntu 12.04 &amp;amp;quot;precise&amp;amp;quot; LTS release, including the security updates:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;deb https://mirrors.xmission.com/ubuntu precise main restricted universe multiverse&lt;br /&gt;
deb-src https://mirrors.xmission.com/ubuntu precise main restricted universe multiverse&lt;br /&gt;
deb https://mirrors.xmission.com/ubuntu precise-updates main restricted universe multiverse&lt;br /&gt;
deb-src https://mirrors.xmission.com/ubuntu precise-updates main restricted universe multiverse&lt;br /&gt;
deb https://mirrors.xmission.com/ubuntu-archive precise main restricted universe multiverse&lt;br /&gt;
deb-src https://mirrors.xmission.com/ubuntu-archive precise main restricted universe multiverse&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For Ubuntu to grab packages via SSL using &amp;lt;code&amp;gt;apt(8)&amp;lt;/code&amp;gt;, you need to install the &amp;lt;code&amp;gt;apt-transport-https&amp;lt;/code&amp;gt; package first before changing your URL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;$ sudo aptitude install apt-transport-https&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ubuntu supports the &amp;lt;code&amp;gt;ftp&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;http&amp;lt;/code&amp;gt;, and &amp;lt;code&amp;gt;https&amp;lt;/code&amp;gt; protocols in the &amp;amp;quot;deb&amp;amp;quot; and &amp;amp;quot;deb-src&amp;amp;quot; lines:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;deb ftp://mirrors.xmission.com/ubuntu precise main restricted universe multiverse&lt;br /&gt;
deb http://mirrors.xmission.com/ubuntu precise main restricted universe multiverse&lt;br /&gt;
deb https://mirrors.xmission.com/ubuntu precise-updates main restricted universe multiverse&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Atoponce</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=Mirrors&amp;diff=6466</id>
		<title>Mirrors</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=Mirrors&amp;diff=6466"/>
		<updated>2014-03-25T19:26:06Z</updated>

		<summary type="html">&lt;p&gt;Atoponce: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Mirrors =&lt;br /&gt;
&lt;br /&gt;
XMission runs a publicly available software repository, consisting of GNU/Linux and BSD operating systems, popular software applications, such as Firefox and MediaWiki, as well as archives such as Project Gutenberg.&lt;br /&gt;
&lt;br /&gt;
Use of this server is provided free of charge, provided that you find it useful. You are welcome to change your operating system&#039;s repository to point to &amp;amp;quot;mirrors.xmission.com&amp;amp;quot; to get your software updates. At a minimum, the server is updated daily, with some popular software updated more frequently.&lt;br /&gt;
&lt;br /&gt;
The mirrors.xmission.com server is available using the following protocols:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;ftp://mirrors.xmission.com&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;http://mirrors.xmission.com&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;https://mirrors.xmission.com&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;nfs://mirrors.xmission.com/mirrors&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;rsync://mirrors.xmission.com&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you find this server useful, please considering purchasing services from us. See https://xmission.com for more information.&lt;br /&gt;
&lt;br /&gt;
Instructions for how to use mirrors.xmission.com for your operating system are as follows:&lt;br /&gt;
&lt;br /&gt;
== CentOS ==&lt;br /&gt;
&lt;br /&gt;
The main repository configuration file for CentOS is &amp;lt;code&amp;gt;/etc/yum.repos.d/CentOS-Base.repo&amp;lt;/code&amp;gt;. Below is an example configuration for the &amp;amp;quot;base&amp;amp;quot; repository.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;[base]&lt;br /&gt;
name=CentOS-$releasever - Base&lt;br /&gt;
baseurl=http://mirrors.xmission.com/centos/$releasever/os/$basearch/&lt;br /&gt;
gpgcheck=1&lt;br /&gt;
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CentOS supports the &amp;lt;code&amp;gt;ftp://&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;http://&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;https://&amp;lt;/code&amp;gt; protocols in the &amp;lt;code&amp;gt;baseurl&amp;lt;/code&amp;gt; line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;baseurl=ftp://mirrors.xmission.com/centos/$releasever/os/$basearch/&lt;br /&gt;
baseurl=http://mirrors.xmission.com/centos/$releasever/os/$basearch/&lt;br /&gt;
baseurl=https://mirrors.xmission.com/centos/$releasever/os/$basearch/&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Debian ==&lt;br /&gt;
&lt;br /&gt;
The main repository configuration file for Debian is &amp;lt;code&amp;gt;/etc/apt/sources.list&amp;lt;/code&amp;gt;. Below is an example configuration using the Debian Stable release, including the security updates:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;deb http://mirrors.xmission.com/debian/ stable main non-free contrib&lt;br /&gt;
deb-src http://mirrors.xmission.com/debian/ stable main non-free contrib&lt;br /&gt;
deb http://mirrors.xmission.com/debian-security stable/updates main contrib non-free&lt;br /&gt;
deb-src http://mirrors.xmission.com/debian-security stable/updates main contrib non-free&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For Debian to grab packages via SSL using &amp;lt;code&amp;gt;apt(8)&amp;lt;/code&amp;gt;, you need to install the &amp;lt;code&amp;gt;apt-transport-https&amp;lt;/code&amp;gt; package first before changing your URL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;$ sudo aptitude install apt-transport-https&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Debian supports the &amp;lt;code&amp;gt;ftp&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;http&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;https&amp;lt;/code&amp;gt; protocols in the &amp;amp;quot;deb&amp;amp;quot; and &amp;amp;quot;deb-src&amp;amp;quot; lines:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;deb ftp://mirrors.xmission.com/debian/ stable main non-free contrib&lt;br /&gt;
deb http://mirrors.xmission.com/debian/ stable main non-free contrib&lt;br /&gt;
deb https://mirrors.xmission.com/debian/ stable main non-free contrib&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== EPEL ==&lt;br /&gt;
&lt;br /&gt;
EPEL (Extra Packages for Enterprise Linux) is an extra repository mainly for RHEL and CentOS systems. The main repository configuration file for EPEL is &amp;lt;code&amp;gt;/etc/yum.repos.d/epel.repo&amp;lt;/code&amp;gt;. Below is an example configuration for the &amp;amp;quot;epel&amp;amp;quot; repository.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;[epel]&lt;br /&gt;
name=Extra Packages for Enterprise Linux 6 - $basearch&lt;br /&gt;
baseurl=https://mirrors.xmission.com/fedora-epel/6/$basearch&lt;br /&gt;
enabled=1&lt;br /&gt;
gpgcheck=1&lt;br /&gt;
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
As with CentOS, the following protocols are support in the &amp;lt;code&amp;gt;baseurl&amp;lt;/code&amp;gt; line for EPEL: &amp;lt;code&amp;gt;ftp://&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;http://&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;https://&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;baseurl=ftp://mirrors.xmission.com/fedora-epel/6/$basearch&lt;br /&gt;
baseurl=http://mirrors.xmission.com/fedora-epel/6/$basearch&lt;br /&gt;
baseurl=https://mirrors.xmission.com/fedora-epel/6/$basearch&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Fedora ==&lt;br /&gt;
&lt;br /&gt;
The main repository configuration file for Fedora is &amp;lt;code&amp;gt;/etc/yum.repos.d/fedora.repo&amp;lt;/code&amp;gt;. Below is an example configuration for the &amp;amp;quot;fedora&amp;amp;quot; repository.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;[fedora]&lt;br /&gt;
name=Fedora $releasever - $basearch&lt;br /&gt;
baseurl=https://mirrors.xmission.com/fedora/linux/releases/$releasever/Everything/$basearch/os/&lt;br /&gt;
enabled=1&lt;br /&gt;
metadata_expire=7d&lt;br /&gt;
gpgcheck=1&lt;br /&gt;
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Fedora supports the &amp;lt;code&amp;gt;ftp://&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;http://&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;https://&amp;lt;/code&amp;gt; protocols in the &amp;lt;code&amp;gt;baseurl&amp;lt;/code&amp;gt; line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;baseurl=ftp://mirrors.xmission.com/fedora/linux/releases/$releasever/Everything/$basearch/os/&lt;br /&gt;
baseurl=http://mirrors.xmission.com/fedora/linux/releases/$releasever/Everything/$basearch/os/&lt;br /&gt;
baseurl=https://mirrors.xmission.com/fedora/linux/releases/$releasever/Everything/$basearch/os/&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Gentoo ==&lt;br /&gt;
&lt;br /&gt;
By default, &amp;lt;code&amp;gt;distfiles.gentoo.org&amp;lt;/code&amp;gt; is used over HTTP. To override the default behavior, and add Xmission as a primary server, you can set the &amp;lt;code&amp;gt;GENTOO_MIRRORS&amp;lt;/code&amp;gt; variable in &amp;lt;code&amp;gt;/etc/portage/make.conf&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GENTOO_MIRRORS=&amp;amp;quot;http://mirrors.xmission.com/gentoo/ ${GENTOO_MIRRORS}&amp;amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Portage supports syncing its tree with &amp;lt;code&amp;gt;ftp&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;http&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;https&amp;lt;/code&amp;gt;, and &amp;lt;code&amp;gt;rsync&amp;lt;/code&amp;gt; in the &amp;lt;code&amp;gt;GENTOO_MIRRORS&amp;lt;/code&amp;gt; variable:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GENTOO_MIRRORS=&amp;amp;quot;ftp://mirrors.xmission.com/gentoo/ ${GENTOO_MIRRORS}&amp;amp;quot;&lt;br /&gt;
GENTOO_MIRRORS=&amp;amp;quot;http://mirrors.xmission.com/gentoo/ ${GENTOO_MIRRORS}&amp;amp;quot;&lt;br /&gt;
GENTOO_MIRRORS=&amp;amp;quot;https://mirrors.xmission.com/gentoo/ ${GENTOO_MIRRORS}&amp;amp;quot;&lt;br /&gt;
GENTOO_MIRRORS=&amp;amp;quot;rsync://mirrors.xmission.com/gentoo/ ${GENTOO_MIRRORS}&amp;amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Ubuntu ==&lt;br /&gt;
&lt;br /&gt;
The main repository configuration file for Ubuntu is &amp;lt;code&amp;gt;/etc/apt/sources.list&amp;lt;/code&amp;gt;. Below is an example configuration using the Ubuntu 12.04 &amp;amp;quot;precise&amp;amp;quot; LTS release, including the security updates:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;deb https://mirrors.xmission.com/ubuntu precise main restricted universe multiverse&lt;br /&gt;
deb-src https://mirrors.xmission.com/ubuntu precise main restricted universe multiverse&lt;br /&gt;
deb https://mirrors.xmission.com/ubuntu precise-updates main restricted universe multiverse&lt;br /&gt;
deb-src https://mirrors.xmission.com/ubuntu precise-updates main restricted universe multiverse&lt;br /&gt;
deb https://mirrors.xmission.com/ubuntu-archive precise main restricted universe multiverse&lt;br /&gt;
deb-src https://mirrors.xmission.com/ubuntu-archive precise main restricted universe multiverse&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For Ubuntu to grab packages via SSL using &amp;lt;code&amp;gt;apt(8)&amp;lt;/code&amp;gt;, you need to install the &amp;lt;code&amp;gt;apt-transport-https&amp;lt;/code&amp;gt; package first before changing your URL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;$ sudo aptitude install apt-transport-https&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ubuntu supports the &amp;lt;code&amp;gt;ftp&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;http&amp;lt;/code&amp;gt;, and &amp;lt;code&amp;gt;https&amp;lt;/code&amp;gt; protocols in the &amp;amp;quot;deb&amp;amp;quot; and &amp;amp;quot;deb-src&amp;amp;quot; lines:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;deb ftp://mirrors.xmission.com/ubuntu precise main restricted universe multiverse&lt;br /&gt;
deb http://mirrors.xmission.com/ubuntu precise main restricted universe multiverse&lt;br /&gt;
deb https://mirrors.xmission.com/ubuntu precise-updates main restricted universe multiverse&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Atoponce</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=Mirrors&amp;diff=6465</id>
		<title>Mirrors</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=Mirrors&amp;diff=6465"/>
		<updated>2014-03-25T19:25:36Z</updated>

		<summary type="html">&lt;p&gt;Atoponce: Add EPEL&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Mirrors =&lt;br /&gt;
&lt;br /&gt;
XMission runs a publicly available software repository, consisting of GNU/Linux and BSD operating systems, popular software applications, such as Firefox and MediaWiki, as well as archives such as Project Gutenberg.&lt;br /&gt;
&lt;br /&gt;
Use of this server is provided free of charge, provided that you find it useful. You are welcome to change your operating system&#039;s repository to point to &amp;amp;quot;mirrors.xmission.com&amp;amp;quot; to get your software updates. At a minimum, the server is updated daily, with some popular software updated more frequently.&lt;br /&gt;
&lt;br /&gt;
The mirrors.xmission.com server is available using the following protocols:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;ftp://mirrors.xmission.com&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;http://mirrors.xmission.com&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;https://mirrors.xmission.com&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;nfs://mirrors.xmission.com/mirrors&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;rsync://mirrors.xmission.com&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you find this server useful, please considering purchasing services from us. See https://xmission.com for more information.&lt;br /&gt;
&lt;br /&gt;
Instructions for how to use mirrors.xmission.com for your operating system are as follows:&lt;br /&gt;
&lt;br /&gt;
== CentOS ==&lt;br /&gt;
&lt;br /&gt;
The main repository configuration file for CentOS is &amp;lt;code&amp;gt;/etc/yum.repos.d/CentOS-Base.repo&amp;lt;/code&amp;gt;. Below is an example configuration for the &amp;amp;quot;base&amp;amp;quot; repository.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;[base]&lt;br /&gt;
name=CentOS-$releasever - Base&lt;br /&gt;
baseurl=http://mirrors.xmission.com/centos/$releasever/os/$basearch/&lt;br /&gt;
gpgcheck=1&lt;br /&gt;
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CentOS supports the &amp;lt;code&amp;gt;ftp://&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;http://&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;https://&amp;lt;/code&amp;gt; protocols in the &amp;lt;code&amp;gt;baseurl&amp;lt;/code&amp;gt; line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;baseurl=ftp://mirrors.xmission.com/centos/$releasever/os/$basearch/&lt;br /&gt;
baseurl=http://mirrors.xmission.com/centos/$releasever/os/$basearch/&lt;br /&gt;
baseurl=https://mirrors.xmission.com/centos/$releasever/os/$basearch/&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Debian ==&lt;br /&gt;
&lt;br /&gt;
The main repository configuration file for Debian is &amp;lt;code&amp;gt;/etc/apt/sources.list&amp;lt;/code&amp;gt;. Below is an example configuration using the Debian Stable release, including the security updates:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;deb http://mirrors.xmission.com/debian/ stable main non-free contrib&lt;br /&gt;
deb-src http://mirrors.xmission.com/debian/ stable main non-free contrib&lt;br /&gt;
deb http://mirrors.xmission.com/debian-security stable/updates main contrib non-free&lt;br /&gt;
deb-src http://mirrors.xmission.com/debian-security stable/updates main contrib non-free&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For Debian to grab packages via SSL using &amp;lt;code&amp;gt;apt(8)&amp;lt;/code&amp;gt;, you need to install the &amp;lt;code&amp;gt;apt-transport-https&amp;lt;/code&amp;gt; package first before changing your URL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;$ sudo aptitude install apt-transport-https&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Debian supports the &amp;lt;code&amp;gt;ftp&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;http&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;https&amp;lt;/code&amp;gt; protocols in the &amp;amp;quot;deb&amp;amp;quot; and &amp;amp;quot;deb-src&amp;amp;quot; lines:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;deb ftp://mirrors.xmission.com/debian/ stable main non-free contrib&lt;br /&gt;
deb http://mirrors.xmission.com/debian/ stable main non-free contrib&lt;br /&gt;
deb https://mirrors.xmission.com/debian/ stable main non-free contrib&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== EPEL ==&lt;br /&gt;
&lt;br /&gt;
EPEL (Extra Packages for Enterprise Linux) is an extra repository mainly for RHEL and CentOS systems. The main repository configuration file for EPEL is &amp;lt;code&amp;gt;/etc/yum.repos.d/epel.repo&amp;lt;/code&amp;gt;. Below is an example configuration for the &amp;amp;quot;epel&amp;amp;quot; repository.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;[epel]&lt;br /&gt;
name=Extra Packages for Enterprise Linux 6 - $basearch&lt;br /&gt;
baseurl=https://mirrors.xmission.com/fedora-epel/6/$basearch&lt;br /&gt;
failovermethod=priority&lt;br /&gt;
enabled=1&lt;br /&gt;
gpgcheck=1&lt;br /&gt;
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
As with CentOS, the following protocols are support in the &amp;lt;code&amp;gt;baseurl&amp;lt;/code&amp;gt; line for EPEL: &amp;lt;code&amp;gt;ftp://&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;http://&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;https://&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;baseurl=ftp://mirrors.xmission.com/fedora-epel/6/$basearch&lt;br /&gt;
baseurl=http://mirrors.xmission.com/fedora-epel/6/$basearch&lt;br /&gt;
baseurl=https://mirrors.xmission.com/fedora-epel/6/$basearch&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Fedora ==&lt;br /&gt;
&lt;br /&gt;
The main repository configuration file for Fedora is &amp;lt;code&amp;gt;/etc/yum.repos.d/fedora.repo&amp;lt;/code&amp;gt;. Below is an example configuration for the &amp;amp;quot;fedora&amp;amp;quot; repository.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;[fedora]&lt;br /&gt;
name=Fedora $releasever - $basearch&lt;br /&gt;
baseurl=https://mirrors.xmission.com/fedora/linux/releases/$releasever/Everything/$basearch/os/&lt;br /&gt;
enabled=1&lt;br /&gt;
metadata_expire=7d&lt;br /&gt;
gpgcheck=1&lt;br /&gt;
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Fedora supports the &amp;lt;code&amp;gt;ftp://&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;http://&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;https://&amp;lt;/code&amp;gt; protocols in the &amp;lt;code&amp;gt;baseurl&amp;lt;/code&amp;gt; line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;baseurl=ftp://mirrors.xmission.com/fedora/linux/releases/$releasever/Everything/$basearch/os/&lt;br /&gt;
baseurl=http://mirrors.xmission.com/fedora/linux/releases/$releasever/Everything/$basearch/os/&lt;br /&gt;
baseurl=https://mirrors.xmission.com/fedora/linux/releases/$releasever/Everything/$basearch/os/&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Gentoo ==&lt;br /&gt;
&lt;br /&gt;
By default, &amp;lt;code&amp;gt;distfiles.gentoo.org&amp;lt;/code&amp;gt; is used over HTTP. To override the default behavior, and add Xmission as a primary server, you can set the &amp;lt;code&amp;gt;GENTOO_MIRRORS&amp;lt;/code&amp;gt; variable in &amp;lt;code&amp;gt;/etc/portage/make.conf&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GENTOO_MIRRORS=&amp;amp;quot;http://mirrors.xmission.com/gentoo/ ${GENTOO_MIRRORS}&amp;amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Portage supports syncing its tree with &amp;lt;code&amp;gt;ftp&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;http&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;https&amp;lt;/code&amp;gt;, and &amp;lt;code&amp;gt;rsync&amp;lt;/code&amp;gt; in the &amp;lt;code&amp;gt;GENTOO_MIRRORS&amp;lt;/code&amp;gt; variable:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GENTOO_MIRRORS=&amp;amp;quot;ftp://mirrors.xmission.com/gentoo/ ${GENTOO_MIRRORS}&amp;amp;quot;&lt;br /&gt;
GENTOO_MIRRORS=&amp;amp;quot;http://mirrors.xmission.com/gentoo/ ${GENTOO_MIRRORS}&amp;amp;quot;&lt;br /&gt;
GENTOO_MIRRORS=&amp;amp;quot;https://mirrors.xmission.com/gentoo/ ${GENTOO_MIRRORS}&amp;amp;quot;&lt;br /&gt;
GENTOO_MIRRORS=&amp;amp;quot;rsync://mirrors.xmission.com/gentoo/ ${GENTOO_MIRRORS}&amp;amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Ubuntu ==&lt;br /&gt;
&lt;br /&gt;
The main repository configuration file for Ubuntu is &amp;lt;code&amp;gt;/etc/apt/sources.list&amp;lt;/code&amp;gt;. Below is an example configuration using the Ubuntu 12.04 &amp;amp;quot;precise&amp;amp;quot; LTS release, including the security updates:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;deb https://mirrors.xmission.com/ubuntu precise main restricted universe multiverse&lt;br /&gt;
deb-src https://mirrors.xmission.com/ubuntu precise main restricted universe multiverse&lt;br /&gt;
deb https://mirrors.xmission.com/ubuntu precise-updates main restricted universe multiverse&lt;br /&gt;
deb-src https://mirrors.xmission.com/ubuntu precise-updates main restricted universe multiverse&lt;br /&gt;
deb https://mirrors.xmission.com/ubuntu-archive precise main restricted universe multiverse&lt;br /&gt;
deb-src https://mirrors.xmission.com/ubuntu-archive precise main restricted universe multiverse&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For Ubuntu to grab packages via SSL using &amp;lt;code&amp;gt;apt(8)&amp;lt;/code&amp;gt;, you need to install the &amp;lt;code&amp;gt;apt-transport-https&amp;lt;/code&amp;gt; package first before changing your URL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;$ sudo aptitude install apt-transport-https&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ubuntu supports the &amp;lt;code&amp;gt;ftp&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;http&amp;lt;/code&amp;gt;, and &amp;lt;code&amp;gt;https&amp;lt;/code&amp;gt; protocols in the &amp;amp;quot;deb&amp;amp;quot; and &amp;amp;quot;deb-src&amp;amp;quot; lines:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;deb ftp://mirrors.xmission.com/ubuntu precise main restricted universe multiverse&lt;br /&gt;
deb http://mirrors.xmission.com/ubuntu precise main restricted universe multiverse&lt;br /&gt;
deb https://mirrors.xmission.com/ubuntu precise-updates main restricted universe multiverse&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Atoponce</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=Mirrors&amp;diff=6464</id>
		<title>Mirrors</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=Mirrors&amp;diff=6464"/>
		<updated>2014-03-25T19:19:39Z</updated>

		<summary type="html">&lt;p&gt;Atoponce: Gentoo clarification&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Mirrors =&lt;br /&gt;
&lt;br /&gt;
XMission runs a publicly available software repository, consisting of GNU/Linux and BSD operating systems, popular software applications, such as Firefox and MediaWiki, as well as archives such as Project Gutenberg.&lt;br /&gt;
&lt;br /&gt;
Use of this server is provided free of charge, provided that you find it useful. You are welcome to change your operating system&#039;s repository to point to &amp;amp;quot;mirrors.xmission.com&amp;amp;quot; to get your software updates. At a minimum, the server is updated daily, with some popular software updated more frequently.&lt;br /&gt;
&lt;br /&gt;
The mirrors.xmission.com server is available using the following protocols:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;ftp://mirrors.xmission.com&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;http://mirrors.xmission.com&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;https://mirrors.xmission.com&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;nfs://mirrors.xmission.com/mirrors&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;rsync://mirrors.xmission.com&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you find this server useful, please considering purchasing services from us. See https://xmission.com for more information.&lt;br /&gt;
&lt;br /&gt;
Instructions for how to use mirrors.xmission.com for your operating system are as follows:&lt;br /&gt;
&lt;br /&gt;
== CentOS ==&lt;br /&gt;
&lt;br /&gt;
The main repository configuration file for CentOS is &amp;lt;code&amp;gt;/etc/yum.repos.d/CentOS-Base.repo&amp;lt;/code&amp;gt;. Below is an example configuration for the &amp;amp;quot;base&amp;amp;quot; repository.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;[base]&lt;br /&gt;
name=CentOS-$releasever - Base&lt;br /&gt;
baseurl=http://mirrors.xmission.com/centos/$releasever/os/$basearch/&lt;br /&gt;
gpgcheck=1&lt;br /&gt;
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CentOS supports the &amp;lt;code&amp;gt;ftp://&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;http://&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;https://&amp;lt;/code&amp;gt; protocols in the &amp;lt;code&amp;gt;baseurl&amp;lt;/code&amp;gt; line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;baseurl=ftp://mirrors.xmission.com/centos/$releasever/os/$basearch/&lt;br /&gt;
baseurl=http://mirrors.xmission.com/centos/$releasever/os/$basearch/&lt;br /&gt;
baseurl=https://mirrors.xmission.com/centos/$releasever/os/$basearch/&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Debian ==&lt;br /&gt;
&lt;br /&gt;
The main repository configuration file for Debian is &amp;lt;code&amp;gt;/etc/apt/sources.list&amp;lt;/code&amp;gt;. Below is an example configuration using the Debian Stable release, including the security updates:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;deb http://mirrors.xmission.com/debian/ stable main non-free contrib&lt;br /&gt;
deb-src http://mirrors.xmission.com/debian/ stable main non-free contrib&lt;br /&gt;
deb http://mirrors.xmission.com/debian-security stable/updates main contrib non-free&lt;br /&gt;
deb-src http://mirrors.xmission.com/debian-security stable/updates main contrib non-free&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For Debian to grab packages via SSL using &amp;lt;code&amp;gt;apt(8)&amp;lt;/code&amp;gt;, you need to install the &amp;lt;code&amp;gt;apt-transport-https&amp;lt;/code&amp;gt; package first before changing your URL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;$ sudo aptitude install apt-transport-https&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Debian supports the &amp;lt;code&amp;gt;ftp&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;http&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;https&amp;lt;/code&amp;gt; protocols in the &amp;amp;quot;deb&amp;amp;quot; and &amp;amp;quot;deb-src&amp;amp;quot; lines:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;deb ftp://mirrors.xmission.com/debian/ stable main non-free contrib&lt;br /&gt;
deb http://mirrors.xmission.com/debian/ stable main non-free contrib&lt;br /&gt;
deb https://mirrors.xmission.com/debian/ stable main non-free contrib&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Fedora ==&lt;br /&gt;
&lt;br /&gt;
The main repository configuration file for Fedora is &amp;lt;code&amp;gt;/etc/yum.repos.d/fedora.repo&amp;lt;/code&amp;gt;. Below is an example configuration for the &amp;amp;quot;fedora&amp;amp;quot; repository.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;[fedora]&lt;br /&gt;
name=Fedora $releasever - $basearch&lt;br /&gt;
baseurl=https://mirrors.xmission.com/fedora/linux/releases/$releasever/Everything/$basearch/os/&lt;br /&gt;
enabled=1&lt;br /&gt;
metadata_expire=7d&lt;br /&gt;
gpgcheck=1&lt;br /&gt;
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Fedora supports the &amp;lt;code&amp;gt;ftp://&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;http://&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;https://&amp;lt;/code&amp;gt; protocols in the &amp;lt;code&amp;gt;baseurl&amp;lt;/code&amp;gt; line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;baseurl=ftp://mirrors.xmission.com/fedora/linux/releases/$releasever/Everything/$basearch/os/&lt;br /&gt;
baseurl=http://mirrors.xmission.com/fedora/linux/releases/$releasever/Everything/$basearch/os/&lt;br /&gt;
baseurl=https://mirrors.xmission.com/fedora/linux/releases/$releasever/Everything/$basearch/os/&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Gentoo ==&lt;br /&gt;
&lt;br /&gt;
By default, &amp;lt;code&amp;gt;distfiles.gentoo.org&amp;lt;/code&amp;gt; is used over HTTP. To override the default behavior, and add Xmission as a primary server, you can set the &amp;lt;code&amp;gt;GENTOO_MIRRORS&amp;lt;/code&amp;gt; variable in &amp;lt;code&amp;gt;/etc/portage/make.conf&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GENTOO_MIRRORS=&amp;amp;quot;http://mirrors.xmission.com/gentoo/ ${GENTOO_MIRRORS}&amp;amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Portage supports syncing its tree with &amp;lt;code&amp;gt;ftp&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;http&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;https&amp;lt;/code&amp;gt;, and &amp;lt;code&amp;gt;rsync&amp;lt;/code&amp;gt; in the &amp;lt;code&amp;gt;GENTOO_MIRRORS&amp;lt;/code&amp;gt; variable:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GENTOO_MIRRORS=&amp;amp;quot;ftp://mirrors.xmission.com/gentoo/ ${GENTOO_MIRRORS}&amp;amp;quot;&lt;br /&gt;
GENTOO_MIRRORS=&amp;amp;quot;http://mirrors.xmission.com/gentoo/ ${GENTOO_MIRRORS}&amp;amp;quot;&lt;br /&gt;
GENTOO_MIRRORS=&amp;amp;quot;https://mirrors.xmission.com/gentoo/ ${GENTOO_MIRRORS}&amp;amp;quot;&lt;br /&gt;
GENTOO_MIRRORS=&amp;amp;quot;rsync://mirrors.xmission.com/gentoo/ ${GENTOO_MIRRORS}&amp;amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Ubuntu ==&lt;br /&gt;
&lt;br /&gt;
The main repository configuration file for Ubuntu is &amp;lt;code&amp;gt;/etc/apt/sources.list&amp;lt;/code&amp;gt;. Below is an example configuration using the Ubuntu 12.04 &amp;amp;quot;precise&amp;amp;quot; LTS release, including the security updates:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;deb https://mirrors.xmission.com/ubuntu precise main restricted universe multiverse&lt;br /&gt;
deb-src https://mirrors.xmission.com/ubuntu precise main restricted universe multiverse&lt;br /&gt;
deb https://mirrors.xmission.com/ubuntu precise-updates main restricted universe multiverse&lt;br /&gt;
deb-src https://mirrors.xmission.com/ubuntu precise-updates main restricted universe multiverse&lt;br /&gt;
deb https://mirrors.xmission.com/ubuntu-archive precise main restricted universe multiverse&lt;br /&gt;
deb-src https://mirrors.xmission.com/ubuntu-archive precise main restricted universe multiverse&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For Ubuntu to grab packages via SSL using &amp;lt;code&amp;gt;apt(8)&amp;lt;/code&amp;gt;, you need to install the &amp;lt;code&amp;gt;apt-transport-https&amp;lt;/code&amp;gt; package first before changing your URL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;$ sudo aptitude install apt-transport-https&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ubuntu supports the &amp;lt;code&amp;gt;ftp&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;http&amp;lt;/code&amp;gt;, and &amp;lt;code&amp;gt;https&amp;lt;/code&amp;gt; protocols in the &amp;amp;quot;deb&amp;amp;quot; and &amp;amp;quot;deb-src&amp;amp;quot; lines:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;deb ftp://mirrors.xmission.com/ubuntu precise main restricted universe multiverse&lt;br /&gt;
deb http://mirrors.xmission.com/ubuntu precise main restricted universe multiverse&lt;br /&gt;
deb https://mirrors.xmission.com/ubuntu precise-updates main restricted universe multiverse&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Atoponce</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=Mirrors&amp;diff=6463</id>
		<title>Mirrors</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=Mirrors&amp;diff=6463"/>
		<updated>2014-03-25T19:17:15Z</updated>

		<summary type="html">&lt;p&gt;Atoponce: Much update.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Mirrors =&lt;br /&gt;
&lt;br /&gt;
XMission runs a publicly available software repository, consisting of GNU/Linux and BSD operating systems, popular software applications, such as Firefox and MediaWiki, as well as archives such as Project Gutenberg.&lt;br /&gt;
&lt;br /&gt;
Use of this server is provided free of charge, provided that you find it useful. You are welcome to change your operating system&#039;s repository to point to &amp;amp;quot;mirrors.xmission.com&amp;amp;quot; to get your software updates. At a minimum, the server is updated daily, with some popular software updated more frequently.&lt;br /&gt;
&lt;br /&gt;
The mirrors.xmission.com server is available using the following protocols:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;ftp://mirrors.xmission.com&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;http://mirrors.xmission.com&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;https://mirrors.xmission.com&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;nfs://mirrors.xmission.com/mirrors&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;rsync://mirrors.xmission.com&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you find this server useful, please considering purchasing services from us. See https://xmission.com for more information.&lt;br /&gt;
&lt;br /&gt;
Instructions for how to use mirrors.xmission.com for your operating system are as follows:&lt;br /&gt;
&lt;br /&gt;
== CentOS ==&lt;br /&gt;
&lt;br /&gt;
The main repository configuration file for CentOS is &amp;lt;code&amp;gt;/etc/yum.repos.d/CentOS-Base.repo&amp;lt;/code&amp;gt;. Below is an example configuration for the &amp;amp;quot;base&amp;amp;quot; repository.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;[base]&lt;br /&gt;
name=CentOS-$releasever - Base&lt;br /&gt;
baseurl=http://mirrors.xmission.com/centos/$releasever/os/$basearch/&lt;br /&gt;
gpgcheck=1&lt;br /&gt;
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CentOS supports the &amp;lt;code&amp;gt;ftp://&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;http://&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;https://&amp;lt;/code&amp;gt; protocols in the &amp;lt;code&amp;gt;baseurl&amp;lt;/code&amp;gt; line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;baseurl=ftp://mirrors.xmission.com/centos/$releasever/os/$basearch/&lt;br /&gt;
baseurl=http://mirrors.xmission.com/centos/$releasever/os/$basearch/&lt;br /&gt;
baseurl=https://mirrors.xmission.com/centos/$releasever/os/$basearch/&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Debian ==&lt;br /&gt;
&lt;br /&gt;
The main repository configuration file for Debian is &amp;lt;code&amp;gt;/etc/apt/sources.list&amp;lt;/code&amp;gt;. Below is an example configuration using the Debian Stable release, including the security updates:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;deb http://mirrors.xmission.com/debian/ stable main non-free contrib&lt;br /&gt;
deb-src http://mirrors.xmission.com/debian/ stable main non-free contrib&lt;br /&gt;
deb http://mirrors.xmission.com/debian-security stable/updates main contrib non-free&lt;br /&gt;
deb-src http://mirrors.xmission.com/debian-security stable/updates main contrib non-free&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For Debian to grab packages via SSL using &amp;lt;code&amp;gt;apt(8)&amp;lt;/code&amp;gt;, you need to install the &amp;lt;code&amp;gt;apt-transport-https&amp;lt;/code&amp;gt; package first before changing your URL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;$ sudo aptitude install apt-transport-https&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Debian supports the &amp;lt;code&amp;gt;ftp&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;http&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;https&amp;lt;/code&amp;gt; protocols in the &amp;amp;quot;deb&amp;amp;quot; and &amp;amp;quot;deb-src&amp;amp;quot; lines:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;deb ftp://mirrors.xmission.com/debian/ stable main non-free contrib&lt;br /&gt;
deb http://mirrors.xmission.com/debian/ stable main non-free contrib&lt;br /&gt;
deb https://mirrors.xmission.com/debian/ stable main non-free contrib&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Fedora ==&lt;br /&gt;
&lt;br /&gt;
The main repository configuration file for Fedora is &amp;lt;code&amp;gt;/etc/yum.repos.d/fedora.repo&amp;lt;/code&amp;gt;. Below is an example configuration for the &amp;amp;quot;fedora&amp;amp;quot; repository.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;[fedora]&lt;br /&gt;
name=Fedora $releasever - $basearch&lt;br /&gt;
baseurl=https://mirrors.xmission.com/fedora/linux/releases/$releasever/Everything/$basearch/os/&lt;br /&gt;
enabled=1&lt;br /&gt;
metadata_expire=7d&lt;br /&gt;
gpgcheck=1&lt;br /&gt;
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Fedora supports the &amp;lt;code&amp;gt;ftp://&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;http://&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;https://&amp;lt;/code&amp;gt; protocols in the &amp;lt;code&amp;gt;baseurl&amp;lt;/code&amp;gt; line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;baseurl=ftp://mirrors.xmission.com/fedora/linux/releases/$releasever/Everything/$basearch/os/&lt;br /&gt;
baseurl=http://mirrors.xmission.com/fedora/linux/releases/$releasever/Everything/$basearch/os/&lt;br /&gt;
baseurl=https://mirrors.xmission.com/fedora/linux/releases/$releasever/Everything/$basearch/os/&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Gentoo ==&lt;br /&gt;
&lt;br /&gt;
Portage supports syncing its tree with &amp;lt;code&amp;gt;ftp&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;http&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;https&amp;lt;/code&amp;gt;, and &amp;lt;code&amp;gt;rsync&amp;lt;/code&amp;gt;. By default, &amp;lt;code&amp;gt;distfiles.gentoo.org&amp;lt;/code&amp;gt; is used over HTTP. To override the default behavior, and add Xmission as a primary server, you can set the &amp;lt;code&amp;gt;GENTOO_MIRRORS&amp;lt;/code&amp;gt; variable in &amp;lt;code&amp;gt;/etc/portage/make.conf&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GENTOO_MIRRORS=&amp;amp;quot;ftp://mirrors.xmission.com/gentoo/ ${GENTOO_MIRRORS}&amp;amp;quot;&lt;br /&gt;
GENTOO_MIRRORS=&amp;amp;quot;http://mirrors.xmission.com/gentoo/ ${GENTOO_MIRRORS}&amp;amp;quot;&lt;br /&gt;
GENTOO_MIRRORS=&amp;amp;quot;https://mirrors.xmission.com/gentoo/ ${GENTOO_MIRRORS}&amp;amp;quot;&lt;br /&gt;
GENTOO_MIRRORS=&amp;amp;quot;rsync://mirrors.xmission.com/gentoo/ ${GENTOO_MIRRORS}&amp;amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Ubuntu ==&lt;br /&gt;
&lt;br /&gt;
The main repository configuration file for Ubuntu is &amp;lt;code&amp;gt;/etc/apt/sources.list&amp;lt;/code&amp;gt;. Below is an example configuration using the Ubuntu 12.04 &amp;amp;quot;precise&amp;amp;quot; LTS release, including the security updates:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;deb https://mirrors.xmission.com/ubuntu precise main restricted universe multiverse&lt;br /&gt;
deb-src https://mirrors.xmission.com/ubuntu precise main restricted universe multiverse&lt;br /&gt;
deb https://mirrors.xmission.com/ubuntu precise-updates main restricted universe multiverse&lt;br /&gt;
deb-src https://mirrors.xmission.com/ubuntu precise-updates main restricted universe multiverse&lt;br /&gt;
deb https://mirrors.xmission.com/ubuntu-archive precise main restricted universe multiverse&lt;br /&gt;
deb-src https://mirrors.xmission.com/ubuntu-archive precise main restricted universe multiverse&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For Ubuntu to grab packages via SSL using &amp;lt;code&amp;gt;apt(8)&amp;lt;/code&amp;gt;, you need to install the &amp;lt;code&amp;gt;apt-transport-https&amp;lt;/code&amp;gt; package first before changing your URL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;$ sudo aptitude install apt-transport-https&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ubuntu supports the &amp;lt;code&amp;gt;ftp&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;http&amp;lt;/code&amp;gt;, and &amp;lt;code&amp;gt;https&amp;lt;/code&amp;gt; protocols in the &amp;amp;quot;deb&amp;amp;quot; and &amp;amp;quot;deb-src&amp;amp;quot; lines:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;deb ftp://mirrors.xmission.com/ubuntu precise main restricted universe multiverse&lt;br /&gt;
deb http://mirrors.xmission.com/ubuntu precise main restricted universe multiverse&lt;br /&gt;
deb https://mirrors.xmission.com/ubuntu precise-updates main restricted universe multiverse&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Atoponce</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=Mirrors&amp;diff=6462</id>
		<title>Mirrors</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=Mirrors&amp;diff=6462"/>
		<updated>2014-03-25T17:29:26Z</updated>

		<summary type="html">&lt;p&gt;Atoponce: formatting updates&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Mirrors =&lt;br /&gt;
&lt;br /&gt;
XMission runs a publicly available software repository, consisting of GNU/Linux and BSD operating systems, popular software applications, such as Firefox and MediaWiki, as well as archives such as Project Gutenberg.&lt;br /&gt;
&lt;br /&gt;
Use of this server is provided free of charge, provided that you find it useful. You are welcome to change your operating system&#039;s repository to point to &amp;amp;quot;mirrors.xmission.com&amp;amp;quot; to get your software updates. At a minimum, the server is updated daily, with some popular software updated more frequently.&lt;br /&gt;
&lt;br /&gt;
The mirrors.xmission.com server is available using the following protocols:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;ftp://mirrors.xmission.com&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;http://mirrors.xmission.com&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;https://mirrors.xmission.com&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;nfs://mirrors.xmission.com/mirrors&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;rsync://mirrors.xmission.com&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you find this server useful, please considering purchasing services from us. See https://xmission.com for more information.&lt;br /&gt;
&lt;br /&gt;
== SSL ==&lt;br /&gt;
&lt;br /&gt;
https://mirrors.xmission.com is available using SSL. This means that you can get your package updates optionally over SSL. Below are setup instructions for various operating systems.&lt;br /&gt;
&lt;br /&gt;
=== CentOS ===&lt;br /&gt;
&lt;br /&gt;
CentOS has all the necessary configuration needed to grab packages via &amp;lt;code&amp;gt;yum(8)&amp;lt;/code&amp;gt; with no additional configuration. All that is needed is for you to change &amp;lt;code&amp;gt;http&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;https&amp;lt;/code&amp;gt; in your &amp;lt;code&amp;gt;/etc/yum.repos.d/CentOS-Base.repo&amp;lt;/code&amp;gt; file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;[base]&lt;br /&gt;
name=CentOS-$releasever - Base&lt;br /&gt;
baseurl=https://mirrors.xmission.com/centos/$releasever/os/$basearch/&lt;br /&gt;
gpgcheck=1&lt;br /&gt;
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6&lt;br /&gt;
&lt;br /&gt;
[updates]&lt;br /&gt;
name=CentOS-$releasever - Updates&lt;br /&gt;
baseurl=https://mirrors.xmission.com/centos/$releasever/updates/$basearch/&lt;br /&gt;
gpgcheck=1&lt;br /&gt;
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6&lt;br /&gt;
&lt;br /&gt;
[extras]&lt;br /&gt;
name=CentOS-$releasever - Extras&lt;br /&gt;
baseurl=https://mirrors.xmission.com/centos/$releasever/extras/$basearch/&lt;br /&gt;
gpgcheck=1&lt;br /&gt;
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6&amp;lt;/pre&amp;gt;&lt;br /&gt;
=== Debian ===&lt;br /&gt;
&lt;br /&gt;
For Debian to grab packages via SSL using &amp;lt;code&amp;gt;apt(8)&amp;lt;/code&amp;gt;, you need to install the &amp;lt;code&amp;gt;apt-transport-https&amp;lt;/code&amp;gt; package first before changing your URL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;$ sudo aptitude install apt-transport-https&amp;lt;/pre&amp;gt;&lt;br /&gt;
Now edit your &amp;lt;code&amp;gt;/etc/apt/sources.list&amp;lt;/code&amp;gt;. Below is an example using Debian stable:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;deb https://mirrors.xmission.com/debian/ stable main non-free contrib&lt;br /&gt;
deb-src https://mirrors.xmission.com/debian/ stable main non-free contrib&lt;br /&gt;
deb https://mirrors.xmission.com/debian-security stable/updates main contrib non-free&lt;br /&gt;
deb-src https://mirrors.xmission.com/debian-security stable/updates main contrib non-free&amp;lt;/pre&amp;gt;&lt;br /&gt;
=== Fedora ===&lt;br /&gt;
&lt;br /&gt;
Fedora has all the necessary configuration needed to grab packages via &amp;lt;code&amp;gt;yum(8)&amp;lt;/code&amp;gt; with no additional configuration. All that is needed is for you to change &amp;lt;code&amp;gt;http&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;https&amp;lt;/code&amp;gt; in your &amp;lt;code&amp;gt;/etc/yum.repos.d/fedora.repo&amp;lt;/code&amp;gt; file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;[fedora]&lt;br /&gt;
name=Fedora $releasever - $basearch&lt;br /&gt;
baseurl=https://mirrors.xmission.com/fedora/linux/releases/$releasever/Everything/$basearch/os/&lt;br /&gt;
enabled=1&lt;br /&gt;
metadata_expire=7d&lt;br /&gt;
gpgcheck=1&lt;br /&gt;
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch&amp;lt;/pre&amp;gt;&lt;br /&gt;
=== Gentoo ===&lt;br /&gt;
&lt;br /&gt;
Gentoo has all the necessary software needed to grab packages via &amp;lt;code&amp;gt;emerge(1)&amp;lt;/code&amp;gt; with no additional configuration. All that is needed is for you to change &amp;lt;code&amp;gt;http&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;https&amp;lt;/code&amp;gt; in your &amp;lt;code&amp;gt;/etc/portage/make.conf&amp;lt;/code&amp;gt; file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GENTOO_MIRRORS=&amp;amp;quot;https://mirrors.xmission.com/gentoo/ ${GENTOO_MIRRORS}&amp;amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
=== Ubuntu ===&lt;br /&gt;
&lt;br /&gt;
For Ubuntu to grab packages via SSL using &amp;lt;code&amp;gt;apt(8)&amp;lt;/code&amp;gt;, you need to install the &amp;lt;code&amp;gt;apt-transport-https&amp;lt;/code&amp;gt; package first before changing your URL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;$ sudo aptitude install apt-transport-https&amp;lt;/pre&amp;gt;&lt;br /&gt;
Now edit your &amp;lt;code&amp;gt;/etc/apt/sources.list&amp;lt;/code&amp;gt;. Below is an example using Ubuntu 12.04 LTS:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;deb https://mirrors.xmission.com/ubuntu precise main restricted universe multiverse&lt;br /&gt;
deb-src https://mirrors.xmission.com/ubuntu precise main restricted universe multiverse&lt;br /&gt;
deb https://mirrors.xmission.com/ubuntu precise-updates main restricted universe multiverse&lt;br /&gt;
deb-src https://mirrors.xmission.com/ubuntu precise-updates main restricted universe multiverse&lt;br /&gt;
deb https://mirrors.xmission.com/ubuntu-archive precise main restricted universe multiverse&lt;br /&gt;
deb-src https://mirrors.xmission.com/ubuntu-archive precise main restricted universe multiverse&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Atoponce</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=Mirrors&amp;diff=6461</id>
		<title>Mirrors</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=Mirrors&amp;diff=6461"/>
		<updated>2014-03-25T17:26:40Z</updated>

		<summary type="html">&lt;p&gt;Atoponce: Created&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Mirrors =&lt;br /&gt;
&lt;br /&gt;
XMission runs a publicly available software repository, consisting of GNU/Linux and BSD operating systems, popular software applications, such as Firefox and MediaWiki, as well as archives such as Project Gutenberg.&lt;br /&gt;
&lt;br /&gt;
Use of this server is provided free of charge, provided that you find it useful. You are welcome to change your operating system&#039;s repository to point to &amp;amp;quot;mirrors.xmission.com&amp;amp;quot; to get your software updates. At a minimum, the server is updated daily, with some popular software updated more frequently.&lt;br /&gt;
&lt;br /&gt;
The mirrors.xmission.com server is available using the following protocols:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;* ftp://mirrors.xmission.com&lt;br /&gt;
* http://mirrors.xmission.com&lt;br /&gt;
* https://mirrors.xmission.com&lt;br /&gt;
* nfs://mirrors.xmission.com/mirrors&lt;br /&gt;
* rsync://mirrors.xmission.com&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
If you find this server useful, please considering purchasing services from us. See https://xmission.com for more information.&lt;br /&gt;
&lt;br /&gt;
== SSL ==&lt;br /&gt;
&lt;br /&gt;
https://mirrors.xmission.com is available using SSL. This means that you can get your package updates optionally over SSL. Below are setup instructions for various operating systems.&lt;br /&gt;
&lt;br /&gt;
=== CentOS ===&lt;br /&gt;
&lt;br /&gt;
CentOS has all the necessary configuration needed to grab packages via &amp;lt;code&amp;gt;yum(8)&amp;lt;/code&amp;gt; with no additional configuration. All that is needed is for you to change &amp;lt;code&amp;gt;http&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;https&amp;lt;/code&amp;gt; in your &amp;lt;code&amp;gt;/etc/yum.repos.d/CentOS-Base.repo&amp;lt;/code&amp;gt; file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;[base]&lt;br /&gt;
name=CentOS-$releasever - Base&lt;br /&gt;
baseurl=https://mirrors.xmission.com/centos/$releasever/os/$basearch/&lt;br /&gt;
gpgcheck=1&lt;br /&gt;
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6&lt;br /&gt;
&lt;br /&gt;
[updates]&lt;br /&gt;
name=CentOS-$releasever - Updates&lt;br /&gt;
baseurl=https://mirrors.xmission.com/centos/$releasever/updates/$basearch/&lt;br /&gt;
gpgcheck=1&lt;br /&gt;
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6&lt;br /&gt;
&lt;br /&gt;
[extras]&lt;br /&gt;
name=CentOS-$releasever - Extras&lt;br /&gt;
baseurl=https://mirrors.xmission.com/centos/$releasever/extras/$basearch/&lt;br /&gt;
gpgcheck=1&lt;br /&gt;
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6&amp;lt;/pre&amp;gt;&lt;br /&gt;
=== Debian ===&lt;br /&gt;
&lt;br /&gt;
For Debian to grab packages via SSL using &amp;lt;code&amp;gt;apt(8)&amp;lt;/code&amp;gt;, you need to install the &amp;lt;code&amp;gt;apt-transport-https&amp;lt;/code&amp;gt; package first before changing your URL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;$ sudo aptitude install apt-transport-https&amp;lt;/pre&amp;gt;&lt;br /&gt;
Now edit your &amp;lt;code&amp;gt;/etc/apt/sources.list&amp;lt;/code&amp;gt;. Below is an example using Debian stable:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;deb https://mirrors.xmission.com/debian/ stable main non-free contrib&lt;br /&gt;
deb-src https://mirrors.xmission.com/debian/ stable main non-free contrib&lt;br /&gt;
deb https://mirrors.xmission.com/debian-security stable/updates main contrib non-free&lt;br /&gt;
deb-src https://mirrors.xmission.com/debian-security stable/updates main contrib non-free&amp;lt;/pre&amp;gt;&lt;br /&gt;
=== Fedora ===&lt;br /&gt;
&lt;br /&gt;
Fedora has all the necessary configuration needed to grab packages via &amp;lt;code&amp;gt;yum(8)&amp;lt;/code&amp;gt; with no additional configuration. All that is needed is for you to change &amp;lt;code&amp;gt;http&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;https&amp;lt;/code&amp;gt; in your &amp;lt;code&amp;gt;/etc/yum.repos.d/fedora.repo&amp;lt;/code&amp;gt; file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;[fedora]&lt;br /&gt;
name=Fedora $releasever - $basearch&lt;br /&gt;
baseurl=https://mirrors.xmission.com/fedora/linux/releases/$releasever/Everything/$basearch/os/&lt;br /&gt;
enabled=1&lt;br /&gt;
metadata_expire=7d&lt;br /&gt;
gpgcheck=1&lt;br /&gt;
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch&amp;lt;/pre&amp;gt;&lt;br /&gt;
=== Gentoo ===&lt;br /&gt;
&lt;br /&gt;
Gentoo has all the necessary software needed to grab packages via &amp;lt;code&amp;gt;emerge(1)&amp;lt;/code&amp;gt; with no additional configuration. All that is needed is for you to change &amp;lt;code&amp;gt;http&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;https&amp;lt;/code&amp;gt; in your &amp;lt;code&amp;gt;/etc/portage/make.conf&amp;lt;/code&amp;gt; file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GENTOO_MIRRORS=&amp;amp;quot;https://mirrors.xmission.com/gentoo/ ${GENTOO_MIRRORS}&amp;amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
=== Ubuntu ===&lt;br /&gt;
&lt;br /&gt;
For Ubuntu to grab packages via SSL using &amp;lt;code&amp;gt;apt(8)&amp;lt;/code&amp;gt;, you need to install the &amp;lt;code&amp;gt;apt-transport-https&amp;lt;/code&amp;gt; package first before changing your URL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;$ sudo aptitude install apt-transport-https&amp;lt;/pre&amp;gt;&lt;br /&gt;
Now edit your &amp;lt;code&amp;gt;/etc/apt/sources.list&amp;lt;/code&amp;gt;. Below is an example using Ubuntu 12.04 LTS:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;deb https://mirrors.xmission.com/ubuntu precise main restricted universe multiverse&lt;br /&gt;
deb-src https://mirrors.xmission.com/ubuntu precise main restricted universe multiverse&lt;br /&gt;
deb https://mirrors.xmission.com/ubuntu precise-updates main restricted universe multiverse&lt;br /&gt;
deb-src https://mirrors.xmission.com/ubuntu precise-updates main restricted universe multiverse&lt;br /&gt;
deb https://mirrors.xmission.com/ubuntu-archive precise main restricted universe multiverse&lt;br /&gt;
deb-src https://mirrors.xmission.com/ubuntu-archive precise main restricted universe multiverse&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Atoponce</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=Hosted_Email:Windows_Mobile&amp;diff=5528</id>
		<title>Hosted Email:Windows Mobile</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=Hosted_Email:Windows_Mobile&amp;diff=5528"/>
		<updated>2013-09-19T05:02:52Z</updated>

		<summary type="html">&lt;p&gt;Atoponce: Combine last bullet point to previous&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h3&amp;gt;Linking your email account with your inbox&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Windows Phone 8 allows you to link multiple account to show up in a single inbox.&lt;br /&gt;
&lt;br /&gt;
*Click on your Mail app&lt;br /&gt;
&lt;br /&gt;
*Click on &amp;quot;...&amp;quot; in the bottom right corner&lt;br /&gt;
&lt;br /&gt;
*Select &amp;quot;Linked Inboxes&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*From here you can choose what email account you want to show up in your linked inbox.&lt;br /&gt;
&lt;br /&gt;
== Windows Mobile ==&lt;br /&gt;
&lt;br /&gt;
Windows Mobile has native ActiveSync support and typically works extremely well with XMission Premium Zimbra Suite.&lt;br /&gt;
&lt;br /&gt;
Based on the number number of manufacturers of Windows Mobile devices and variety of configurations available specific documentation by model and configuration is not possible. &lt;br /&gt;
&lt;br /&gt;
Once you verify that ActiveSync has not been disableed on the device, we recommend using the standard configuration details, [http://wiki.xmission.com/index.php/General_Email_Settings General Email Settings] and follow the guideline below for configuring ActiveSync.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;General instructions for ActiveSync on Windows Mobile, version 5.0 or greater.&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1. On your Windows Mobile device click &#039;&#039;&#039;Start&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
2. Navigate to &#039;&#039;&#039;Programs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
3. Select &#039;&#039;&#039;ActiveSync&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
4. Click &#039;&#039;&#039;Menu&#039;&#039;&#039; in the bottom right corner &lt;br /&gt;
&lt;br /&gt;
5. Click &#039;&#039;&#039;Add Server Source&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
6. Enter &#039;&#039;&#039;Server Information&#039;&#039;&#039;&lt;br /&gt;
* Server Address: zimbra.xmission.com&lt;br /&gt;
* Check &amp;quot;This server requires an encrypted (SSL) connection&lt;br /&gt;
&lt;br /&gt;
7. Click &#039;&#039;&#039;Next&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
8. Enter &#039;&#039;&#039;Server Information&#039;&#039;&#039;&lt;br /&gt;
* Username: XMission Zimbra email address &lt;br /&gt;
* Password: Your Password &lt;br /&gt;
* Domain: &#039;&#039;Leave domain field blank&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
9. Click &#039;&#039;&#039;Next&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
10. Verify all options are checked&lt;br /&gt;
&lt;br /&gt;
11. Click &#039;&#039;&#039;Finish&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Your Windows Mobile device may have optional applications for calendaring, contacts, documents, and possible options for tasks and briefcase functionality. Please follow configuration details for those applications and enter the appropriate XMission Zimbra server information where prompted.&lt;br /&gt;
&lt;br /&gt;
== Windows Phone 7/8 ==&lt;br /&gt;
1. Tap on Settings, :[[Image:wp11.jpg]] go to &#039;&#039;emails+accounts&#039;&#039;, tap on &#039;&#039;add an account&#039;&#039;, and tap &#039;&#039;other account&#039;&#039;.&lt;br /&gt;
:[[Image:wp1.jpg]] :[[Image:wp2.jpg]] :[[Image:wp3.jpg]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
2.  Fill in your Zimbra email and password. Once you tap &#039;&#039;sign in&#039;&#039;, it may not find your email account outright, so you may need to tap the &#039;&#039;advanced&#039;&#039; button:&lt;br /&gt;
:[[Image:wp4.jpg]] :[[Image:wp5.jpg]] :[[Image:wp6.jpg]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
4. Tap on &#039;&#039;Internet email&#039;&#039; and fill in your information, then tap &#039;&#039;sign in&#039;&#039;, and it will return you to the &#039;&#039;emails+accounts&#039;&#039; page.&lt;br /&gt;
:[[Image:wp7.jpg]] :[[Image:wp8.jpg]] :[[Image:wp9.jpg]] :[[Image:wp10.jpg]]&lt;/div&gt;</summary>
		<author><name>Atoponce</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=Hosted_Email:Windows_Mobile&amp;diff=5527</id>
		<title>Hosted Email:Windows Mobile</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=Hosted_Email:Windows_Mobile&amp;diff=5527"/>
		<updated>2013-09-19T05:01:40Z</updated>

		<summary type="html">&lt;p&gt;Atoponce: Remove redundancy&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h3&amp;gt;Linking your email account with your inbox&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Windows Phone 8 allows you to link multiple account to show up in a single inbox.&lt;br /&gt;
&lt;br /&gt;
*Click on your Mail app&lt;br /&gt;
&lt;br /&gt;
*Click on &amp;quot;...&amp;quot; in the bottom right corner&lt;br /&gt;
&lt;br /&gt;
*Select &amp;quot;Linked Inboxes&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*From here you can choose what email account you want to show up in your linked inbox.&lt;br /&gt;
&lt;br /&gt;
== Windows Mobile ==&lt;br /&gt;
&lt;br /&gt;
Windows Mobile has native ActiveSync support and typically works extremely well with XMission Premium Zimbra Suite.&lt;br /&gt;
&lt;br /&gt;
Based on the number number of manufacturers of Windows Mobile devices and variety of configurations available specific documentation by model and configuration is not possible. &lt;br /&gt;
&lt;br /&gt;
Once you verify that ActiveSync has not been disableed on the device, we recommend using the standard configuration details, [http://wiki.xmission.com/index.php/General_Email_Settings General Email Settings] and follow the guideline below for configuring ActiveSync.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;General instructions for ActiveSync on Windows Mobile, version 5.0 or greater.&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1. On your Windows Mobile device click &#039;&#039;&#039;Start&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
2. Navigate to &#039;&#039;&#039;Programs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
3. Select &#039;&#039;&#039;ActiveSync&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
4. Click &#039;&#039;&#039;Menu&#039;&#039;&#039; in the bottom right corner &lt;br /&gt;
&lt;br /&gt;
5. Click &#039;&#039;&#039;Add Server Source&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
6. Enter &#039;&#039;&#039;Server Information&#039;&#039;&#039;&lt;br /&gt;
* Server Address: zimbra.xmission.com&lt;br /&gt;
* Check &amp;quot;This server requires an encrypted (SSL) connection&lt;br /&gt;
&lt;br /&gt;
7. Click &#039;&#039;&#039;Next&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
8. Enter &#039;&#039;&#039;Server Information&#039;&#039;&#039;&lt;br /&gt;
* Username: XMission Zimbra email address &lt;br /&gt;
* Password: Your Password &lt;br /&gt;
* Domain: &#039;&#039;Leave domain field blank&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
9. Click &#039;&#039;&#039;Next&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
10. Verify all options are checked&lt;br /&gt;
&lt;br /&gt;
11. Click &#039;&#039;&#039;Finish&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Your Windows Mobile device may have optional applications for calendaring, contacts, documents, and possible options for tasks and briefcase functionality. Please follow configuration details for those applications and enter the appropriate XMission Zimbra server information where prompted.&lt;br /&gt;
&lt;br /&gt;
== Windows Phone 7/8 ==&lt;br /&gt;
1. Tap on Settings, :[[Image:wp11.jpg]] go to &#039;&#039;emails+accounts&#039;&#039;, tap on &#039;&#039;add an account&#039;&#039;, and tap &#039;&#039;other account&#039;&#039;.&lt;br /&gt;
:[[Image:wp1.jpg]] :[[Image:wp2.jpg]] :[[Image:wp3.jpg]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
2.  Fill in your Zimbra email and password. Once you tap &#039;&#039;sign in&#039;&#039;, it may not find your email account outright, so you may need to tap the &#039;&#039;advanced&#039;&#039; button:&lt;br /&gt;
:[[Image:wp4.jpg]] :[[Image:wp5.jpg]] :[[Image:wp6.jpg]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
4. Tap on &#039;&#039;Internet email&#039;&#039; and fill in your information:&lt;br /&gt;
:[[Image:wp7.jpg]] :[[Image:wp8.jpg]] :[[Image:wp9.jpg]] :[[Image:wp10.jpg]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
5. Tap &#039;&#039;sign in&#039;&#039; and it will return you to the &#039;&#039;emails+accounts&#039;&#039; page.&lt;/div&gt;</summary>
		<author><name>Atoponce</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=Hosted_Email:Windows_Mobile&amp;diff=5526</id>
		<title>Hosted Email:Windows Mobile</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=Hosted_Email:Windows_Mobile&amp;diff=5526"/>
		<updated>2013-09-19T05:00:57Z</updated>

		<summary type="html">&lt;p&gt;Atoponce: /* Windows Phone 7/8 */ Revise page, so instructions for Windows Phone 7/8 screen shots fit better.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h3&amp;gt;Linking your email account with your inbox&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Windows Phone 8 allows you to link multiple account to show up in a single inbox.&lt;br /&gt;
&lt;br /&gt;
*Click on your Mail app&lt;br /&gt;
&lt;br /&gt;
*Click on &amp;quot;...&amp;quot; in the bottom right corner&lt;br /&gt;
&lt;br /&gt;
*Select &amp;quot;Linked Inboxes&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*From here you can choose what email account you want to show up in your linked inbox.&lt;br /&gt;
&lt;br /&gt;
== Windows Mobile ==&lt;br /&gt;
&lt;br /&gt;
Windows Mobile has native ActiveSync support and typically works extremely well with XMission Premium Zimbra Suite.&lt;br /&gt;
&lt;br /&gt;
Based on the number number of manufacturers of Windows Mobile devices and variety of configurations available specific documentation by model and configuration is not possible. &lt;br /&gt;
&lt;br /&gt;
Once you verify that ActiveSync has not been disableed on the device, we recommend using the standard configuration details, [http://wiki.xmission.com/index.php/General_Email_Settings General Email Settings] and follow the guideline below for configuring ActiveSync.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;General instructions for ActiveSync on Windows Mobile, version 5.0 or greater.&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1. On your Windows Mobile device click &#039;&#039;&#039;Start&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
2. Navigate to &#039;&#039;&#039;Programs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
3. Select &#039;&#039;&#039;ActiveSync&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
4. Click &#039;&#039;&#039;Menu&#039;&#039;&#039; in the bottom right corner &lt;br /&gt;
&lt;br /&gt;
5. Click &#039;&#039;&#039;Add Server Source&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
6. Enter &#039;&#039;&#039;Server Information&#039;&#039;&#039;&lt;br /&gt;
* Server Address: zimbra.xmission.com&lt;br /&gt;
* Check &amp;quot;This server requires an encrypted (SSL) connection&lt;br /&gt;
&lt;br /&gt;
7. Click &#039;&#039;&#039;Next&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
8. Enter &#039;&#039;&#039;Server Information&#039;&#039;&#039;&lt;br /&gt;
* Username: XMission Zimbra email address &lt;br /&gt;
* Password: Your Password &lt;br /&gt;
* Domain: &#039;&#039;Leave domain field blank&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
9. Click &#039;&#039;&#039;Next&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
10. Verify all options are checked&lt;br /&gt;
&lt;br /&gt;
11. Click &#039;&#039;&#039;Finish&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Your Windows Mobile device may have optional applications for calendaring, contacts, documents, and possible options for tasks and briefcase functionality. Please follow configuration details for those applications and enter the appropriate XMission Zimbra server information where prompted.&lt;br /&gt;
&lt;br /&gt;
== Windows Phone 7/8 ==&lt;br /&gt;
1. Tap on Settings, :[[Image:wp11.jpg]] go to &#039;&#039;emails+accounts&#039;&#039;, tap on &#039;&#039;add an account&#039;&#039;, and tap &#039;&#039;other account&#039;&#039;.&lt;br /&gt;
:[[Image:wp1.jpg]] :[[Image:wp2.jpg]] :[[Image:wp3.jpg]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
2.  Fill in your Zimbra email and password. Once you tap &#039;&#039;sign in&#039;&#039;, it may not find your email account outright, so you may need to tap the &#039;&#039;advanced&#039;&#039; button:&lt;br /&gt;
:[[Image:wp4.jpg]] :[[Image:wp5.jpg]] :[[Image:wp6.jpg]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
4. Tap on &#039;&#039;Internet email&#039;&#039; and fill in your information:&lt;br /&gt;
:[[Image:wp7.jpg]] :[[Image:wp8.jpg]] :[[Image:wp9.jpg]] :[[Image:wp10.jpg]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
5. Tap &#039;&#039;sign in&#039;&#039; and it will return you to the &#039;&#039;emails+accounts&#039;&#039; page.&lt;br /&gt;
&lt;br /&gt;
== Windows Mobile ==&lt;br /&gt;
&lt;br /&gt;
Windows Mobile has native ActiveSync support and typically works extremely well with XMission Premium Zimbra Suite.&lt;br /&gt;
&lt;br /&gt;
Based on the number number of manufacturers of Windows Mobile devices and variety of configurations available specific documentation by model and configuration is not possible. &lt;br /&gt;
&lt;br /&gt;
Once you verify that ActiveSync has not been disableed on the device, we recommend using the standard configuration details, [http://wiki.xmission.com/index.php/General_Email_Settings General Email Settings] and follow the guideline below for configuring ActiveSync.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;General instructions for ActiveSync on Windows Mobile, version 5.0 or greater.&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1. On your Windows Mobile device click &#039;&#039;&#039;Start&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
2. Navigate to &#039;&#039;&#039;Programs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
3. Select &#039;&#039;&#039;ActiveSync&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
4. Click &#039;&#039;&#039;Menu&#039;&#039;&#039; in the bottom right corner &lt;br /&gt;
&lt;br /&gt;
5. Click &#039;&#039;&#039;Add Server Source&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
6. Enter &#039;&#039;&#039;Server Information&#039;&#039;&#039;&lt;br /&gt;
* Server Address: zimbra.xmission.com&lt;br /&gt;
* Check &amp;quot;This server requires an encrypted (SSL) connection&lt;br /&gt;
&lt;br /&gt;
7. Click &#039;&#039;&#039;Next&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
8. Enter &#039;&#039;&#039;Server Information&#039;&#039;&#039;&lt;br /&gt;
* Username: XMission Zimbra email address &lt;br /&gt;
* Password: Your Password &lt;br /&gt;
* Domain: &#039;&#039;Leave domain field blank&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
9. Click &#039;&#039;&#039;Next&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
10. Verify all options are checked&lt;br /&gt;
&lt;br /&gt;
11. Click &#039;&#039;&#039;Finish&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Your Windows Mobile device may have optional applications for calendaring, contacts, documents, and possible options for tasks and briefcase functionality. Please follow configuration details for those applications and enter the appropriate XMission Zimbra server information where prompted.&lt;/div&gt;</summary>
		<author><name>Atoponce</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=File:Wp11.jpg&amp;diff=5525</id>
		<title>File:Wp11.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=File:Wp11.jpg&amp;diff=5525"/>
		<updated>2013-09-19T04:46:45Z</updated>

		<summary type="html">&lt;p&gt;Atoponce: Atoponce uploaded a new version of &amp;amp;quot;File:Wp11.jpg&amp;amp;quot;: 30% the original size.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Atoponce</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=File:Wp10.jpg&amp;diff=5524</id>
		<title>File:Wp10.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=File:Wp10.jpg&amp;diff=5524"/>
		<updated>2013-09-19T04:46:22Z</updated>

		<summary type="html">&lt;p&gt;Atoponce: Atoponce uploaded a new version of &amp;amp;quot;File:Wp10.jpg&amp;amp;quot;: 30% the original size.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Atoponce</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=File:Wp9.jpg&amp;diff=5523</id>
		<title>File:Wp9.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=File:Wp9.jpg&amp;diff=5523"/>
		<updated>2013-09-19T04:46:00Z</updated>

		<summary type="html">&lt;p&gt;Atoponce: Atoponce uploaded a new version of &amp;amp;quot;File:Wp9.jpg&amp;amp;quot;: 30% the original size.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Atoponce</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=File:Wp8.jpg&amp;diff=5522</id>
		<title>File:Wp8.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=File:Wp8.jpg&amp;diff=5522"/>
		<updated>2013-09-19T04:45:30Z</updated>

		<summary type="html">&lt;p&gt;Atoponce: Atoponce uploaded a new version of &amp;amp;quot;File:Wp8.jpg&amp;amp;quot;: 30% the original size.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Atoponce</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=File:Wp7.jpg&amp;diff=5521</id>
		<title>File:Wp7.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=File:Wp7.jpg&amp;diff=5521"/>
		<updated>2013-09-19T04:45:07Z</updated>

		<summary type="html">&lt;p&gt;Atoponce: Atoponce uploaded a new version of &amp;amp;quot;File:Wp7.jpg&amp;amp;quot;: 30% the original size.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Atoponce</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=File:Wp6.jpg&amp;diff=5520</id>
		<title>File:Wp6.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=File:Wp6.jpg&amp;diff=5520"/>
		<updated>2013-09-19T04:44:37Z</updated>

		<summary type="html">&lt;p&gt;Atoponce: Atoponce uploaded a new version of &amp;amp;quot;File:Wp6.jpg&amp;amp;quot;: 30% the original size.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Atoponce</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=File:Wp5.jpg&amp;diff=5519</id>
		<title>File:Wp5.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=File:Wp5.jpg&amp;diff=5519"/>
		<updated>2013-09-19T04:44:10Z</updated>

		<summary type="html">&lt;p&gt;Atoponce: Atoponce uploaded a new version of &amp;amp;quot;File:Wp5.jpg&amp;amp;quot;: 30% the original size.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Atoponce</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=File:Wp4.jpg&amp;diff=5518</id>
		<title>File:Wp4.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=File:Wp4.jpg&amp;diff=5518"/>
		<updated>2013-09-19T04:43:44Z</updated>

		<summary type="html">&lt;p&gt;Atoponce: Atoponce uploaded a new version of &amp;amp;quot;File:Wp4.jpg&amp;amp;quot;: 30% the original size.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Atoponce</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=File:Wp3.jpg&amp;diff=5517</id>
		<title>File:Wp3.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=File:Wp3.jpg&amp;diff=5517"/>
		<updated>2013-09-19T04:43:12Z</updated>

		<summary type="html">&lt;p&gt;Atoponce: Atoponce uploaded a new version of &amp;amp;quot;File:Wp3.jpg&amp;amp;quot;: 30% the original size.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Atoponce</name></author>
	</entry>
</feed>