<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Computerline NOC Blog &#187; parallels</title>
	<atom:link href="http://blog.computerline.ch/tag/parallels/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.computerline.ch</link>
	<description>Network Operations Center (Datacenter Zürich)</description>
	<lastBuildDate>Thu, 02 Feb 2012 14:24:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Plesk 8.6 qmail SMTP AUTH Fehler</title>
		<link>http://blog.computerline.ch/2010/03/plesk-8-6-qmail-smtp-auth-fehler/</link>
		<comments>http://blog.computerline.ch/2010/03/plesk-8-6-qmail-smtp-auth-fehler/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 15:16:28 +0000</pubDate>
		<dc:creator>Simon Illi</dc:creator>
				<category><![CDATA[Kuriose Probleme]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[8.6]]></category>
		<category><![CDATA[e-mail]]></category>
		<category><![CDATA[fehler]]></category>
		<category><![CDATA[parallels]]></category>
		<category><![CDATA[plesk]]></category>
		<category><![CDATA[qmail]]></category>
		<category><![CDATA[SMTP]]></category>
		<category><![CDATA[SMTP AUTH]]></category>

		<guid isPermaLink="false">http://blog.computerline.ch/?p=508</guid>
		<description><![CDATA[Kürzlich hatten wir folgendes Problem bei einem unserer Kundenserver (openSuse, PLESK 8.6): Die Benutzer konnten per Webmail (Horde) Mails empfangen und senden, bei der Einrichtung auf einem lokal installierten Mail Client schlug die Authentifizierung per SMTP permanent Fehl, dies äusserte sich darin das der Client wiederhohlt nach der Eingabe des korrekten Passwortes und Benutzers verlangte. [...]]]></description>
			<content:encoded><![CDATA[<p>Kürzlich hatten wir folgendes Problem bei einem unserer Kundenserver (openSuse, PLESK 8.6):</p>
<p>Die Benutzer konnten per Webmail (Horde) Mails empfangen und senden, bei der Einrichtung auf einem lokal installierten Mail Client schlug die Authentifizierung per SMTP permanent Fehl, dies äusserte sich darin das der Client wiederhohlt nach der Eingabe des korrekten Passwortes und Benutzers verlangte.</p>
<p>Wählt man sich per Telnet auf Port 25 ein und versucht sich zu authentifizieren geschieht folgendes:</p>
<p>220 XXXXXXXXXXXXX ESMTP<br />
ehlo<br />
250-XXXXXXXXXXXXX<br />
250-AUTH=LOGIN CRAM-MD5 PLAIN<br />
250-AUTH LOGIN CRAM-MD5 PLAIN<br />
250-STARTTLS<br />
250-PIPELINING<br />
250 8BITMIME<br />
auth login<br />
334 VXNlcm5hbWU6<br />
XXXXX [SMTP Benutzername Base64 codiert]<br />
334 UGFzc3dvcmQ6<br />
XXXXX &#8211; [SMTP Passwort Base64 codiert]<br />
<strong>421 out of </strong><strong>memory</strong><strong> (#4.3.0)</strong><br />
535 auth failure</p>
<p>Neustart half nichts, Neuinstallation des Paketes psa-qmail brachte nichts. Überprüfen der qmail Scripts in /var/qmail/bin und deren Berechtigung &#8211; nichts.</p>
<p>Erstaunlicherweise musste ich in /etc/xinetd.d/psa_smtp markierten Text entfernen.</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 222px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">service smtp</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 222px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">{</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 222px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">socket_type     = stream</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 222px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">protocol        = tcp</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 222px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">wait            = no</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 222px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">disable         = no</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 222px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">user            = root</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 222px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">instances       = UNLIMITED</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 222px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">env             =  SMTPAUTH=1</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 222px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">server          = /var/qmail/bin/tcp-env</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 222px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">server_args     = -Rt0 /var/qmail/bin/relaylock /var/qmail/bin/qmail-smtpd -r zen.spamhaus.org -r dnsbl.ahbl.org /var/qmail/bin/smtp_auth /var/qmail/bin/true /var/qmail/bin/cmd5checkpw /var/qmail/bin/true</div>
<p>service smtp<br />
{</p>
<p>socket_type     = stream<br />
protocol        = tcp<br />
wait            = no<br />
disable         = no<br />
user            = root<br />
instances       = UNLIMITED<br />
env             =  SMTPAUTH=1<br />
server          = /var/qmail/bin/tcp-env<br />
server_args     = -Rt0 /var/qmail/bin/relaylock /var/qmail/bin/qmail-smtpd <span style="color: #ff0000;">-r zen.spamhaus.org -r dnsbl.ahbl.org </span>/var/qmail/bin/smtp_auth /var/qmail/bin/true /var/qmail/bin/cmd5checkpw /var/qmail/bin/true</p>
<p>}</p>
<p>Und danach mittels /etc/init.d/xinetd restart &amp;&amp; /etc/init.d/qmail restart Qmail und xinetd neustarten.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.computerline.ch/2010/03/plesk-8-6-qmail-smtp-auth-fehler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Parallels Plesk 9 auf einem Microsoft Windows Server 2008 installieren</title>
		<link>http://blog.computerline.ch/2009/03/parallels-plesk-9-auf-einem-microsoft-windows-server-2008-installieren/</link>
		<comments>http://blog.computerline.ch/2009/03/parallels-plesk-9-auf-einem-microsoft-windows-server-2008-installieren/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 13:09:18 +0000</pubDate>
		<dc:creator>Marco Hekel</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<category><![CDATA[Kuriose Probleme]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[9]]></category>
		<category><![CDATA[panel]]></category>
		<category><![CDATA[parallels]]></category>
		<category><![CDATA[plesk]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.computerline.ch/?p=120</guid>
		<description><![CDATA[Leider gibt es noch Probleme mit der Kombination von Server 2008 mit Plesk, das wichtigste in kürze&#8230; Punkte die bei mir nicht funktionieren: FTP Server, auch nicht mit 3. Programmen (getestet mit Servu FTP Server, liess sich nicht starten) Seit Plesk 9 lassen sich vom Kunden selber keine zusätzlichen DNS Einträge mehr machen&#8230; nur noch [...]]]></description>
			<content:encoded><![CDATA[<p>Leider gibt es noch Probleme mit der Kombination von Server 2008 mit Plesk, das wichtigste in kürze&#8230;</p>
<p>Punkte die bei mir nicht funktionieren:</p>
<ul>
<li>FTP Server, auch nicht mit 3. Programmen (getestet mit Servu FTP Server, liess sich nicht starten)</li>
</ul>
<ul>
<li>Seit Plesk 9 lassen sich vom Kunden selber keine zusätzlichen DNS Einträge mehr machen&#8230; nur noch solche die der Admin als Standart in der Serverkoniguration festlegt&#8230;</li>
</ul>
<p>Neue Funktionen:</p>
<ul>
<li>Wenn auf dem Server verschiedene Webmails installiert und aktiviert wurde, kann sich der Kunde sein webmail selber aussuchen.</li>
</ul>
<ul>
<li>Komplett neue Benutzeroberfläche</li>
</ul>
<ul>
<li>Server Application vault wurde überarbeitet&#8230; Applikationen können jetzt über das Webinterface installiert werden. neu kann man Applikationen auch pro Kunde freigeben / einschränken.</li>
</ul>
<ul>
<li>Neue Reseller Ebene zur einfacheren Verwaltung</li>
</ul>
<ul>
<li>SQL Server 2008 wird nun auch unterstützt</li>
</ul>
<p>Ansonsten hat sich nicht viel verändert&#8230;</p>
<p>Hier ein paar Sceenshots:</p>

<a href='http://blog.computerline.ch/2009/03/parallels-plesk-9-auf-einem-microsoft-windows-server-2008-installieren/resellerinterface/' title='resellerinterface'><img width="150" height="150" src="http://blog.computerline.ch/wp-content/uploads/resellerinterface-150x150.jpg" class="attachment-thumbnail" alt="resellerinterface" title="resellerinterface" /></a>
<a href='http://blog.computerline.ch/2009/03/parallels-plesk-9-auf-einem-microsoft-windows-server-2008-installieren/resellerinterface_konfig/' title='resellerinterface_konfig'><img width="150" height="150" src="http://blog.computerline.ch/wp-content/uploads/resellerinterface_konfig-150x150.jpg" class="attachment-thumbnail" alt="resellerinterface_konfig" title="resellerinterface_konfig" /></a>
<a href='http://blog.computerline.ch/2009/03/parallels-plesk-9-auf-einem-microsoft-windows-server-2008-installieren/applicationvault/' title='applicationvault'><img width="150" height="150" src="http://blog.computerline.ch/wp-content/uploads/applicationvault-150x150.jpg" class="attachment-thumbnail" alt="applicationvault" title="applicationvault" /></a>
<a href='http://blog.computerline.ch/2009/03/parallels-plesk-9-auf-einem-microsoft-windows-server-2008-installieren/backup-system/' title='backup-system'><img width="150" height="150" src="http://blog.computerline.ch/wp-content/uploads/backup-system-150x150.jpg" class="attachment-thumbnail" alt="backup-system" title="backup-system" /></a>

<p><img src="file:///C:/DOKUME~1/COMPUT~1/LOKALE~1/Temp/moz-screenshot-4.jpg" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.computerline.ch/2009/03/parallels-plesk-9-auf-einem-microsoft-windows-server-2008-installieren/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

