<?xml version="1.0" encoding="UTF-8" ?>
<!-- autoconfig file for mozilla thunderbird -->
<clientConfig version="1.1">
	<emailProvider id="vioma.de">
		
		<domain>vioma.de</domain>
		<displayName>vioma GmbH Mail Exchange</displayName>
		<displayShortName>vioma</displayShortName>

		<incomingServer type='imap'>
			<hostname>service-imaps.viomassl.com</hostname>
			<port>993</port>
			<socketType>SSL</socketType>
			<authentication>password-encrypted</authentication>
			<username>%EMAILADDRESS%</username>
		</incomingServer>

		<incomingServer type='pop3'>
			<hostname>service-pop3s.viomassl.com</hostname>
			<port>995</port>
			<socketType>SSL</socketType>
			<authentication>password-cleartext</authentication>
			<username>%EMAILADDRESS%</username>
		</incomingServer>

		<outgoingServer type='smtp'>
			<hostname>service-smtps.viomassl.com</hostname>
			<port>465</port>
			<socketType>SSL</socketType>
			<authentication>password-encrypted</authentication>
			<username>%EMAILADDRESS%</username>
		</outgoingServer>

		<documentation url='http://www.vioma.de/de/support/hosting//'>
			<descr lang='de'>vioma GmbH Hosting Support</descr>
		</documentation>

	</emailProvider>
</clientConfig>
