<?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; plesk</title>
	<atom:link href="http://blog.computerline.ch/tag/plesk/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>Webhosting Administrations Interface</title>
		<link>http://blog.computerline.ch/2009/10/webhosting-administrations-interface/</link>
		<comments>http://blog.computerline.ch/2009/10/webhosting-administrations-interface/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 10:36:05 +0000</pubDate>
		<dc:creator>Erich Troxler</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<category><![CDATA[Linux und OpenSource]]></category>
		<category><![CDATA[Web Developement]]></category>
		<category><![CDATA[confixx]]></category>
		<category><![CDATA[control interface]]></category>
		<category><![CDATA[hci]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[plesk]]></category>
		<category><![CDATA[wci]]></category>
		<category><![CDATA[webhosting]]></category>

		<guid isPermaLink="false">http://blog.computerline.ch/?p=274</guid>
		<description><![CDATA[Dieses Programm dient für die Verwaltung von mehreren Webhostings/Domains auf einem Server. Ich habe es in diesem Blog schon mehrfach erwähnt. Nun gibt es wieder News: Es heisst nicht mehr WCI, sondern HCI (Hosting Control Interface). WCI wurde vom Team als zu fest zweideutig empfunden (umgekehrt wärs noch besser: iWC). Es hat ein Logo bekommen:   Wir [...]]]></description>
			<content:encoded><![CDATA[<p>Dieses Programm dient für die Verwaltung von mehreren Webhostings/Domains auf einem Server. Ich habe es in diesem Blog schon mehrfach erwähnt. Nun gibt es wieder News:</p>
<ul>
<li>Es heisst nicht mehr WCI, sondern <strong>HCI (Hosting Control Interface)</strong>. WCI wurde vom Team als zu fest zweideutig empfunden (umgekehrt wärs noch besser: iWC).</li>
<li>Es hat ein Logo bekommen:</li>
</ul>
<div id="attachment_278" class="wp-caption alignnone" style="width: 310px"><a href="http://blog.computerline.ch/wp-content/uploads/hci_def.jpg"><img class="size-medium wp-image-278" title="Logo für die Webhosting Administrations-Software" src="http://blog.computerline.ch/wp-content/uploads/hci_def-300x208.jpg" alt="Logo für die Webhosting Administrations-Software" width="300" height="208" /></a><p class="wp-caption-text">Logo für die Webhosting Administrations-Software</p></div>
<p> </p>
<p>Wir haben es intern erstellt, verantwortlich ist <a title="Angela Nunez" href="http://blog.computerline.ch/author/angela/" target="_self">Angela Nunez</a> <img src='http://blog.computerline.ch/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Gerne erfreuen wir uns über Feedback/Kommentare!</p>
<p>Technisch sind wir schon sehr weit, aktuell am testen und die letzten Fehler auszubügeln. Wir werden nun noch das Frontend bearbeiten und dann hoffentlich bald die Final-Version präsentieren.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.computerline.ch/2009/10/webhosting-administrations-interface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webhosting Control Panel</title>
		<link>http://blog.computerline.ch/2009/06/webhosting-control-panel/</link>
		<comments>http://blog.computerline.ch/2009/06/webhosting-control-panel/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 18:51:09 +0000</pubDate>
		<dc:creator>Erich Troxler</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<category><![CDATA[Linux und OpenSource]]></category>
		<category><![CDATA[confixx]]></category>
		<category><![CDATA[plesk]]></category>
		<category><![CDATA[webhosting control panel]]></category>

		<guid isPermaLink="false">http://blog.computerline.ch/?p=191</guid>
		<description><![CDATA[Wie bereits mehrfach in diesem Blog erwähnt arbeite ich an einem Webhosting Control Panel, welches bei uns Plesk, Confixx und Co. ersetzen soll. Was ich diese Woche dabei nun wieder gemacht habe (Fokus auf Mailling, der Rest geht ja schon): IMAP4 und POP vollständig fertig implementiert (statt Cyrus verwende ich nun Dovecot. Dieses Ding ist [...]]]></description>
			<content:encoded><![CDATA[<p>Wie bereits mehrfach in diesem Blog erwähnt arbeite ich an einem Webhosting Control Panel, welches bei uns Plesk, Confixx und Co. ersetzen soll.</p>
<p><strong>Was ich diese Woche dabei nun wieder gemacht habe (Fokus auf Mailling, der Rest geht ja schon):</strong></p>
<ol>
<li>IMAP4 und POP vollständig fertig implementiert (statt Cyrus verwende ich nun Dovecot. Dieses Ding ist einfacher zu konfigurieren und vor allem bei einem alfälligen Restore sehr einfach zu debuggen)</li>
<li>SMTP-Authentifizierung ist aber trotzdem noch mit Cyrus (da dies hier super funktioniert)</li>
<li>Support von Catch-It-All Adressen</li>
<li>Verbessern der Standard-Implentation von ClamAV und Spamassassin</li>
<li>Implementation WebMail (RoundCube, IMAP Basis, sieht super aus)<br />
   (Wer dies kurz anschauen will kann sich bei mir melden und ich sende ihm ein Testlogin)</li>
</ol>
<p><strong>Was jetzt noch fehlt:</strong></p>
<ol>
<li>User Design im Frontend</li>
<li>Limiterung Anzahl Datenbank und E-Mail Adressen für den Benutzer</li>
</ol>
<p><strong>Fragwürdiges: (Antworten bitte mir auch mailen)</strong></p>
<ol>
<li>Braucht das Ding einen Autoresponder?<br />
   Diese sind meiner Meinung nach eh behämmert und bestätigen nur jedem Spam Absender, dass man existiert</li>
<li>Reicht der Standard Postfix Delivery (LDA) aus oder muss der auf Dovecot geändert werden um spezielle Anforderungen (welche?) zu erfüllen?</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.computerline.ch/2009/06/webhosting-control-panel/feed/</wfw:commentRss>
		<slash:comments>2</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>

