<?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>NewPush &#187; email</title> <atom:link href="http://newpush.com/tag/email/feed/" rel="self" type="application/rss+xml" /><link>http://newpush.com</link> <description>Server Hosting, Data Warehouse Hosting, Collaboration</description> <lastBuildDate>Mon, 30 Jan 2012 15:40:45 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>Domino 8.5.2 Addling Email Aliases</title><link>http://newpush.com/2011/04/domino-8-5-2-addling-email-aliases/</link> <comments>http://newpush.com/2011/04/domino-8-5-2-addling-email-aliases/#comments</comments> <pubDate>Mon, 11 Apr 2011 00:34:16 +0000</pubDate> <dc:creator>Bill</dc:creator> <category><![CDATA[Cloud Computing]]></category> <category><![CDATA[Collaboration]]></category> <category><![CDATA[Dedicated Servers]]></category> <category><![CDATA[Domino]]></category> <category><![CDATA[Hosting Support]]></category> <category><![CDATA[Managed Hosting]]></category> <category><![CDATA[email]]></category> <category><![CDATA[Lotus]]></category> <category><![CDATA[Notes]]></category><guid isPermaLink="false">http://newpush.com/?p=1092</guid> <description><![CDATA[Often times people need to receive email for multiple valid variation of their email addresses. On most email systems, these are called email aliases. IBM Domino has a slightly unusual way of allowing system administrators to define aliases: Open the &#8230; <a href="http://newpush.com/2011/04/domino-8-5-2-addling-email-aliases/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>Often times people need to receive email for multiple valid variation of their email addresses.  On most email systems, these are called email aliases.  IBM Domino has a slightly unusual way of allowing system administrators to define aliases:</p><ul><li>Open the Domino Administrator Tool</li><li>On the People &#038; Groups tab, select People</li><li>Edit the Person document of the person you would like to add an email alias to</li><li>Add the alternative email addresses to <code>Short name/UserID</code> like this:<br /> <code><br /> "UsedID <-- that is the default entry that always needs to be there<br /> alias1@domain.com<br /> alias2@domain.com<br /> </code></li><li>Save and close the Person document</li><li>Navigate to the <code>Server...</code> tab</li><li>Select the <code>Server console</code></li><li>To enable the changes on the SMTP server, enter in the <code>Domino Command</code>: <code>TELL ROUTER UPDATE CONFIG</code></li></ul> ]]></content:encoded> <wfw:commentRss>http://newpush.com/2011/04/domino-8-5-2-addling-email-aliases/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Domino 8.5 SSL Key Import Into Keyring File</title><link>http://newpush.com/2011/04/domino-8-5-ssl-key-import-into-keyring-file/</link> <comments>http://newpush.com/2011/04/domino-8-5-ssl-key-import-into-keyring-file/#comments</comments> <pubDate>Sat, 09 Apr 2011 23:40:05 +0000</pubDate> <dc:creator>Bill</dc:creator> <category><![CDATA[AIX]]></category> <category><![CDATA[Cloud Computing]]></category> <category><![CDATA[Collaboration]]></category> <category><![CDATA[Dedicated Servers]]></category> <category><![CDATA[Domino]]></category> <category><![CDATA[Hosting Support]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Mac OS X]]></category> <category><![CDATA[Managed Hosting]]></category> <category><![CDATA[OpenBSD]]></category> <category><![CDATA[email]]></category> <category><![CDATA[Keyring]]></category> <category><![CDATA[Lotus]]></category> <category><![CDATA[Secure Certificates]]></category> <category><![CDATA[SSL]]></category> <category><![CDATA[TLS]]></category><guid isPermaLink="false">http://newpush.com/?p=1073</guid> <description><![CDATA[Domino Server SSL Key Import By default, the SSL key order process in the Domino Administrator assumes that only single domain certificates are used. Hence, when you have a multi domain UCC or a wildcard certificate, it has to be &#8230; <a href="http://newpush.com/2011/04/domino-8-5-ssl-key-import-into-keyring-file/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<h1>Domino Server SSL Key Import</h1><p>By default, the SSL key order process in the Domino Administrator assumes that only single domain certificates are used.  Hence, when you have a multi domain UCC or a wildcard certificate, it has to be loaded into the keyring (a.k.a. kyr file) outside of the Domino Administrator.</p><p>The basic overview of the process is this:</p><ul><li>Create a <code>kyr</code> (keyring) file to hold the keys.</li><li>Create a <code>p12</code> (PKCS#12) file with the certificate that needs to be added to the keyring.</li><li>Add the <code>p12</code> (PKCS#12) file to the keyring.</li><li>Install the new keyring on the Domino Servers (mail, traveler, sametime, Quickr)</li></ul><h2>Domino Server PKCS#12 key generation and import</h2><h3>Create PKCS#12 from SSL KEY and CRT files</h3><p>For this step I recommend to be on the Linux or AIX with openssl installed.  Assuming that you have the certificate key, the CA issued certificate, and the certificate chains all in the same directory, you can run the following command to generate the <code>p12</code> file:<br /> <code><br /> openssl pkcs12 -export \<br /> -in certificate-from-CA.crt \<br /> -inkey certificate-key-file.key \<br /> -certfile root-ca-bundle.crt \<br /> -out certificate-in-pkcs12-format.p12<br /> </code></p><h3>Add PKCS#12 to Domino Server Kyr Keyring File</h3><p>For this step I recommend to be on the sametime server under Linux or AIX.  In theory, this should work, but in practice, I found that the version 7 of the <code>gsk</code> tools doesn&#8217;t seem to be able to open <code>kyr</code> files.  So you may need to skip ahead to the legacy Windows XP method, unless you can find the <code>gsk5bas</code> package on one of your older install media.<br /> <code><br /> rpm -Uvh ${SAMETIME_CD_PATH}/SametimeEntryServer/GSKit/Linux/gsk7bas-7.0-4.28.i386.rpm<br /> vi /opt/ibm/lotus/notes/latest/linux/ibm-jre/jre/lib/security/java.security<br /> </code><br /> Add last provider to list:<br /> <code><br /> security.provider.1=com.ibm.jsse2.IBMJSSEProvider2<br /> security.provider.2=com.ibm.crypto.provider.IBMJCE<br /> security.provider.3=com.ibm.security.jgss.IBMJGSSProvider<br /> security.provider.4=com.ibm.security.cert.IBMCertPath<br /> security.provider.5=com.ibm.security.sasl.IBMSASL<br /> security.provider.6=com.ibm.spi.IBMCMSProvider<br /> </code><br /> remove conflicting jar file:<br /> <code><br /> mv /opt/ibm/lotus/notes/latest/linux/ibm-jre/jre/lib/ext/gskikm.jar /opt/ibm/lotus/notes/latest/linux/ibm-jre/jre/lib/ext/gskikm.removedjar-<br /> </code><br /> set environment:<br /> <code><br /> set JAVA_HOME<br /> JAVA_HOME=/opt/ibm/lotus/notes/latest/linux/ibm-jre/jre export JAVA_HOME<br /> </code></p><h3>Domino Server Required Utilities for SSL Key Import (legacy Windows XP method)</h3><ul><li>Download and install <a href="ftp://ftp.software.ibm.com/software/lotus/tools/Domino/gsk5-ikeyman.zip">IKEYMAN</a>.</li><li>Open the kyr file in gsk5.</li><li>Import the p12 cert.</li><li>Save the new kyr file.</li></ul><h3>Domino Server SSL Key Management References</h3><ul><li>http://www.redbooks.ibm.com/redpapers/pdfs/redp0046.pdf</li><li>http://www.turtleweb.com/turtleblog.nsf/dx/11022009232215GDAVGR.htm?opendocument&#038;comments</li><li>http://www.deadspace.de/?p=294</li><li>ftp://ftp.software.ibm.com/software/webserver/appserv/library/v61/ihs/GSK7c_SSL_Ikm_Guide.pdf</li><li>https://support.quovadisglobal.com/KB/a93/how-do-i-install-my-digital-certificate-into-lotus-notes.aspx</li><li>http://replay.waybackmachine.org/20081121002554/http://www.justinclarke.com/archives/2005/08/sending_smime_e.html</li><li>http://www.eulerhermes.com/en/documents/secure-email/ehcica_howto_import_lotus_notes_en.pdf/ehcica_howto_import_lotus_notes_en.pdf</li><li>http://publib.boulder.ibm.com/infocenter/sametime/v8r0/index.jsp?topic=/com.ibm.help.sametime.802.doc/Entry/st_adm_security_ssl_ikey_lin_t.html</li></ul><p>For more information about Domino Server solutions, visit our <a href="http://newpush.com/collaboration">collaboration</a> section.</p> ]]></content:encoded> <wfw:commentRss>http://newpush.com/2011/04/domino-8-5-ssl-key-import-into-keyring-file/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Advice in the Wake of Security Breaches</title><link>http://newpush.com/2011/04/advice-in-the-wake-of-security-breaches/</link> <comments>http://newpush.com/2011/04/advice-in-the-wake-of-security-breaches/#comments</comments> <pubDate>Sat, 09 Apr 2011 18:23:09 +0000</pubDate> <dc:creator>Balazs</dc:creator> <category><![CDATA[News]]></category> <category><![CDATA[Technology]]></category> <category><![CDATA[email]]></category> <category><![CDATA[Phishing]]></category> <category><![CDATA[Scam]]></category> <category><![CDATA[Security]]></category><guid isPermaLink="false">http://newpush.com/?p=1083</guid> <description><![CDATA[By Mark Nyquist &dash; Information Systems Director, Epicor HCM In the wake of the recent security breaches (see links below), I’d like to take just a quick moment to remind everyone that extra vigilance and scrutiny are becoming vital for &#8230; <a href="http://newpush.com/2011/04/advice-in-the-wake-of-security-breaches/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<h4>By Mark Nyquist &dash; Information Systems Director, Epicor HCM</h4><blockquote><p> In the wake of the recent security breaches (see links below), I’d like to take just a quick moment to remind everyone that extra vigilance and scrutiny are becoming vital for the security of work and home environments.<br /> I’m sure that many of you have already received notices from retailers you might be associated with (Target, USBank, BestBuy, etc..) stating that their email database for marketing newsletters was breached. The fallout of this is still being explored, but rest assured that will lead to very targeted ‘spear phishing’ attacks in the very near future. If your name and email address was disclosed in this breach, you’ll most likely start to receive emails that look very much like the newsletters you are used to seeing with proper logos, graphics, content, personalization to your name, etc.. – but with links that may go scam sites. Be extremely cautious when emails ask you to ‘change your password’, ‘update your credit card information’, etc.. When in doubt, look up the customer service number for the retailer, and contact them directly asking if the email is legitimate or if you might be able to perform the requested action over the phone.<br /> In a very real example of the damage targeted attacks such as this can cause, look no further than the recent compromise of the RSA security company. Several  users at RSA received a targeted email containing an Excel spreadsheet labeled ‘2011 Recruitment Plan’. Even though their junk-filter caught the email, one user still pulled it out of junk and opened it. The spreadsheet had an embedded flash object which executed a zero day exploit (meaning their antivirus program did not yet have a defense for this). The trojan then installed  remote control software and the rest was history. Here’s where the story should hit home though: The attackers were then able to leverage this foothold to steal the master encryption key for millions of two-factor security FOBs. There are some government agencies that relied (note the past tense) on these for securing top secret data. The brand reputation of this company has now plummeted and security conscious customers are flocking to other solutions. The harm this one person caused will have major ramifications to the financial future of an entire company.</p></blockquote><h2>Takeaway</h2><ul><li>Only open email attachments from trusted people, and only when the content seems relevant. When in doubt, call the sender and ask for confirmation.</li><li>When possible, don’t click on links in emails. Instead, use your own bookmarks to trusted places and navigate to the destination. If this is not possible, scrutinize links (right click, copy – paste into notepad) to make sure the go to legitimate places.</li><li>Educate family and friends on the dangers that will certainly escalate in the near future.</li></ul><h3>Epsilon Breach</h3><p>http://online.wsj.com/article/SB10001424052748703806304576240992886577106.html</p><h3>RSA Breach</h3><p>http://steve.grc.com/2011/03/19/reverse-engineering-rsas-statement/</p> ]]></content:encoded> <wfw:commentRss>http://newpush.com/2011/04/advice-in-the-wake-of-security-breaches/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Alt Ten Selects NewPush to Host Its Ground Breaking Social Business Software</title><link>http://newpush.com/2011/02/alt-ten-selects-newpush-to-host-its-ground-breaking-social-business-software/</link> <comments>http://newpush.com/2011/02/alt-ten-selects-newpush-to-host-its-ground-breaking-social-business-software/#comments</comments> <pubDate>Sat, 05 Feb 2011 07:51:25 +0000</pubDate> <dc:creator>Pete</dc:creator> <category><![CDATA[News]]></category> <category><![CDATA[Address Book]]></category> <category><![CDATA[CRM]]></category> <category><![CDATA[email]]></category> <category><![CDATA[ERP]]></category> <category><![CDATA[Social Business Software]]></category><guid isPermaLink="false">http://newpush.com/?p=928</guid> <description><![CDATA[Social Business Software powered by NewPush Alt Ten, a Littleton, Colorado based Social Business Software startup selects NewPush to run its ground breaking software, TurboStack. TurboStack aims at filling the gap between traditional Email, CRM, ERP and other productivity tools &#8230; <a href="http://newpush.com/2011/02/alt-ten-selects-newpush-to-host-its-ground-breaking-social-business-software/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<h1>Social Business Software powered by NewPush</h1><p>Alt Ten, a Littleton, Colorado based <a href="http://www.turbostack.com/1048" rel=nofollow>Social Business Software</a> startup selects <a href="/">NewPush</a> to run its ground breaking software, <a href="/turbostack/">TurboStack</a>.</p><p><a href="/turbostack/">TurboStack</a> aims at filling the gap between traditional Email, CRM, ERP and other productivity tools and the power of Social Media.</p><p><a href="/">NewPush</a> has the infrastructure and know-how to scale applications such as <a href="http://www.turbostack.com/1048">TurboStack</a>, while maintaining reliability and security of user data.</p><p><a href="http://www.qualityunit.com?a_aid=1048&amp;a_bid=11110001" rel=nofollow target="_top"><img src="http://tstack01.thenewpush.com/affiliate/accounts/default1/banners/sample_image_banner.gif" alt="Social Business Software"title="" width="468" height="60" /></a><img style="border:0" src="http://affiliate.turbostack.com/affiliate/scripts/imp.php?a_aid=1048&amp;a_bid=11110001" width="1" height="1" alt="Social Business Software"/></p><p>With offering <a href="http://www.ibm.com/software/lotus/products/connections/" rel=nofollow>IBM Lotus Connections</a>, and now <a href="http://www.turbostack.com/1048">TurboStack</a>, NewPush is squarely placing itself as a strong player in Social Business Software both for the enterprise and the small and medium size businesses.</p> ]]></content:encoded> <wfw:commentRss>http://newpush.com/2011/02/alt-ten-selects-newpush-to-host-its-ground-breaking-social-business-software/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How to find the full email headers (a.k.a. internet headers) in Outlook?</title><link>http://newpush.com/2009/05/how-to-find-the-full-email-headers-aka-internet-headers-in-outlook/</link> <comments>http://newpush.com/2009/05/how-to-find-the-full-email-headers-aka-internet-headers-in-outlook/#comments</comments> <pubDate>Sun, 31 May 2009 15:12:33 +0000</pubDate> <dc:creator>Balazs</dc:creator> <category><![CDATA[Windows]]></category> <category><![CDATA[email]]></category> <category><![CDATA[SPAM]]></category><guid isPermaLink="false">http://www.wdream.com/?p=283</guid> <description><![CDATA[To be able to report SPAM, Viruses, or any other problem with email, the system administrators need the full email headers. These can be easily found in Netscape or Mozilla Thunderbird, just by viewing the raw message source, or by &#8230; <a href="http://newpush.com/2009/05/how-to-find-the-full-email-headers-aka-internet-headers-in-outlook/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p><span class="grey">To be able to report SPAM, Viruses, or any other problem with email, the system administrators need the full email headers. These can be easily found in Netscape or Mozilla Thunderbird, just by viewing the raw message source, or by selecting <code>View Full Headers</code> in the <code>View</code> menu.  However in Outlook 2003 it is a little bit harder.  You need to follow these steps:</p><ul><li>Click on the header of the email you need to work with</li><li>Right Click on the same header in question</li><li>Select <code>Options...</code></li></ul><p>You will then see the information you need under <code>Internet Headers</code>. </span></p> ]]></content:encoded> <wfw:commentRss>http://newpush.com/2009/05/how-to-find-the-full-email-headers-aka-internet-headers-in-outlook/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How to validate emails using PHP</title><link>http://newpush.com/2009/05/how-to-validate-emails-using-php/</link> <comments>http://newpush.com/2009/05/how-to-validate-emails-using-php/#comments</comments> <pubDate>Sun, 31 May 2009 14:47:59 +0000</pubDate> <dc:creator>Balazs</dc:creator> <category><![CDATA[PHP]]></category> <category><![CDATA[email]]></category><guid isPermaLink="false">http://www.wdream.com/?p=260</guid> <description><![CDATA[Complete and thorough php email validation and php email verification can be found at PHPClasses.org: Email Validation: &#60;&#60;This is a PHP class that attempts to validate a given e-mail address at three levels: matching the address against a RFC compliant &#8230; <a href="http://newpush.com/2009/05/how-to-validate-emails-using-php/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p><span class="grey">Complete and thorough php email validation and php email verification can be found at <a href="http://promoxy.mirrors.phpclasses.org/browse/package/13.html">PHPClasses.org: Email Validation</a>:</span></p><p><span class="grey">&lt;&lt;</span><em>This is a PHP class that attempts to validate a given e-mail address at three levels: matching the address against a RFC compliant regular expression, verifing the existence of the destination SMTP server by verifying the respective DNS MX record, and connecting to that server to see if the given address is accepted as a valid recipient. The class also features a debugging output option that lets you see the remote SMTP server connection and data exchange dialog to see the real cause why an apparently valid address may not be accepting messages</em>&gt;&gt;</p><p><span class="grey">Here is the code for the class:</span></p><p><code><span style="color: #000000;"> <span style="color: #0000bb;">&lt;?php<br /> </span><span style="color: #808080;">/*<br /> * email_validation.php<br /> *<br /> * @(#) $Header: /home/mlemos/cvsroot/emailvalidation/email_validation.php,v 1.24 2008/12/28 07:29:35 mlemos Exp $<br /> *<br /> */</p><p></span><span style="color: #004000;">class </span><span style="color: #0000bb;">email_validation_class<br /> </span><span style="color: #004000;">{<br /> var </span><span style="color: #0000bb;">$email_regular_expression</span><span style="color: #004000;">=</span><span style="color: #c00000;">"^([-!#$%&amp;'*+./0-9=?A-Z^_`a-z{|}~])+@([-!#$%&amp;'*+/0-9=?A-Z^_`a-z{|}~]+\.)+[a-zA-Z]{2,6}$"</span><span style="color: #004000;">;<br /> var </span><span style="color: #0000bb;">$timeout</span><span style="color: #004000;">=</span><span style="color: #0000bb;">0</span><span style="color: #004000;">;<br /> var </span><span style="color: #0000bb;">$data_timeout</span><span style="color: #004000;">=</span><span style="color: #0000bb;">0</span><span style="color: #004000;">;<br /> var </span><span style="color: #0000bb;">$localhost</span><span style="color: #004000;">=</span><span style="color: #c00000;">""</span><span style="color: #004000;">;<br /> var </span><span style="color: #0000bb;">$localuser</span><span style="color: #004000;">=</span><span style="color: #c00000;">""</span><span style="color: #004000;">;<br /> var </span><span style="color: #0000bb;">$debug</span><span style="color: #004000;">=</span><span style="color: #0000bb;">0</span><span style="color: #004000;">;<br /> var </span><span style="color: #0000bb;">$html_debug</span><span style="color: #004000;">=</span><span style="color: #0000bb;">0</span><span style="color: #004000;">;<br /> var </span><span style="color: #0000bb;">$exclude_address</span><span style="color: #004000;">=</span><span style="color: #c00000;">""</span><span style="color: #004000;">;<br /> var </span><span style="color: #0000bb;">$getmxrr</span><span style="color: #004000;">=</span><span style="color: #c00000;">"GetMXRR"</span><span style="color: #004000;">;</p><p>var </span><span style="color: #0000bb;">$next_token</span><span style="color: #004000;">=</span><span style="color: #c00000;">""</span><span style="color: #004000;">;<br /> var </span><span style="color: #0000bb;">$preg</span><span style="color: #004000;">;<br /> var </span><span style="color: #0000bb;">$last_code</span><span style="color: #004000;">=</span><span style="color: #c00000;">""</span><span style="color: #004000;">;</p><p>Function </span><span style="color: #0000bb;">Tokenize</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$string</span><span style="color: #004000;">,</span><span style="color: #0000bb;">$separator</span><span style="color: #004000;">=</span><span style="color: #c00000;">""</span><span style="color: #004000;">)<br /> {<br /> if(!</span><span style="color: #0000bb;">strcmp</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$separator</span><span style="color: #004000;">,</span><span style="color: #c00000;">""</span><span style="color: #004000;">))<br /> {<br /> </span><span style="color: #0000bb;">$separator</span><span style="color: #004000;">=</span><span style="color: #0000bb;">$string</span><span style="color: #004000;">;<br /> </span><span style="color: #0000bb;">$string</span><span style="color: #004000;">=</span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">next_token</span><span style="color: #004000;">;<br /> }<br /> for(</span><span style="color: #0000bb;">$character</span><span style="color: #004000;">=</span><span style="color: #0000bb;">0</span><span style="color: #004000;">;</span><span style="color: #0000bb;">$character</span><span style="color: #004000;">&lt;</span><span style="color: #0000bb;">strlen</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$separator</span><span style="color: #004000;">);</span><span style="color: #0000bb;">$character</span><span style="color: #004000;">++)<br /> {<br /> if(</span><span style="color: #0000bb;">GetType</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$position</span><span style="color: #004000;">=</span><span style="color: #0000bb;">strpos</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$string</span><span style="color: #004000;">,</span><span style="color: #0000bb;">$separator</span><span style="color: #004000;">[</span><span style="color: #0000bb;">$character</span><span style="color: #004000;">]))==</span><span style="color: #c00000;">"integer"</span><span style="color: #004000;">)<br /> </span><span style="color: #0000bb;">$found</span><span style="color: #004000;">=(IsSet(</span><span style="color: #0000bb;">$found</span><span style="color: #004000;">) ? </span><span style="color: #0000bb;">min</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$found</span><span style="color: #004000;">,</span><span style="color: #0000bb;">$position</span><span style="color: #004000;">) : </span><span style="color: #0000bb;">$position</span><span style="color: #004000;">);<br /> }<br /> if(IsSet(</span><span style="color: #0000bb;">$found</span><span style="color: #004000;">))<br /> {<br /> </span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">next_token</span><span style="color: #004000;">=</span><span style="color: #0000bb;">substr</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$string</span><span style="color: #004000;">,</span><span style="color: #0000bb;">$found</span><span style="color: #004000;">+</span><span style="color: #0000bb;">1</span><span style="color: #004000;">);<br /> return(</span><span style="color: #0000bb;">substr</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$string</span><span style="color: #004000;">,</span><span style="color: #0000bb;">0</span><span style="color: #004000;">,</span><span style="color: #0000bb;">$found</span><span style="color: #004000;">));<br /> }<br /> else<br /> {<br /> </span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">next_token</span><span style="color: #004000;">=</span><span style="color: #c00000;">""</span><span style="color: #004000;">;<br /> return(</span><span style="color: #0000bb;">$string</span><span style="color: #004000;">);<br /> }<br /> }</p><p>Function </span><span style="color: #0000bb;">OutputDebug</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$message</span><span style="color: #004000;">)<br /> {<br /> </span><span style="color: #0000bb;">$message</span><span style="color: #004000;">.=</span><span style="color: #c00000;">"n"</span><span style="color: #004000;">;<br /> if(</span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">html_debug</span><span style="color: #004000;">)<br /> </span><span style="color: #0000bb;">$message</span><span style="color: #004000;">=</span><span style="color: #0000bb;">str_replace</span><span style="color: #004000;">(</span><span style="color: #c00000;">"n"</span><span style="color: #004000;">,</span><span style="color: #c00000;">"&lt;br /&gt;n"</span><span style="color: #004000;">,</span><span style="color: #0000bb;">HtmlEntities</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$message</span><span style="color: #004000;">));<br /> echo </span><span style="color: #0000bb;">$message</span><span style="color: #004000;">;<br /> </span><span style="color: #0000bb;">flush</span><span style="color: #004000;">();<br /> }</p><p>Function </span><span style="color: #0000bb;">GetLine</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$connection</span><span style="color: #004000;">)<br /> {<br /> for(</span><span style="color: #0000bb;">$line</span><span style="color: #004000;">=</span><span style="color: #c00000;">""</span><span style="color: #004000;">;;)<br /> {<br /> if(@</span><span style="color: #0000bb;">feof</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$connection</span><span style="color: #004000;">))<br /> return(</span><span style="color: #0000bb;">0</span><span style="color: #004000;">);<br /> </span><span style="color: #0000bb;">$line</span><span style="color: #004000;">.=@</span><span style="color: #0000bb;">fgets</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$connection</span><span style="color: #004000;">,</span><span style="color: #0000bb;">100</span><span style="color: #004000;">);<br /> </span><span style="color: #0000bb;">$length</span><span style="color: #004000;">=</span><span style="color: #0000bb;">strlen</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$line</span><span style="color: #004000;">);<br /> if(</span><span style="color: #0000bb;">$length</span><span style="color: #004000;">&gt;=</span><span style="color: #0000bb;">2<br /> </span><span style="color: #004000;">&amp;&amp; </span><span style="color: #0000bb;">substr</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$line</span><span style="color: #004000;">,</span><span style="color: #0000bb;">$length</span><span style="color: #004000;">-</span><span style="color: #0000bb;">2</span><span style="color: #004000;">,</span><span style="color: #0000bb;">2</span><span style="color: #004000;">)==</span><span style="color: #c00000;">"rn"</span><span style="color: #004000;">)<br /> {<br /> </span><span style="color: #0000bb;">$line</span><span style="color: #004000;">=</span><span style="color: #0000bb;">substr</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$line</span><span style="color: #004000;">,</span><span style="color: #0000bb;">0</span><span style="color: #004000;">,</span><span style="color: #0000bb;">$length</span><span style="color: #004000;">-</span><span style="color: #0000bb;">2</span><span style="color: #004000;">);<br /> if(</span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">debug</span><span style="color: #004000;">)<br /> </span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">OutputDebug</span><span style="color: #004000;">(</span><span style="color: #c00000;">"S $line"</span><span style="color: #004000;">);<br /> return(</span><span style="color: #0000bb;">$line</span><span style="color: #004000;">);<br /> }<br /> }<br /> }</p><p>Function </span><span style="color: #0000bb;">PutLine</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$connection</span><span style="color: #004000;">,</span><span style="color: #0000bb;">$line</span><span style="color: #004000;">)<br /> {<br /> if(</span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">debug</span><span style="color: #004000;">)<br /> </span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">OutputDebug</span><span style="color: #004000;">(</span><span style="color: #c00000;">"C $line"</span><span style="color: #004000;">);<br /> return(@</span><span style="color: #0000bb;">fputs</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$connection</span><span style="color: #004000;">,</span><span style="color: #c00000;">"$linern"</span><span style="color: #004000;">));<br /> }</p><p>Function </span><span style="color: #0000bb;">ValidateEmailAddress</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$email</span><span style="color: #004000;">)<br /> {<br /> if(IsSet(</span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">preg</span><span style="color: #004000;">))<br /> {<br /> if(</span><span style="color: #0000bb;">strlen</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">preg</span><span style="color: #004000;">))<br /> return(</span><span style="color: #0000bb;">preg_match</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">preg</span><span style="color: #004000;">,</span><span style="color: #0000bb;">$email</span><span style="color: #004000;">));<br /> }<br /> else<br /> {<br /> </span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">preg</span><span style="color: #004000;">=(</span><span style="color: #0000bb;">function_exists</span><span style="color: #004000;">(</span><span style="color: #c00000;">"preg_match"</span><span style="color: #004000;">) ? </span><span style="color: #c00000;">"/"</span><span style="color: #004000;">.</span><span style="color: #0000bb;">str_replace</span><span style="color: #004000;">(</span><span style="color: #c00000;">"/"</span><span style="color: #004000;">, </span><span style="color: #c00000;">"\/"</span><span style="color: #004000;">, </span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">email_regular_expression</span><span style="color: #004000;">).</span><span style="color: #c00000;">"/" </span><span style="color: #004000;">: </span><span style="color: #c00000;">""</span><span style="color: #004000;">);<br /> return(</span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">ValidateEmailAddress</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$email</span><span style="color: #004000;">));<br /> }<br /> return(</span><span style="color: #0000bb;">eregi</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">email_regular_expression</span><span style="color: #004000;">,</span><span style="color: #0000bb;">$email</span><span style="color: #004000;">)!=</span><span style="color: #0000bb;">0</span><span style="color: #004000;">);<br /> }</p><p>Function </span><span style="color: #0000bb;">ValidateEmailHost</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$email</span><span style="color: #004000;">,&amp;</span><span style="color: #0000bb;">$hosts</span><span style="color: #004000;">)<br /> {<br /> if(!</span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">ValidateEmailAddress</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$email</span><span style="color: #004000;">))<br /> return(</span><span style="color: #0000bb;">0</span><span style="color: #004000;">);<br /> </span><span style="color: #0000bb;">$user</span><span style="color: #004000;">=</span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">Tokenize</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$email</span><span style="color: #004000;">,</span><span style="color: #c00000;">"@"</span><span style="color: #004000;">);<br /> </span><span style="color: #0000bb;">$domain</span><span style="color: #004000;">=</span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">Tokenize</span><span style="color: #004000;">(</span><span style="color: #c00000;">""</span><span style="color: #004000;">);<br /> </span><span style="color: #0000bb;">$hosts</span><span style="color: #004000;">=</span><span style="color: #0000bb;">$weights</span><span style="color: #004000;">=array();<br /> </span><span style="color: #0000bb;">$getmxrr</span><span style="color: #004000;">=</span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">getmxrr</span><span style="color: #004000;">;<br /> if(</span><span style="color: #0000bb;">function_exists</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$getmxrr</span><span style="color: #004000;">)<br /> &amp;&amp; </span><span style="color: #0000bb;">$getmxrr</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$domain</span><span style="color: #004000;">,</span><span style="color: #0000bb;">$hosts</span><span style="color: #004000;">,</span><span style="color: #0000bb;">$weights</span><span style="color: #004000;">))<br /> {<br /> </span><span style="color: #0000bb;">$mxhosts</span><span style="color: #004000;">=array();<br /> for(</span><span style="color: #0000bb;">$host</span><span style="color: #004000;">=</span><span style="color: #0000bb;">0</span><span style="color: #004000;">;</span><span style="color: #0000bb;">$host</span><span style="color: #004000;">&lt;</span><span style="color: #0000bb;">count</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$hosts</span><span style="color: #004000;">);</span><span style="color: #0000bb;">$host</span><span style="color: #004000;">++)<br /> </span><span style="color: #0000bb;">$mxhosts</span><span style="color: #004000;">[</span><span style="color: #0000bb;">$weights</span><span style="color: #004000;">[</span><span style="color: #0000bb;">$host</span><span style="color: #004000;">]]=</span><span style="color: #0000bb;">$hosts</span><span style="color: #004000;">[</span><span style="color: #0000bb;">$host</span><span style="color: #004000;">];<br /> </span><span style="color: #0000bb;">KSort</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$mxhosts</span><span style="color: #004000;">);<br /> for(</span><span style="color: #0000bb;">Reset</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$mxhosts</span><span style="color: #004000;">),</span><span style="color: #0000bb;">$host</span><span style="color: #004000;">=</span><span style="color: #0000bb;">0</span><span style="color: #004000;">;</span><span style="color: #0000bb;">$host</span><span style="color: #004000;">&lt;</span><span style="color: #0000bb;">count</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$mxhosts</span><span style="color: #004000;">);</span><span style="color: #0000bb;">Next</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$mxhosts</span><span style="color: #004000;">),</span><span style="color: #0000bb;">$host</span><span style="color: #004000;">++)<br /> </span><span style="color: #0000bb;">$hosts</span><span style="color: #004000;">[</span><span style="color: #0000bb;">$host</span><span style="color: #004000;">]=</span><span style="color: #0000bb;">$mxhosts</span><span style="color: #004000;">[</span><span style="color: #0000bb;">Key</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$mxhosts</span><span style="color: #004000;">)];<br /> }<br /> else<br /> {<br /> if(</span><span style="color: #0000bb;">strcmp</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$ip</span><span style="color: #004000;">=@</span><span style="color: #0000bb;">gethostbyname</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$domain</span><span style="color: #004000;">),</span><span style="color: #0000bb;">$domain</span><span style="color: #004000;">)<br /> &amp;&amp; (</span><span style="color: #0000bb;">strlen</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">exclude_address</span><span style="color: #004000;">)==</span><span style="color: #0000bb;">0<br /> </span><span style="color: #004000;">|| </span><span style="color: #0000bb;">strcmp</span><span style="color: #004000;">(@</span><span style="color: #0000bb;">gethostbyname</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">exclude_address</span><span style="color: #004000;">),</span><span style="color: #0000bb;">$ip</span><span style="color: #004000;">)))<br /> </span><span style="color: #0000bb;">$hosts</span><span style="color: #004000;">[]=</span><span style="color: #0000bb;">$domain</span><span style="color: #004000;">;<br /> }<br /> return(</span><span style="color: #0000bb;">count</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$hosts</span><span style="color: #004000;">)!=</span><span style="color: #0000bb;">0</span><span style="color: #004000;">);<br /> }</p><p>Function </span><span style="color: #0000bb;">VerifyResultLines</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$connection</span><span style="color: #004000;">,</span><span style="color: #0000bb;">$code</span><span style="color: #004000;">)<br /> {<br /> while((</span><span style="color: #0000bb;">$line</span><span style="color: #004000;">=</span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">GetLine</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$connection</span><span style="color: #004000;">)))<br /> {<br /> </span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">last_code</span><span style="color: #004000;">=</span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">Tokenize</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$line</span><span style="color: #004000;">,</span><span style="color: #c00000;">" -"</span><span style="color: #004000;">);<br /> if(</span><span style="color: #0000bb;">strcmp</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">last_code</span><span style="color: #004000;">,</span><span style="color: #0000bb;">$code</span><span style="color: #004000;">))<br /> return(</span><span style="color: #0000bb;">0</span><span style="color: #004000;">);<br /> if(!</span><span style="color: #0000bb;">strcmp</span><span style="color: #004000;">(</span><span style="color: #0000bb;">substr</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$line</span><span style="color: #004000;">, </span><span style="color: #0000bb;">strlen</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">last_code</span><span style="color: #004000;">), </span><span style="color: #0000bb;">1</span><span style="color: #004000;">),</span><span style="color: #c00000;">" "</span><span style="color: #004000;">))<br /> return(</span><span style="color: #0000bb;">1</span><span style="color: #004000;">);<br /> }<br /> return(-</span><span style="color: #0000bb;">1</span><span style="color: #004000;">);<br /> }</p><p>Function </span><span style="color: #0000bb;">ValidateEmailBox</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$email</span><span style="color: #004000;">)<br /> {<br /> if(!</span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">ValidateEmailHost</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$email</span><span style="color: #004000;">,</span><span style="color: #0000bb;">$hosts</span><span style="color: #004000;">))<br /> return(</span><span style="color: #0000bb;">0</span><span style="color: #004000;">);<br /> if(!</span><span style="color: #0000bb;">strcmp</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$localhost</span><span style="color: #004000;">=</span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">localhost</span><span style="color: #004000;">,</span><span style="color: #c00000;">""</span><span style="color: #004000;">)<br /> &amp;&amp; !</span><span style="color: #0000bb;">strcmp</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$localhost</span><span style="color: #004000;">=</span><span style="color: #0000bb;">getenv</span><span style="color: #004000;">(</span><span style="color: #c00000;">"SERVER_NAME"</span><span style="color: #004000;">),</span><span style="color: #c00000;">""</span><span style="color: #004000;">)<br /> &amp;&amp; !</span><span style="color: #0000bb;">strcmp</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$localhost</span><span style="color: #004000;">=</span><span style="color: #0000bb;">getenv</span><span style="color: #004000;">(</span><span style="color: #c00000;">"HOST"</span><span style="color: #004000;">),</span><span style="color: #c00000;">""</span><span style="color: #004000;">))<br /> </span><span style="color: #0000bb;">$localhost</span><span style="color: #004000;">=</span><span style="color: #c00000;">"localhost"</span><span style="color: #004000;">;<br /> if(!</span><span style="color: #0000bb;">strcmp</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$localuser</span><span style="color: #004000;">=</span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">localuser</span><span style="color: #004000;">,</span><span style="color: #c00000;">""</span><span style="color: #004000;">)<br /> &amp;&amp; !</span><span style="color: #0000bb;">strcmp</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$localuser</span><span style="color: #004000;">=</span><span style="color: #0000bb;">getenv</span><span style="color: #004000;">(</span><span style="color: #c00000;">"USERNAME"</span><span style="color: #004000;">),</span><span style="color: #c00000;">""</span><span style="color: #004000;">)<br /> &amp;&amp; !</span><span style="color: #0000bb;">strcmp</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$localuser</span><span style="color: #004000;">=</span><span style="color: #0000bb;">getenv</span><span style="color: #004000;">(</span><span style="color: #c00000;">"USER"</span><span style="color: #004000;">),</span><span style="color: #c00000;">""</span><span style="color: #004000;">))<br /> </span><span style="color: #0000bb;">$localuser</span><span style="color: #004000;">=</span><span style="color: #c00000;">"root"</span><span style="color: #004000;">;<br /> for(</span><span style="color: #0000bb;">$host</span><span style="color: #004000;">=</span><span style="color: #0000bb;">0</span><span style="color: #004000;">;</span><span style="color: #0000bb;">$host</span><span style="color: #004000;">&lt;</span><span style="color: #0000bb;">count</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$hosts</span><span style="color: #004000;">);</span><span style="color: #0000bb;">$host</span><span style="color: #004000;">++)<br /> {<br /> </span><span style="color: #0000bb;">$domain</span><span style="color: #004000;">=</span><span style="color: #0000bb;">$hosts</span><span style="color: #004000;">[</span><span style="color: #0000bb;">$host</span><span style="color: #004000;">];<br /> if(</span><span style="color: #0000bb;">ereg</span><span style="color: #004000;">(</span><span style="color: #c00000;">'^[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}$'</span><span style="color: #004000;">,</span><span style="color: #0000bb;">$domain</span><span style="color: #004000;">))<br /> </span><span style="color: #0000bb;">$ip</span><span style="color: #004000;">=</span><span style="color: #0000bb;">$domain</span><span style="color: #004000;">;<br /> else<br /> {<br /> if(</span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">debug</span><span style="color: #004000;">)<br /> </span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">OutputDebug</span><span style="color: #004000;">(</span><span style="color: #c00000;">"Resolving host name ""</span><span style="color: #004000;">.</span><span style="color: #0000bb;">$hosts</span><span style="color: #004000;">[</span><span style="color: #0000bb;">$host</span><span style="color: #004000;">].</span><span style="color: #c00000;">""..."</span><span style="color: #004000;">);<br /> if(!</span><span style="color: #0000bb;">strcmp</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$ip</span><span style="color: #004000;">=@</span><span style="color: #0000bb;">gethostbyname</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$domain</span><span style="color: #004000;">),</span><span style="color: #0000bb;">$domain</span><span style="color: #004000;">))<br /> {<br /> if(</span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">debug</span><span style="color: #004000;">)<br /> </span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">OutputDebug</span><span style="color: #004000;">(</span><span style="color: #c00000;">"Could not resolve host name ""</span><span style="color: #004000;">.</span><span style="color: #0000bb;">$hosts</span><span style="color: #004000;">[</span><span style="color: #0000bb;">$host</span><span style="color: #004000;">].</span><span style="color: #c00000;">""."</span><span style="color: #004000;">);<br /> continue;<br /> }<br /> }<br /> if(</span><span style="color: #0000bb;">strlen</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">exclude_address</span><span style="color: #004000;">)<br /> &amp;&amp; !</span><span style="color: #0000bb;">strcmp</span><span style="color: #004000;">(@</span><span style="color: #0000bb;">gethostbyname</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">exclude_address</span><span style="color: #004000;">),</span><span style="color: #0000bb;">$ip</span><span style="color: #004000;">))<br /> {<br /> if(</span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">debug</span><span style="color: #004000;">)<br /> </span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">OutputDebug</span><span style="color: #004000;">(</span><span style="color: #c00000;">"Host address of ""</span><span style="color: #004000;">.</span><span style="color: #0000bb;">$hosts</span><span style="color: #004000;">[</span><span style="color: #0000bb;">$host</span><span style="color: #004000;">].</span><span style="color: #c00000;">"" is the exclude address"</span><span style="color: #004000;">);<br /> continue;<br /> }<br /> if(</span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">debug</span><span style="color: #004000;">)<br /> </span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">OutputDebug</span><span style="color: #004000;">(</span><span style="color: #c00000;">"Connecting to host address ""</span><span style="color: #004000;">.</span><span style="color: #0000bb;">$ip</span><span style="color: #004000;">.</span><span style="color: #c00000;">""..."</span><span style="color: #004000;">);<br /> if((</span><span style="color: #0000bb;">$connection</span><span style="color: #004000;">=(</span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">timeout </span><span style="color: #004000;">? @</span><span style="color: #0000bb;">fsockopen</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$ip</span><span style="color: #004000;">,</span><span style="color: #0000bb;">25</span><span style="color: #004000;">,</span><span style="color: #0000bb;">$errno</span><span style="color: #004000;">,</span><span style="color: #0000bb;">$error</span><span style="color: #004000;">,</span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">timeout</span><span style="color: #004000;">) : @</span><span style="color: #0000bb;">fsockopen</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$ip</span><span style="color: #004000;">,</span><span style="color: #0000bb;">25</span><span style="color: #004000;">))))<br /> {<br /> </span><span style="color: #0000bb;">$timeout</span><span style="color: #004000;">=(</span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">data_timeout </span><span style="color: #004000;">? </span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">data_timeout </span><span style="color: #004000;">: </span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">timeout</span><span style="color: #004000;">);<br /> if(</span><span style="color: #0000bb;">$timeout<br /> </span><span style="color: #004000;">&amp;&amp; </span><span style="color: #0000bb;">function_exists</span><span style="color: #004000;">(</span><span style="color: #c00000;">"socket_set_timeout"</span><span style="color: #004000;">))<br /> </span><span style="color: #0000bb;">socket_set_timeout</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$connection</span><span style="color: #004000;">,</span><span style="color: #0000bb;">$timeout</span><span style="color: #004000;">,</span><span style="color: #0000bb;">0</span><span style="color: #004000;">);<br /> if(</span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">debug</span><span style="color: #004000;">)<br /> </span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">OutputDebug</span><span style="color: #004000;">(</span><span style="color: #c00000;">"Connected."</span><span style="color: #004000;">);<br /> if(</span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">VerifyResultLines</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$connection</span><span style="color: #004000;">,</span><span style="color: #c00000;">"220"</span><span style="color: #004000;">)&gt;</span><span style="color: #0000bb;">0<br /> </span><span style="color: #004000;">&amp;&amp; </span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">PutLine</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$connection</span><span style="color: #004000;">,</span><span style="color: #c00000;">"HELO $localhost"</span><span style="color: #004000;">)<br /> &amp;&amp; </span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">VerifyResultLines</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$connection</span><span style="color: #004000;">,</span><span style="color: #c00000;">"250"</span><span style="color: #004000;">)&gt;</span><span style="color: #0000bb;">0<br /> </span><span style="color: #004000;">&amp;&amp; </span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">PutLine</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$connection</span><span style="color: #004000;">,</span><span style="color: #c00000;">"MAIL FROM: &lt;$localuser@$localhost&gt;"</span><span style="color: #004000;">)<br /> &amp;&amp; </span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">VerifyResultLines</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$connection</span><span style="color: #004000;">,</span><span style="color: #c00000;">"250"</span><span style="color: #004000;">)&gt;</span><span style="color: #0000bb;">0<br /> </span><span style="color: #004000;">&amp;&amp; </span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">PutLine</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$connection</span><span style="color: #004000;">,</span><span style="color: #c00000;">"RCPT TO: &lt;$email&gt;"</span><span style="color: #004000;">)<br /> &amp;&amp; (</span><span style="color: #0000bb;">$result</span><span style="color: #004000;">=</span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">VerifyResultLines</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$connection</span><span style="color: #004000;">,</span><span style="color: #c00000;">"250"</span><span style="color: #004000;">))&gt;=</span><span style="color: #0000bb;">0</span><span style="color: #004000;">)<br /> {<br /> if(</span><span style="color: #0000bb;">$result</span><span style="color: #004000;">)<br /> {<br /> if(</span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">PutLine</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$connection</span><span style="color: #004000;">,</span><span style="color: #c00000;">"DATA"</span><span style="color: #004000;">))<br /> </span><span style="color: #0000bb;">$result</span><span style="color: #004000;">=(</span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">VerifyResultLines</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$connection</span><span style="color: #004000;">,</span><span style="color: #c00000;">"354"</span><span style="color: #004000;">)!=</span><span style="color: #0000bb;">0</span><span style="color: #004000;">);<br /> }<br /> else<br /> {<br /> if(</span><span style="color: #0000bb;">strlen</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">last_code</span><span style="color: #004000;">)<br /> &amp;&amp; !</span><span style="color: #0000bb;">strcmp</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">last_code</span><span style="color: #004000;">[</span><span style="color: #0000bb;">0</span><span style="color: #004000;">],</span><span style="color: #c00000;">"4"</span><span style="color: #004000;">))<br /> </span><span style="color: #0000bb;">$result</span><span style="color: #004000;">=-</span><span style="color: #0000bb;">1</span><span style="color: #004000;">;<br /> }<br /> if(</span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">debug</span><span style="color: #004000;">)<br /> </span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">OutputDebug</span><span style="color: #004000;">(</span><span style="color: #c00000;">"This host states that the address is "</span><span style="color: #004000;">.(</span><span style="color: #0000bb;">$result </span><span style="color: #004000;">? (</span><span style="color: #0000bb;">$result</span><span style="color: #004000;">&gt;</span><span style="color: #0000bb;">0 </span><span style="color: #004000;">? </span><span style="color: #c00000;">"valid" </span><span style="color: #004000;">: </span><span style="color: #c00000;">"undetermined"</span><span style="color: #004000;">) : </span><span style="color: #c00000;">"not valid"</span><span style="color: #004000;">).</span><span style="color: #c00000;">"."</span><span style="color: #004000;">);<br /> @</span><span style="color: #0000bb;">fclose</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$connection</span><span style="color: #004000;">);<br /> if(</span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">debug</span><span style="color: #004000;">)<br /> </span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">OutputDebug</span><span style="color: #004000;">(</span><span style="color: #c00000;">"Disconnected."</span><span style="color: #004000;">);<br /> return(</span><span style="color: #0000bb;">$result</span><span style="color: #004000;">);<br /> }<br /> if(</span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">debug</span><span style="color: #004000;">)<br /> </span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">OutputDebug</span><span style="color: #004000;">(</span><span style="color: #c00000;">"Unable to validate the address with this host."</span><span style="color: #004000;">);<br /> @</span><span style="color: #0000bb;">fclose</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$connection</span><span style="color: #004000;">);<br /> if(</span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">debug</span><span style="color: #004000;">)<br /> </span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">OutputDebug</span><span style="color: #004000;">(</span><span style="color: #c00000;">"Disconnected."</span><span style="color: #004000;">);<br /> }<br /> else<br /> {<br /> if(</span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">debug</span><span style="color: #004000;">)<br /> </span><span style="color: #0000bb;">$this</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">OutputDebug</span><span style="color: #004000;">(</span><span style="color: #c00000;">"Failed."</span><span style="color: #004000;">);<br /> }<br /> }<br /> return(-</span><span style="color: #0000bb;">1</span><span style="color: #004000;">);<br /> }<br /> };</p><p></span><span style="color: #0000bb;">?&gt;</span></span></code></p><p><span class="grey">Here is the test code for implementing the class:</span></p><p><code><span style="color: #000000;"><span style="color: #0000bb;">&lt;?php<br /> </span><span style="color: #808080;">/*<br /> * test_email_validation.html<br /> *<br /> * @(#) $Header: /home/mlemos/cvsroot/emailvalidation/test_email_validation.php,v 1.11 2003/12/12 15:25:52 mlemos Exp $<br /> *<br /> */</p><p></span><span style="color: #0000bb;">?&gt;</span>&lt;HTML&gt;<br /> &lt;HEAD&gt;<br /> &lt;TITLE&gt;Test for Manuel Lemos's PHP E-mail validation class&lt;/TITLE&gt;<br /> &lt;/HEAD&gt;<br /> &lt;BODY&gt;<br /> &lt;H1&gt;&lt;CENTER&gt;Test for Manuel Lemos's PHP E-mail validation class&lt;/CENTER&gt;&lt;/H1&gt;<br /> &lt;HR&gt;<br /> <span style="color: #0000bb;">&lt;?php<br /> </span><span style="color: #004000;">require(</span><span style="color: #c00000;">"email_validation.php"</span><span style="color: #004000;">);</p><p></span><span style="color: #0000bb;">$validator</span><span style="color: #004000;">=new </span><span style="color: #0000bb;">email_validation_class</span><span style="color: #004000;">;</p><p></span><span style="color: #808080;">/*<br /> * If you are running under Windows or any other platform that does not<br /> * have enabled the MX resolution function GetMXRR() , you need to<br /> * include code that emulates that function so the class knows which<br /> * SMTP server it should connect to verify if the specified address is<br /> * valid.<br /> */<br /> </span><span style="color: #004000;">if(!</span><span style="color: #0000bb;">function_exists</span><span style="color: #004000;">(</span><span style="color: #c00000;">"GetMXRR"</span><span style="color: #004000;">))<br /> {<br /> </span><span style="color: #808080;">/*<br /> * If possible specify in this array the address of at least on local<br /> * DNS that may be queried from your network.<br /> */<br /> </span><span style="color: #0000bb;">$_NAMESERVERS</span><span style="color: #004000;">=array();<br /> include(</span><span style="color: #c00000;">"getmxrr.php"</span><span style="color: #004000;">);<br /> }<br /> </span><span style="color: #808080;">/*<br /> * If GetMXRR function is available but it is not functional, you may<br /> * use a replacement function.<br /> */<br /> /*<br /> else<br /> {<br /> $_NAMESERVERS=array();<br /> if(count($_NAMESERVERS)==0)<br /> Unset($_NAMESERVERS);<br /> include("rrcompat.php");<br /> $validator-&gt;getmxrr="_getmxrr";<br /> }<br /> */</p><p>/* how many seconds to wait before each attempt to connect to the<br /> destination e-mail server */<br /> </span><span style="color: #0000bb;">$validator</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">timeout</span><span style="color: #004000;">=</span><span style="color: #0000bb;">10</span><span style="color: #004000;">;</p><p></span><span style="color: #808080;">/* how many seconds to wait for data exchanged with the server.<br /> set to a non zero value if the data timeout will be different<br /> than the connection timeout. */<br /> </span><span style="color: #0000bb;">$validator</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">data_timeout</span><span style="color: #004000;">=</span><span style="color: #0000bb;">0</span><span style="color: #004000;">;</p><p></span><span style="color: #808080;">/* user part of the e-mail address of the sending user<br /> (info@phpclasses.org in this example) */<br /> </span><span style="color: #0000bb;">$validator</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">localuser</span><span style="color: #004000;">=</span><span style="color: #c00000;">"info"</span><span style="color: #004000;">;</p><p></span><span style="color: #808080;">/* domain part of the e-mail address of the sending user */<br /> </span><span style="color: #0000bb;">$validator</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">localhost</span><span style="color: #004000;">=</span><span style="color: #c00000;">"phpclasses.org"</span><span style="color: #004000;">;</p><p></span><span style="color: #808080;">/* Set to 1 if you want to output of the dialog with the<br /> destination mail server */<br /> </span><span style="color: #0000bb;">$validator</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">debug</span><span style="color: #004000;">=</span><span style="color: #0000bb;">1</span><span style="color: #004000;">;</p><p></span><span style="color: #808080;">/* Set to 1 if you want the debug output to be formatted to be<br /> displayed properly in a HTML page. */<br /> </span><span style="color: #0000bb;">$validator</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">html_debug</span><span style="color: #004000;">=</span><span style="color: #0000bb;">1</span><span style="color: #004000;">;</p><p></span><span style="color: #808080;">/* When it is not possible to resolve the e-mail address of<br /> destination server (MX record) eventually because the domain is<br /> invalid, this class tries to resolve the domain address (A<br /> record). If it fails, usually the resolver library assumes that<br /> could be because the specified domain is just the subdomain<br /> part. So, it appends the local default domain and tries to<br /> resolve the resulting domain. It may happen that the local DNS<br /> has an * for the A record, so any sub-domain is resolved to some<br /> local IP address. This  prevents the class from figuring if the<br /> specified e-mail address domain is valid. To avoid this problem,<br /> just specify in this variable the local address that the<br /> resolver library would return with gethostbyname() function for<br /> invalid global domains that would be confused with valid local<br /> domains. Here it can be either the domain name or its IP address. */<br /> </span><span style="color: #0000bb;">$validator</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">exclude_address</span><span style="color: #004000;">=</span><span style="color: #c00000;">""</span><span style="color: #004000;">;</p><p>if(IsSet(</span><span style="color: #0000bb;">$_GET</span><span style="color: #004000;">[</span><span style="color: #c00000;">"email"</span><span style="color: #004000;">]))<br /> </span><span style="color: #0000bb;">$email</span><span style="color: #004000;">=</span><span style="color: #0000bb;">$_GET</span><span style="color: #004000;">[</span><span style="color: #c00000;">"email"</span><span style="color: #004000;">];<br /> if(IsSet(</span><span style="color: #0000bb;">$email</span><span style="color: #004000;">)<br /> &amp;&amp; </span><span style="color: #0000bb;">strcmp</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$email</span><span style="color: #004000;">,</span><span style="color: #c00000;">""</span><span style="color: #004000;">))<br /> {<br /> if((</span><span style="color: #0000bb;">$result</span><span style="color: #004000;">=</span><span style="color: #0000bb;">$validator</span><span style="color: #004000;">-&gt;</span><span style="color: #0000bb;">ValidateEmailBox</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$email</span><span style="color: #004000;">))&lt;</span><span style="color: #0000bb;">0</span><span style="color: #004000;">)<br /> echo </span><span style="color: #c00000;">"&lt;H2&gt;&lt;CENTER&gt;It was not possible to determine if &lt;TT&gt;$email&lt;/TT&gt; is a valid deliverable e-mail box address.&lt;/CENTER&gt;&lt;/H2&gt;n"</span><span style="color: #004000;">;<br /> else<br /> echo </span><span style="color: #c00000;">"&lt;H2&gt;&lt;CENTER&gt;&lt;TT&gt;$email&lt;/TT&gt; is "</span><span style="color: #004000;">.(</span><span style="color: #0000bb;">$result </span><span style="color: #004000;">? </span><span style="color: #c00000;">"" </span><span style="color: #004000;">: </span><span style="color: #c00000;">"not "</span><span style="color: #004000;">).</span><span style="color: #c00000;">"a valid deliverable e-mail box address.&lt;/CENTER&gt;&lt;/H2&gt;n"</span><span style="color: #004000;">;<br /> }<br /> else<br /> {<br /> </span><span style="color: #0000bb;">$port</span><span style="color: #004000;">=(</span><span style="color: #0000bb;">strcmp</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$port</span><span style="color: #004000;">=</span><span style="color: #0000bb;">getenv</span><span style="color: #004000;">(</span><span style="color: #c00000;">"SERVER_PORT"</span><span style="color: #004000;">),</span><span style="color: #c00000;">""</span><span style="color: #004000;">) ? </span><span style="color: #0000bb;">intval</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$port</span><span style="color: #004000;">) : </span><span style="color: #0000bb;">80</span><span style="color: #004000;">);<br /> </span><span style="color: #0000bb;">$site</span><span style="color: #004000;">=</span><span style="color: #c00000;">"http://"</span><span style="color: #004000;">.(</span><span style="color: #0000bb;">strcmp</span><span style="color: #004000;">(</span><span style="color: #0000bb;">$site</span><span style="color: #004000;">=</span><span style="color: #0000bb;">getenv</span><span style="color: #004000;">(</span><span style="color: #c00000;">"SERVER_NAME"</span><span style="color: #004000;">),</span><span style="color: #c00000;">""</span><span style="color: #004000;">) ? </span><span style="color: #0000bb;">$site </span><span style="color: #004000;">: </span><span style="color: #c00000;">"localhost"</span><span style="color: #004000;">).(</span><span style="color: #0000bb;">$port</span><span style="color: #004000;">==</span><span style="color: #0000bb;">80 </span><span style="color: #004000;">? </span><span style="color: #c00000;">"" </span><span style="color: #004000;">: </span><span style="color: #c00000;">":"</span><span style="color: #004000;">.</span><span style="color: #0000bb;">$port</span><span style="color: #004000;">).</span><span style="color: #0000bb;">GetEnv</span><span style="color: #004000;">(</span><span style="color: #c00000;">"REQUEST_URI"</span><span style="color: #004000;">);<br /> echo </span><span style="color: #c00000;">"&lt;H2&gt;Access this page using a URL like: $site?email=&lt;A HREF="$site?email=mlemos@acm.org"&gt;&lt;TT&gt;your@test.email.here&lt;/TT&gt;&lt;/A&gt;&lt;/H2&gt;n"</span><span style="color: #004000;">;<br /> }<br /> </span><span style="color: #0000bb;">?&gt;<br /> </span>&lt;HR&gt;<br /> &lt;/BODY&gt;<br /> &lt;/HTML&gt;</span></code></p><p><code><span style="color: #000000;"> </span></code></p> ]]></content:encoded> <wfw:commentRss>http://newpush.com/2009/05/how-to-validate-emails-using-php/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Can your address book accomodate adressee groups?</title><link>http://newpush.com/2006/11/can-your-address-book-accomodate-adressee-groups/</link> <comments>http://newpush.com/2006/11/can-your-address-book-accomodate-adressee-groups/#comments</comments> <pubDate>Wed, 08 Nov 2006 12:16:03 +0000</pubDate> <dc:creator>Domonkos</dc:creator> <category><![CDATA[Hosting Support]]></category> <category><![CDATA[email]]></category> <category><![CDATA[MS Outlook]]></category> <category><![CDATA[Thunderbird]]></category> <category><![CDATA[Webmail]]></category><guid isPermaLink="false">http://newpush.com/?p=1498</guid> <description><![CDATA[There are multiple ways to have address books: In your email program (i.e. Mozilla Thunderbird or Outlook Express) you can set up distribution lists. In the email management tool, you can set up aliases with multiple recipients (there is virtually &#8230; <a href="http://newpush.com/2006/11/can-your-address-book-accomodate-adressee-groups/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>There are multiple ways to have address books:</p><ul><li>In your email program (i.e. <a href="http://mozilla.org/">Mozilla Thunderbird</a> or Outlook Express) you can set up distribution lists.</li><li>In the email management tool, you can set up aliases with multiple recipients (there is virtually no limit to the number of recipients)</li><li>In the address book of webmail, you can set up distribution lists as well.</li><li>We can create mailing lists for you if you would like us to, and we can even create them with autoresponder and other sales enhancing tools.</li></ul><p>&nbsp;</p> ]]></content:encoded> <wfw:commentRss>http://newpush.com/2006/11/can-your-address-book-accomodate-adressee-groups/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How do I change my secure webmail password?</title><link>http://newpush.com/2006/11/how-do-i-change-my-secure-webmail-password/</link> <comments>http://newpush.com/2006/11/how-do-i-change-my-secure-webmail-password/#comments</comments> <pubDate>Wed, 08 Nov 2006 12:15:00 +0000</pubDate> <dc:creator>Domonkos</dc:creator> <category><![CDATA[Dedicated Servers]]></category> <category><![CDATA[Hosting Support]]></category> <category><![CDATA[Managed Hosting]]></category> <category><![CDATA[email]]></category> <category><![CDATA[IMAP4]]></category> <category><![CDATA[POP3]]></category> <category><![CDATA[Webmail]]></category><guid isPermaLink="false">http://newpush.com/?p=1496</guid> <description><![CDATA[Both the secure webmail and the secure POP3 or IMAP4 email are protected with the same password for each user. There are 2 ways to update a secure email user&#8217;s password: Login to the eMail Administration tool with the email &#8230; <a href="http://newpush.com/2006/11/how-do-i-change-my-secure-webmail-password/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>Both the secure webmail and the secure POP3 or IMAP4 email are protected with the same password for each user. There are 2 ways to update a secure email user&#8217;s password:</p><ul><li>Login to the <a href="https://start.thenewpush.com/email-admin">eMail Administration tool</a> with the email address and password</li><li>Login to the <a href="https://start.thenewpush.com/email-admin">eMail Administration tool</a> with the domain name and the master password.</li></ul> ]]></content:encoded> <wfw:commentRss>http://newpush.com/2006/11/how-do-i-change-my-secure-webmail-password/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How do I increase the attachment size with Horde / Imp?</title><link>http://newpush.com/2006/11/how-do-i-increase-the-attachment-size-with-horde-imp/</link> <comments>http://newpush.com/2006/11/how-do-i-increase-the-attachment-size-with-horde-imp/#comments</comments> <pubDate>Wed, 08 Nov 2006 12:14:25 +0000</pubDate> <dc:creator>Domonkos</dc:creator> <category><![CDATA[Dedicated Servers]]></category> <category><![CDATA[Hosting Support]]></category> <category><![CDATA[Managed Hosting]]></category> <category><![CDATA[email]]></category> <category><![CDATA[Webmail]]></category><guid isPermaLink="false">http://newpush.com/?p=1494</guid> <description><![CDATA[As Horde/Imp is PHP based, there are a few places that need to be adjusted: /etc/php.ini: memory_limit = 20M ; needs to be 2-3 x max upload/attach /etc/php.ini: file_uploads = On /etc/php.ini: upload_tmp_dir = /tmp ; changing that will confuse &#8230; <a href="http://newpush.com/2006/11/how-do-i-increase-the-attachment-size-with-horde-imp/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>As Horde/Imp is PHP based, there are a few places that need to be adjusted:</p><ul><li>/etc/php.ini: memory_limit = 20M ; needs to be 2-3 x max upload/attach</li><li>/etc/php.ini: file_uploads = On</li><li>/etc/php.ini: upload_tmp_dir = /tmp ; changing that will confuse horde</li><li>/etc/php.ini: upload_max_filesize = 20M ; max inividual attachment</li><li>/etc/httpd/conf.d/php.conf: LimitRequestBody 536870912 # max individual upload</li></ul><p>Reember that IMP works better with <em>safe_mode Off</em>.</p> ]]></content:encoded> <wfw:commentRss>http://newpush.com/2006/11/how-do-i-increase-the-attachment-size-with-horde-imp/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How do I check webmail on Ensim?</title><link>http://newpush.com/2006/11/how-do-i-check-webmail-on-ensim/</link> <comments>http://newpush.com/2006/11/how-do-i-check-webmail-on-ensim/#comments</comments> <pubDate>Wed, 08 Nov 2006 12:13:24 +0000</pubDate> <dc:creator>Domonkos</dc:creator> <category><![CDATA[Dedicated Servers]]></category> <category><![CDATA[Hosting Support]]></category> <category><![CDATA[Managed Hosting]]></category> <category><![CDATA[email]]></category> <category><![CDATA[Webmail]]></category><guid isPermaLink="false">http://newpush.com/?p=1492</guid> <description><![CDATA[If your site is hosted on an Ensim appliance, with your email bundled in the same control panel, you can check webmail by adding &#8220;squirrelmail&#8221; to your website URL. For example, if your website is www.mywebsite.com, you would check email &#8230; <a href="http://newpush.com/2006/11/how-do-i-check-webmail-on-ensim/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>If your site is hosted on an Ensim appliance, with your email bundled in the same control panel, you can check webmail by adding &#8220;squirrelmail&#8221; to your website URL. For example, if your website is www.mywebsite.com, you would check email by going to &lt;http://www.mywebsite.com/squirrelmail&gt;.</p> ]]></content:encoded> <wfw:commentRss>http://newpush.com/2006/11/how-do-i-check-webmail-on-ensim/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Served from: newpush.com @ 2012-02-09 09:25:20 by W3 Total Cache -->
