<?xml version="1.0" encoding="ASCII"?>
<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>Secure by Design &#187; Support</title>
	<atom:link href="http://www.secure-by-design.com/category/support/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.secure-by-design.com</link>
	<description>Helping You Make Sense of the Internet.</description>
	<lastBuildDate>Wed, 21 Dec 2011 00:12:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Mail System Outage September 11, 2011</title>
		<link>http://www.secure-by-design.com/2011/09/mail-system-outage-september-11-2011/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mail-system-outage-september-11-2011</link>
		<comments>http://www.secure-by-design.com/2011/09/mail-system-outage-september-11-2011/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 16:25:00 +0000</pubDate>
		<dc:creator>curtis</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Support]]></category>

		<guid isPermaLink="false">http://www.secure-by-design.com/?p=978</guid>
		<description><![CDATA[At some point September 11, 2011 our antivirus program for our mail servers suffered a severe failure.  As a protection measure, all inbound email was not processed until antivirus functions were restored.  Antivirus function was restored on September 11, not long after, however, due to the shear volume of mail that had accumulated, our servers [...]]]></description>
			<content:encoded><![CDATA[<p>At some point September 11, 2011 our antivirus program for our mail servers suffered a severe failure.  As a protection measure, all inbound email was not processed until antivirus functions were restored.  Antivirus function was restored on September 11, not long after, however, due to the shear volume of mail that had accumulated, our servers have become overloaded as they work to process all the incoming mail.  As load average becomes high, we detect it, and then shunt the data away from the overloaded system to return the load back to normal.  When load average becomes high, services such as sending mail, and webmail become inactive.</p>
<p>If it is not essential for you to check your email, please hold off until noon, September 12.  Otherwise, we are working hard to ensure all mail services can operate as best as possible.  We apologize for the inconvenience.  This should resolve after  our systems fully catch up, and we expect full function to be restored at noon, September 12.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.secure-by-design.com/2011/09/mail-system-outage-september-11-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DSL workaround &#8211; change MTU size to 1250</title>
		<link>http://www.secure-by-design.com/2011/05/dsl-workaround-change-mtu-size-1250/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=dsl-workaround-change-mtu-size-1250</link>
		<comments>http://www.secure-by-design.com/2011/05/dsl-workaround-change-mtu-size-1250/#comments</comments>
		<pubDate>Fri, 20 May 2011 19:09:28 +0000</pubDate>
		<dc:creator>Kirk</dc:creator>
				<category><![CDATA[Support]]></category>

		<guid isPermaLink="false">http://www.secure-by-design.com/?p=913</guid>
		<description><![CDATA[For those of you affected by poor DSL performance since Thursday morning, we have discovered a workaround until the underlying network problem is resolved.  The solution is to set your network MTU to 1250. If you have a router, change the MTU on the Internet interface, which should fix the problem for all computers on [...]]]></description>
			<content:encoded><![CDATA[<p>For those of you affected by poor DSL performance since Thursday morning, we have discovered a workaround until the underlying network problem is resolved.  The solution is to set your network MTU to 1250.</p>
<p>If you have a router, change the MTU on the Internet interface, which should fix the problem for all computers on your network at once.  Consult your router&#8217;s documentation for details.</p>
<p>Note, the following instructions are of advanced nature. We provide these instructions on an &#8216;as provided&#8217; basis. If you do not follow the instructions properly, or use them on a different type of computer than described, it may make the problem worse.</p>
<p><strong>Windows 7 </strong>or <strong>Windows Vista</strong> computers do the following:</p>
<ol>
<li>Click on Start. Choose Accessories.</li>
<li>Right click on &#8220;Command Prompt&#8221;. Choose Run as Administrator.</li>
<li>You should get a screen reading &#8220;Administrator: Command Prompt&#8221;.</li>
<li>Type the following:<br />
<span style="font-family: Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 18px; white-space: pre;">netsh interface ipv4 set subinterface &#8220;Local Area Connection&#8221; mtu=1250 store=persistent</span><br />
Or if you use a Wireless connection type:<br />
<span style="font-family: Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 18px; white-space: pre;">netsh interface ipv4 set subinterface &#8220;Wireless Network Connection&#8221; mtu=1250 store=persistent</span></li>
<li>The command should return &#8220;Ok.&#8221;.  If it doesn&#8217;t, you may not be running the command prompt as Administrator.</li>
<li>Reboot your computer.  Or disable, then enable your Local Area Connection.</li>
</ol>
<p><em>The above instructions are a summarized version of <a title="Change your MTU under Windows Vista or Windows 7" href="http://www.richard-slater.co.uk/archives/2009/10/23/change-your-mtu-under-vista-or-windows-7/">this article by Richard Slater</a> (thanks!).</em></p>
<p><em><strong>Macintosh</strong></em> users can easily set their MTU in their System Preferences:</p>
<ol>
<li>Open System Preferences. Choose Network.</li>
<li>Select &#8220;Built-In Ethernet&#8221; or &#8220;Air-Port&#8221; (if you use wireless) from the &#8220;Show&#8221; menu.</li>
<li>Go to &#8220;Advanced Settings&#8221; (Leopard or newer), or &#8220;Etherenet&#8221; (Tiger and earlier).</li>
<li>Change MTU to Custom, and enter 1250.</li>
<li>Click on &#8220;Apply Changes&#8221;, and close System Preferences.<br />
If the settings are greyed out, click the padlock icon on the bottom left to unlock the settings.</li>
</ol>
<p><strong>Linux</strong> systems:</p>
<ol>
<li>Type the following in a terminal window:<br />
sudo ifconfig eth0 mtu 1250</li>
</ol>
<p><strong>Verifying your MTU:</strong></p>
<ol>
<li>Open a web browser. Go to:
<p>http://speedguide.net/analyzer.php</li>
<li>The second line of the report will show your MTU = 1250.  It will also display the following:<br />
<span style="border-collapse: separate; color: #000000; font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;"><span style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; text-align: -webkit-left;"><a style="text-decoration: underline; color: #1d4d70; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif;" onclick="MM_openBrWindow('/terms_popup.php?seek=^mtu$','terms','scrollbars=yes,resizable=yes,width=500,height=300')" href="javascript:// What is mtu ?"><strong>MTU</strong></a><span> </span>= <strong>1250</strong><br />
<span style="color: #ff0000;">MTU is not fully optimized for broadband. Consider increasing your MTU to 1500 for better throughput. If you are using a router, it could be limiting your MTU regardless of Registry settings.</span></span></span></li>
</ol>
<p><span style="font-weight: normal;"> </span></p>
<p>To return your system to normal, repeat the instructions above with the value of 1500.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.secure-by-design.com/2011/05/dsl-workaround-change-mtu-size-1250/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SpamHaus.org Blacklist Resolved</title>
		<link>http://www.secure-by-design.com/2010/11/spamhaus-org-blacklist-resolved/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=spamhaus-org-blacklist-resolved</link>
		<comments>http://www.secure-by-design.com/2010/11/spamhaus-org-blacklist-resolved/#comments</comments>
		<pubDate>Tue, 23 Nov 2010 00:23:18 +0000</pubDate>
		<dc:creator>Kirk</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Support]]></category>

		<guid isPermaLink="false">http://www.secure-by-design.com/?p=651</guid>
		<description><![CDATA[One of our servers, mail.secure-by-design.com was blacklisted by spamhaus.org.  As soon as we became aware of the problem, we worked with our suppliers and spamhaus to get removed from the blacklist. They removed us from the list at approximately 2:30 PM (PST).  Due to the automtaic nature of such lists, we were not notified by [...]]]></description>
			<content:encoded><![CDATA[<p>One of our servers, mail.secure-by-design.com was blacklisted by spamhaus.org.  As soon as we became aware of the problem, we worked with our suppliers and spamhaus to get removed from the blacklist. They removed us from the list at approximately 2:30 PM (PST).  Due to the automtaic nature of such lists, we were not notified by spamhaus when this occurred.</p>
<p>As far as I can tell, it was not because of any email from our server or from our customers. In this case, it seems to be &#8220;Collateral Damage&#8221;, as spamhaus listed a block of 62 IP addresses, including 3 that are assigned to us.</p>
<p>I apologize for any inconvenience, and I am researching options of detecting this class of problem in the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.secure-by-design.com/2010/11/spamhaus-org-blacklist-resolved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Norton Safeweb False Alarm</title>
		<link>http://www.secure-by-design.com/2010/10/norton-safeweb-false-alarm/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=norton-safeweb-false-alarm</link>
		<comments>http://www.secure-by-design.com/2010/10/norton-safeweb-false-alarm/#comments</comments>
		<pubDate>Fri, 01 Oct 2010 17:18:51 +0000</pubDate>
		<dc:creator>Kirk</dc:creator>
				<category><![CDATA[Security Alerts]]></category>
		<category><![CDATA[Support]]></category>

		<guid isPermaLink="false">http://www.secure-by-design.com/?p=621</guid>
		<description><![CDATA[The Norton Safeweb service is presently identifying our site as having a &#8220;Malformed container violation&#8220;. Clicking on their link to read about this threat does not contain any useful information.  I am presently exchanging some emails with the staff  at Symantec to determine what the problem is.  It seems to have a problem with our [...]]]></description>
			<content:encoded><![CDATA[<p>The Norton Safeweb service is presently identifying our site as having a &#8220;<a href="http://www.symantec.com/avcenter/cgi-bin/virauto.cgi?vid=-8">Malformed container violation</a>&#8220;. Clicking on their link to read about this threat does not contain any useful information.  I am presently exchanging some emails with the staff  at Symantec to determine what the problem is.  It seems to have a problem with our RSS feed, at: <a class="linkification-ext" title="Linkification: http://www.secure-by-design.com/feed/" href="http://www.secure-by-design.com/feed/">http://www.secure-by-design.com/feed/</a></p>
<p>I uploaded the feed file to <a title="VirusTotal" href="http://www.virustotal.com/">VirusTotal</a>, an online service that will scan a file using multiple antivirus products.  It did not detect any problems. Neither did AVG&#8217;s Linkscanner.  Here are the VirusTotal Reports:</p>
<ul>
<li><a href="http://www.virustotal.com/url-scan/report.html?id=3358377f82770d30fccca560c3e66ca8-1285944354">Report from 5 link analysis tools</a></li>
<li><a href="http://www.virustotal.com/file-scan/report.html?id=9b4e3fde3c74eead20665093a57aaae685d34ca43425ffba444f4b08e5a0547f-1285951562">Report from the file scanne</a></li>
</ul>
<p>One possibility is that our feeds include some examples of phishing and virus infected emails, which might be the trigger. Or there is an invalid html tag or code in the feed itself.</p>
<p>Unless Norton can produce some concrete evidence of an infection that I can verify with another tool, I am treating this a false alarm.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.secure-by-design.com/2010/10/norton-safeweb-false-alarm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dial Up Number Change</title>
		<link>http://www.secure-by-design.com/2010/06/dial-up-number-change/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=dial-up-number-change</link>
		<comments>http://www.secure-by-design.com/2010/06/dial-up-number-change/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 19:48:05 +0000</pubDate>
		<dc:creator>Kirk</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Support]]></category>

		<guid isPermaLink="false">http://www.secure-by-design.com/?p=499</guid>
		<description><![CDATA[Our dial-up numbers will be changing soon. At this time both the old and new number will work, so you can start using the new numbers right away.  Once the changeover is complete, the old numbers will be phased out.  The Castlegar number has already been turned off, so we urge customers to switch over [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Our dial-up numbers will be changing soon. </strong></p>
<p>At this time both the old and new number will work, so you can start using the new numbers right away.  Once the changeover is complete, the old numbers will be phased out.  The Castlegar number has already been turned off, so we urge customers to switch over to the new numbers right away!</p>
<p>For most Windows systems, you can change the number by clicking the Properties button on the Connect To screen.  For Macintosh users, instructions are posted on our web site here:</p>
<p><a class="linkification-ext" title="Linkification: http://www.secure-by-design.com/support/mac-os-x-dial-up-settings/" href="http://www.secure-by-design.com/support/mac-os-x-dial-up-settings/">http://www.secure-by-design.com/support/mac-os-x-dial-up-settings/</a></p>
<p>The new numbers for the local area are:</p>
<ul>
<li>Castlegar: 250-304-2039</li>
<li>Trail: 250-368-8273</li>
<li>Nelson: <span>250-352-</span>1361</li>
</ul>
<p>We also have dial up access in communities across Canada. For the complete list, see:<br />
<a class="linkification-ext" title="Canadian Dial Up Internet Numbers" href="http://www.secure-by-design.com/support/dial-up-numbers/">http://www.secure-by-design.com/support/dial-up-numbers/</a></p>
<p><strong>Thinking about getting high speed? </strong></p>
<p>Our service area has recently expanded to include parts of 6-Mile and Warfield, and is available in most cities in BC and Alberta. Long time dial-up customers may be eligible to receive a discount on a high speed modem.</p>
<p>You can check if service is available to you on our web site:<br />
<a title="High Speed Availability Check" href="https://service.secure-by-design.com/cgi-bin/adsl-check.cgi">https://service.secure-by-design.com/cgi-bin/adsl-check.cgi</a></p>
<p>If you require assistance with this change, or would like to inquire about high speed upgrade options please call our office:</p>
<p><strong>1-877-373-6121</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.secure-by-design.com/2010/06/dial-up-number-change/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SMTP / Sending Mail Issues</title>
		<link>http://www.secure-by-design.com/2009/06/smtp-sending-mail-issues/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=smtp-sending-mail-issues</link>
		<comments>http://www.secure-by-design.com/2009/06/smtp-sending-mail-issues/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 20:36:10 +0000</pubDate>
		<dc:creator>curtis</dc:creator>
				<category><![CDATA[Support]]></category>

		<guid isPermaLink="false">http://www.secure-by-design.com/?p=275</guid>
		<description><![CDATA[Currently netidea.com has been temporarily blacklisted with AOL.  We have sent in our request to have this blacklist removed, and we expect this to be fully resolved within 48 hours.  Should this timeline change, we will update this post accordingly. Sending mail to aol.com is working again. If you are not sending to an AOL [...]]]></description>
			<content:encoded><![CDATA[<p>Currently netidea.com has been temporarily blacklisted with AOL.  We have sent in our request to have this blacklist removed, and we expect this to be fully resolved within 48 hours.  Should this timeline change, we will update this post accordingly. <strong>Sending mail to aol.com is working again.</strong></p>
<p>If you are not sending to an AOL address and are experiencing problems, you will need to adjust your SMTP settings.  Please refer to <a href="http://www.secure-by-design.com/2008/12/resolving-email-sending-issue-after-service-transition/" target="_blank">this post</a> for information on how to solve the problem, or call us.</p>
<p>In an effort to reduce spam, most ISP&#8217;s block any traffic on the standard Sending mail port #25 for mail servers other than the providor&#8217;s.  For example, if you have High Speed through Shaw, but use us for email.  You cannot send out email using our servers on port 25 while using Shaw internet.  It appears that this policy is now being fully enforced on Net Idea Accounts.   Even though you may have us as your Internet providor, this rule still applies as our mail servers are in our Saint John Data Center in New Brunswick.</p>
<p>If you are unable to make the change as described in <a href="http://www.secure-by-design.com/2008/12/resolving-email-sending-issue-after-service-transition/" target="_blank">this post</a>, you can use <a href="https://mail.secure-by-design.com/squirrelmail/src/login.php" target="_blank">webmail</a> in the interim until we are able to guide you through the fix.  Please feel free to call if you require assistance.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.secure-by-design.com/2009/06/smtp-sending-mail-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Latest Spam Scam &#8211; Updated</title>
		<link>http://www.secure-by-design.com/2008/12/latest-spam-scam/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=latest-spam-scam</link>
		<comments>http://www.secure-by-design.com/2008/12/latest-spam-scam/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 19:18:55 +0000</pubDate>
		<dc:creator>Kirk</dc:creator>
				<category><![CDATA[Support]]></category>
		<category><![CDATA[Phishing]]></category>
		<category><![CDATA[Scams]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Spam]]></category>

		<guid isPermaLink="false">http://www.secure-by-design.com/?p=152</guid>
		<description><![CDATA[The emails below are SCAMs and should be deleted on sight. We would never email you to ask for your password, as we have them on file. If you did reply to this email, and included your password, you need to change your password now! Subject: From: "NETIDEA SUPPORT TEAM" Dear netidea.com Subscriber, We are [...]]]></description>
			<content:encoded><![CDATA[<p>The emails below are SCAMs and should be deleted on sight. We would never email you to ask for your password, as we have them on file. If you did reply to this email, and included your password, you need to change your password now!</p>
<pre style="padding-left: 30px;">
Subject:
From: "NETIDEA  SUPPORT TEAM" <helpdesk@netidea.com>

Dear netidea.com Subscriber,

We are currently carrying-out a  mantainace
process to your netidea.com account, to
complete this, you must reply to
this mail immediately, and enter your
User Name here (,,,,,,,,) And Password here
(.......)  if you are the rightful owner of
this account.

This process we help us to fight against
spam mails.Failure to summit your password,
will render your email address
in-active from our database.

NOTE: If your have done this before, you may ignore
this mail. You will be send a password reset
messenge in next seven (7)
working days after undergoing this process
for security reasons.

Thank you for using netidea.com!
THE netidea.com TEAM
</pre>
<hr />
<pre style="padding-left: 30px;">
Subject: CONFIRM YOUR EMAIL IDENTITY NOW

Dear Email Account Owner,
This message is from webmail messaging center to all webmail
account owners.We are currently upgrading our data base and e-mail account
center.

We are terminating all unused email accounts to create space for
new accounts.To prevent your account from being terminated, you will have
to update it by providing the information requested below:

***********************************************************
CONFIRM YOUR EMAIL IDENTITY NOW
E-mail Username : ...............
E-mail Password : ...............
***********************************************************

Warning!!! Account owners that refuses to update his or her
account within Seven days of receiving this warning will lose his or
her account permanently.

Warning Code:VX2G99AAJ

Thanks,
Webmail Administrator.
</pre>
<hr />
<pre style="padding-left: 30px;">From: "THE NETIDEA UP-GRADE SUPPORT TEAM" <a class="moz-txt-link-rfc2396E" href="mailto:admin@netidea.com"></a>
To: undisclosed-recipients:;
Sent: Tuesday, December 23, 2008 11:54:32
Subject: UP-GRADE YOUR E-MAIL ACCOUNT

Dear valued customer,

We are currently performing maintenance for our
Digital Webmail Customers. We intend upgrading
our Digital Webmail Security Server for better
online services.

In order to ensure you do not experience service
interruption,Please you must reply to this email
immediately and enter your password here (******)
and Check out your new features and enhancements
with your new and improved Netidea Account,To
enable us upgrade your Netidea Account for better
online services please reply to this mail.

Thank You For Using Netidea Account</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.secure-by-design.com/2008/12/latest-spam-scam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resolving Email Sending issue after Service Transition</title>
		<link>http://www.secure-by-design.com/2008/12/resolving-email-sending-issue-after-service-transition/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=resolving-email-sending-issue-after-service-transition</link>
		<comments>http://www.secure-by-design.com/2008/12/resolving-email-sending-issue-after-service-transition/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 06:29:20 +0000</pubDate>
		<dc:creator>Kirk</dc:creator>
				<category><![CDATA[Support]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Settings]]></category>

		<guid isPermaLink="false">http://www.secure-by-design.com/?p=88</guid>
		<description><![CDATA[Overview With our new wholesale supplier, you may need to adjust your email settings if you are unable to send mail to other domains (gmail.com, yahoo.ca, etc). You need to enable SMTP Authentication, and turn on SSL for both POP (Port 995) and SMTP (Port 465) connections. Detailed instructions for Windows can be found below. [...]]]></description>
			<content:encoded><![CDATA[<h3>Overview</h3>
<p>With our new wholesale supplier, you may need to adjust your email settings if you are unable to send mail to other domains (gmail.com, yahoo.ca, etc).</p>
<p>You need to enable SMTP Authentication, and turn on SSL for both POP (Port 995) and SMTP (Port 465) connections. Detailed instructions for Windows can be found below.</p>
<h3>Windows</h3>
<pre>Guide is based on instructions for Outlook Express and Incredimail.  For all
other email clients, such as Eudora, Outlook, Thunderbird, please call for
support.

Go to the "Tools" menu and select "Accounts".

Click on the Tab along the top of the "Internet Accounts" window, that is
labeled as "Mail".

Ensure the account is Highlighted in the list of accounts, and press the
"Properties" button on the right hand side.

On the Tab labeled "Servers", click the very bottom checkmark for "My server
requires authentication", and then click the "Apply" button at the bottom.

Now, click on the "Advanced" tab on the top.  Place a checkmark on both
entries where "This connection requires a secure connection {SSL}", and you
will notice the Incomming Mail port will change to either 995 or 993.  This
is perfectly normal.  The Outgoing port must be changed to 465 instead of
25.  Once this is done, click the "Apply" button at the bottom, and then
"Ok".  

You can then repeat for any other Net Idea email accounts, or close the
Internet Accounts window, and you are now ready to send Email.</pre>
<h3>Macintosh</h3>
<p>Please call for support.</p>
<pre>
Tech Support Available Monday through Friday 9:00am to 8:00 pm at
1-877-373-6121</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.secure-by-design.com/2008/12/resolving-email-sending-issue-after-service-transition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

