Recent Posts

Tags

News

  • Search

    <input class="BlogSearch" type="text" name="searchBox" id="blogSearchText" value="" onkeypress="return blogSearch(event, this);"> <input type="button" value="Search" onclick="return blogSearch2('blogSearchText');" class="BlogSearchButton"> <script type="text/javascript"> function blogSearch(event, oInput) { var keyCode = (event) ? event.keyCode : keyStroke.which; if (keyCode == 13) { top.location = 'http://www.google.com/search?q=' + escape(oInput.value) + '+inurl%3Ajavier+site%3Amsmvps.com'; return false; } return true; } function blogSearch2(oInputId) { var oInput = document.getElementById(oInputId); top.location = 'http://www.google.com/search?q=' + escape(oInput.value) + '+inurl%3Ajavier+site%3Amsmvps.com'; return false; } </script>

Community

Email Notifications

SBS Blogs

Helpful Sites

Archives

Javier's SBS Wonderland

Take the red pill and see how far down the rabbit hole goes...

Browse by Tags

All Tags » Exchange (RSS)
Sorry, but there are no more tags available to filter with.
Email problems when using the POP3 connector
If you are using the POP3 connector to receive mail, but you have some accounts (like a remote user) that are not collected by the SBS box you will find that it’s not possible to send mail to those accounts from inside the SBS domain. As soon as...
Posted: Feb 23 2005, 12:28 PM by Javier | with 11 comment(s)
Filed under:
How to enable SMTP outbound authentication
Here is a Quick Tip- Many smarthosts require that you authenticate before you can relay your mail to them. Unfortunately, the SBS dev team did not add an authentication window to the Configure Email and Internet Connection Wizard (CEICW). You have to...
Posted: Jan 27 2005, 03:14 PM by Javier | with 5 comment(s)
Filed under:
Stop Spam... but not NDRs
I realize that any mail server these days receives tons of spam and that SBSers use employ several methods to cope up with that, but I think that disabling NDRs is not a wise choice. For those who don't know: NDR stands for Non Delivery Report and its...
Posted: Oct 27 2004, 05:14 PM by Javier | with 8 comment(s)
Filed under:
Switching from POP3 to SMTP
Many people has asked in the past how to switch from using the POP3 connector for retreiving mail to use SMTP instead. Switching to SMTP has many advantages like: -Mail is received in realtime (no 15-min delay) -You have control over which servers can...
Posted: Oct 25 2004, 11:59 AM by Javier | with 13 comment(s)
Filed under: