<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://devrandom.at/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel>
        <title>/dev/random wiki</title>
        <description></description>
        <link>http://devrandom.at/</link>
        <lastBuildDate>Sat, 26 Dec 2009 15:13:16 +0100</lastBuildDate>
        <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
        <image>
            <url>http://devrandom.at/lib/images/favicon.ico</url>
            <title>/dev/random</title>
            <link>http://devrandom.at/</link>
        </image>
        <item>
            <title>wiki:telefonnummernkorrektur</title>
            <link>http://devrandom.at/wiki/telefonnummernkorrektur?rev=1254906038</link>
            <description>
&lt;h1&gt;&lt;a name=&quot;telefonnummernkorrektur&quot; id=&quot;telefonnummernkorrektur&quot;&gt;Telefonnummernkorrektur&lt;/a&gt;&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;

Angenommen man erhält eine Excel - Liste die Telefonnummer im Landesüblichen Format enthält (also etwa ohne Ländervorwahl und mit unterschiedlichster Formatierung zwischen den Zahlenblöcken). In Excel wird man per Suche-und-Ersetzen sehr schnell alt und grau.
&lt;/p&gt;

&lt;p&gt;
Per Notepad++ kann man Regular Expressions zum Ersetzen der Nummern verwenden:
&lt;/p&gt;
&lt;ol&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; mit STRG+R den Suchen/Ersetzen Dialog starten&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; im oberen Feld den Regex eintragen&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; darunter die gewünschte Ersetzung eintragen&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Find bzw Repl&amp;amp;FAgain verwenden um die Zeilen zu korrigieren&lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;

Davor müssen die Nummern natürlich in den Editor kopiert und danach wieder zurück nach Excel kopiert werden.
&lt;/p&gt;

&lt;p&gt;
Der verwendete Regex:
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;^0([1-9])([0-9]+)[-/ ](.*)$&lt;/pre&gt;

&lt;p&gt;
Erklärung: 
Sucht am Anfang der Zeile nach einer 0, danach irgendeine Zahl zwischen 1 und 9, danach mehrere Zahlen zwischen 0 und 9. Damit sollte die Vorwahl des Orts erledigt sein
Die eigentliche Telefonnummer sollte hierbei durch ein Leerzeichen, ein “-“ oder ein “/“ von der Vorwahl getrennt werden.
Danach wird noch nach dem Rest der Zeile gesucht. Durch die folgende Ersetzung
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;+49-\1\2-\3&lt;/pre&gt;

&lt;p&gt;
wird daraus eine vernünftig formatierte Telefonnummer
&lt;/p&gt;

&lt;p&gt;
Wenn also eine solche Liste in Notepad eingefügt wird:
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;0815/4711 12
0815-4712 13
0815 4711 15&lt;/pre&gt;

&lt;p&gt;

Wird mit der Ersetzung daraus
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;+49-815-4711 12
+49-815-4712 13
+49-815-4711 15&lt;/pre&gt;
&lt;div class=&quot;tags&quot;&gt;&lt;span&gt;
	&lt;a href=&quot;http://devrandom.at/tag/excel?do=showtag&amp;amp;tag=tag%3Aexcel&quot; class=&quot;wikilink1&quot; title=&quot;tag:excel&quot; rel=&quot;tag&quot;&gt;Excel&lt;/a&gt;,
	&lt;a href=&quot;http://devrandom.at/tag/csv?do=showtag&amp;amp;tag=tag%3Acsv&quot; class=&quot;wikilink1&quot; title=&quot;tag:csv&quot; rel=&quot;tag&quot;&gt;CSV&lt;/a&gt;,
	&lt;a href=&quot;http://devrandom.at/tag/regex?do=showtag&amp;amp;tag=tag%3Aregex&quot; class=&quot;wikilink1&quot; title=&quot;tag:regex&quot; rel=&quot;tag&quot;&gt;Regex&lt;/a&gt;
&lt;/span&gt;&lt;/div&gt;

&lt;/div&gt;
</description>
            <author>Michael Trojacher</author>
        <category>Excel</category>
        <category>CSV</category>
        <category>Regex</category>
            <pubDate>Wed, 07 Oct 2009 11:00:38 +0100</pubDate>
        </item>
        <item>
            <title>wiki:exchange_2003_ndr_codes</title>
            <link>http://devrandom.at/wiki/exchange_2003_ndr_codes?rev=1251704076</link>
            <description>
&lt;h1&gt;&lt;a name=&quot;exchange_2003_ndr_codes&quot; id=&quot;exchange_2003_ndr_codes&quot;&gt;Exchange 2003 NDR Codes&lt;/a&gt;&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
The most common NDR Codes for Exchange 2003 Server

&lt;/p&gt;
&lt;table class=&quot;inline&quot;&gt;
	&lt;tr class=&quot;row0&quot;&gt;
		&lt;th class=&quot;col0 centeralign&quot;&gt;  NDR Code  &lt;/th&gt;&lt;th class=&quot;col1 centeralign&quot;&gt;  Explanation of Non-Delivery Report error codes for Exchange Server  &lt;/th&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row1&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;4.2.2&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;The recipient has exceeded their mailbox limit.  It could also be that the delivery directory on the Virtual server has exceeded its limit. (Default 22 &lt;acronym title=&quot;Megabyte&quot;&gt;MB&lt;/acronym&gt;)&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row2&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;4.3.1&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Not enough disk space on the delivery server.  Microsoft say this NDR maybe reported as out-of-memory error.&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row3&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;4.3.2&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Classic temporary problem, the Administrator has frozen the queue.&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row4&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;4.4.1&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Intermittent network connection.  The server has not yet responded.  Classic temporary problem.  If it persists, you will also a 5.4.x status code error.&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row5&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;4.4.2&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;The server started to deliver the message but then the connection was broken.&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row6&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;4.4.6&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Too many hops.  Most likely, the message is looping.&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row7&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;4.4.7&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Problem with a timeout.  Check receiving server connectors.&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row8&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;4.4.9&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;A &lt;acronym title=&quot;Domain Name System&quot;&gt;DNS&lt;/acronym&gt; problem.  Check your smart host setting on the &lt;acronym title=&quot;Simple Mail Transfer Protocol&quot;&gt;SMTP&lt;/acronym&gt; connector.  For example, check correct &lt;acronym title=&quot;Simple Mail Transfer Protocol&quot;&gt;SMTP&lt;/acronym&gt; format. Also, use square brackets in the IP address [197.89.1.4]  You can get this same NDR error if you have been deleting routing groups.&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row9&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;4.6.5&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Multi-language situation.  Your server does not have the correct language code page installed.&lt;/td&gt;
	&lt;/tr&gt;
&lt;/table&gt;
&lt;table class=&quot;inline&quot;&gt;
	&lt;tr class=&quot;row0&quot;&gt;
		&lt;th class=&quot;col0 centeralign&quot;&gt;  NDR Code  &lt;/th&gt;&lt;th class=&quot;col1 centeralign&quot;&gt;  Explanation of Non-Delivery Report error codes for Exchange Server  &lt;/th&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row1&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;5.0.0&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;&lt;acronym title=&quot;Simple Mail Transfer Protocol&quot;&gt;SMTP&lt;/acronym&gt; 500 reply code means an unrecognised command.  You get this NDR when you make a typing mistake when you manually try to send email via telnet. More likely, a routing group error, no routing connector, or no suitable address space in the connector.  (Try adding * in the address space) This status code is a general error message in Exchange 2000.  In fact Microsoft introduced a service pack to make sure now get a more specific code.&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row2&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;5.1.x&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Problem with email address.&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row3&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;5.1.0&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Often seen with contacts. Check the recipient address.&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row4&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;5.1.1&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Another problem with the recipient address.  Possibly the user was moved to another server in Active Directory.  Maybe an Outlook client replied to a message while offline.&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row5&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;5.1.2&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;&lt;acronym title=&quot;Simple Mail Transfer Protocol&quot;&gt;SMTP&lt;/acronym&gt;; 550 Host unknown.  An error is triggered when the host name can’t be found.  For example, when trying to send an email to bob@ nonexistantdomain.com.&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row6&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;5.1.3&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Another problem with contacts.  Address field maybe empty.  Check the address information.&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row7&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;5.1.4&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Two objects have the same address, which confuses the categorizer.&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row8&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;5.1.5&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Destination mailbox address invalid.&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row9&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;5.1.6&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Problem with homeMDB or msExchHomeServerName - check how many users are affected.  Sometimes running RUS (Recipient Update Service) cures this problem.  Mailbox may have moved.&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row10&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;5.1.7&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Problem with senders mail attribute, check properties sheet in ADUC.&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row11&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;5.2.x&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;NDR caused by a problem with the large size of the email.&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row12&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;5.2.1&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;The message is too large.  Else it could be a permissions problem.  Check the recipient&amp;#039;s mailbox.&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row13&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;5.2.2&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Sadly, the recipient has exceeded their mailbox limit.&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row14&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;5.2.3&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Recipient cannot receive messages this big.  Server or connector limit exceeded.&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row15&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;5.2.4&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Most likely, a distribution list or group is trying to send an email.  Check where the expansion server is situated.&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row16&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;5.3.0&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Problem with MTA, maybe someone has been editing the registry to disable the MTA / Store driver.&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row17&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;5.3.1&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Mail system full.  Possibly a Standard edition of Exchange reached the 16 &lt;acronym title=&quot;Gigabyte&quot;&gt;GB&lt;/acronym&gt; limit.&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row18&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;5.3.2&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;System not accepting network messages.  Look outside Exchange for a connectivity problem.&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row19&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;5.3.3&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Remote server has insufficient disk space to hold email.  Check &lt;acronym title=&quot;Simple Mail Transfer Protocol&quot;&gt;SMTP&lt;/acronym&gt; log.&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row20&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;5.3.4&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Message too big.  Check limits, System Policy, connector, virtual server.&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row21&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;5.3.5&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Multiple Virtual Servers are using the same IP address and port. See Microsoft TechNet article: 321721 Sharing &lt;acronym title=&quot;Simple Mail Transfer Protocol&quot;&gt;SMTP&lt;/acronym&gt;.  Email probably looping.&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row22&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;5.4.0&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;&lt;acronym title=&quot;Domain Name System&quot;&gt;DNS&lt;/acronym&gt; Problem.  Check the Smart host, or check your &lt;acronym title=&quot;Domain Name System&quot;&gt;DNS&lt;/acronym&gt;. It means that there is no &lt;acronym title=&quot;Domain Name System&quot;&gt;DNS&lt;/acronym&gt; server that can resolve this email address.  Could be Virtual Server &lt;acronym title=&quot;Simple Mail Transfer Protocol&quot;&gt;SMTP&lt;/acronym&gt; address.&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row23&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;5.4.1&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;No answer from host.  Not Exchange&amp;#039;s fault check connections.&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row24&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;5.4.2&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Bad connection.&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row25&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;5.4.3&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Routing server failure.  No available route.&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row26&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;5.4.4&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Cannot find the next hop, check the Routing Group Connector.  Perhaps you have Exchange servers in different Routing Groups, but no connector.&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row27&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;5.4.6&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Tricky looping problem, a contact has the same email address as an Active Directory user.  One user is probably using an Alternate Recipient with the same email address as a contact.&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row28&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;5.4.7&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Delivery time-out.  Message is taking too long to be delivered.&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row29&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;5.4.8&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Microsoft advise, check your recipient policy. &lt;acronym title=&quot;Simple Mail Transfer Protocol&quot;&gt;SMTP&lt;/acronym&gt; address should be cp.com. NOT server.cp.com.&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row30&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;5.5.0&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Underlying &lt;acronym title=&quot;Simple Mail Transfer Protocol&quot;&gt;SMTP&lt;/acronym&gt; 500 error.  Our server tried ehlo, the recipient&amp;#039;s server did not understand and returned a 550 or 500 error.  Set up &lt;acronym title=&quot;Simple Mail Transfer Protocol&quot;&gt;SMTP&lt;/acronym&gt; logging.&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row31&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;5.5.2&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Possibly the disk holding the operating system is full.  Or could be a syntax error if you are executing &lt;acronym title=&quot;Simple Mail Transfer Protocol&quot;&gt;SMTP&lt;/acronym&gt; from a telnet shell.&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row32&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;5.5.3&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;More than 5,000 recipients.  Check the Global Settings, Message Delivery properties.&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row33&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;5.5.5&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Wrong protocol version&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row34&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;5.6.3&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;More than 250 attachments.&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row35&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;5.7.1&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Permissions problem.  For some reason the sender is not allowed to email this account.  Perhaps an anonymous user is trying to send mail to a distribution list. Check &lt;acronym title=&quot;Simple Mail Transfer Protocol&quot;&gt;SMTP&lt;/acronym&gt; Virtual Server Access Tab.  Try checking this box: Allow computers which successfully authenticate to relay User may have a manually created email address that does not match a System Policy.&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row36&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;5.7.2&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Distribution list cannot expand and so is unable to deliver its messages.&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row37&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;5.7.3&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Check external IP address of ISA server. Make sure it matches the &lt;acronym title=&quot;Simple Mail Transfer Protocol&quot;&gt;SMTP&lt;/acronym&gt; publishing rule.&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row38&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;5.7.4&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Extra security features not supported.  Check delivery server settings&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row39&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;5.7.5&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Cryptographic failure.  Try a plain message with encryption.&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row40&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;5.7.6&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Certificate problem, encryption level maybe to high.&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row41&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;5.7.7&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Message integrity problem.&lt;/td&gt;
	&lt;/tr&gt;
&lt;/table&gt;

&lt;p&gt;
Blatantly stolen from &lt;a href=&quot;http://www.computerperformance.co.uk/exchange2003/exchange2003_NDR.htm&quot; class=&quot;urlextern&quot; target=&quot;_new&quot; title=&quot;http://www.computerperformance.co.uk/exchange2003/exchange2003_NDR.htm&quot;  rel=&quot;nofollow&quot;&gt;http://www.computerperformance.co.uk/exchange2003/exchange2003_NDR.htm&lt;/a&gt;
&lt;/p&gt;
&lt;div class=&quot;tags&quot;&gt;&lt;span&gt;
	&lt;a href=&quot;http://devrandom.at/tag/exchange_server?do=showtag&amp;amp;tag=tag%3Aexchange_server&quot; class=&quot;wikilink1&quot; title=&quot;tag:exchange_server&quot; rel=&quot;tag&quot;&gt;Exchange Server&lt;/a&gt;,
	&lt;a href=&quot;http://devrandom.at/tag/windows?do=showtag&amp;amp;tag=tag%3Awindows&quot; class=&quot;wikilink1&quot; title=&quot;tag:windows&quot; rel=&quot;tag&quot;&gt;Windows&lt;/a&gt;,
	&lt;a href=&quot;http://devrandom.at/tag/server?do=showtag&amp;amp;tag=tag%3Aserver&quot; class=&quot;wikilink1&quot; title=&quot;tag:server&quot; rel=&quot;tag&quot;&gt;Server&lt;/a&gt;
&lt;/span&gt;&lt;/div&gt;

&lt;/div&gt;
</description>
            <author>Michael Trojacher</author>
        <category>Exchange_Server</category>
        <category>Windows</category>
        <category>Server</category>
            <pubDate>Mon, 31 Aug 2009 09:34:36 +0100</pubDate>
        </item>
    </channel>
</rss>
