After testing the outgoing email server, I find my outgoing server is missing the SPF record. By looking at the Sender Policy Framework site, the deployment is fairly simple if you can edit your DNS records. The web site provides the wizard to create the SPF record. Once the SPF record is created, just add it to your domain’s TXT record. And rerun the outgoing email test to verify the deployment.
Search This Blog
Test Outgoing Email Server with Some of the “Best Practices”
While searching the greylisting topic about email delivery problem, I find the “All About Spam” web site offers an outgoing email server test page. It’s a useful tool to learn about your email server compliance; and its report also provides the information on what you can do to make your email not been blocked by the recipient email server.
All About Spam Email Server Test Page can test your outgoing email server with the following technologies/RFC compliance:
- HELO Greeting
- Reverse DNS
- DNSBL (RBL)
- SPF
- Domain Keys
- SPAMAssassin Content Checks
- BATV (Bounce Address Tag Validation)
- Greylisting
- URIBL
Testing Process
- Send an Email to test@allaboutspam.com
- That email will bounce with a URL in the bounce message.
- Either click on the URL or Copy/paste the URL in a browser.
- You will see report on your Email Server.
Greylisting – Use Against E-mail Spam
Definition: In name, as well as operation, greylisting is related to whitelisting and blacklisting. What happen is that each time a given mailbox receives an email from an unknown contact (ip), that mail is rejected with a "try again later"-message (This happens at the SMTP layer and is transparent to the end user). This, in the short run, means that all mail gets delayed at least until the sender tries again - but this is where spam loses out! Most spam is not sent out using RFC compliant MTAs; the spamming software will not try again later.
Source: http://www.greylisting.org/
Remove the Backed Up Files After Windows 7 / Windows Server 2008 R2 SP1
dism /online /cleanup-image /spsuperseded
DNS Lookup Tool - DIG
A windows version of dig can be downloaded at http://www.isc.org/downloads.
Example commands:
- dig abc.com
- dig abc.com any
- dig abc.com ns
- dig abc.com mx
- dig abc.com any @dns-server
Remove IT Policy from a BlackBerry Smartphone
There are many methods to remove an IT policy from a BlackBerry smartphone. See this KB for more details. Here is the easiest method (I think) – using loader.exe.
- Connect the smartphone to the computer.
From the Start menu, click Programs > Accessories > Command Prompt.
Note: When a computer running Windows Vista™ or Windows 7 is used, the user might need to right-click the Command Prompt application and choose Run as administrator. - Find the Apploader folder by typing cd C:\Program Files\Common Files\Research In Motion\Apploader and then pressing ENTER.
Note: For computers using a 64-bit version of Windows, navigate to C:\Program Files (x86)\Common Files\Research In Motion\Apploader. - Type loader.exe /resettofactory.
- Type the BlackBerry smartphone password if prompted.
Exchange Server Licensing
- One Exchange server license per Exchange server
- Exchange Standard v.s Enterprise edition:
- 5 databases per Standard edition
- 100 databases per Enterprise edition
- For database availability group (DAG), do not need Exchange Enterprise edition; however, must have Windows Server 2008 or Windows Server 2008 R2 Enterprise edition.
- One client access license (CAL) per user
- Standard v.s. Enterprise CAL:
- Enterprise CALs are add-ons to Standard CALs. To buy Enterprise CALs must buy the amount of Standard CALs.
- Enterprise CAL features:
- Unified messaging
- Custom retention policies
- Advanced Exchange ActiveSync policies
- Per-user or per-distribution-list journaling
- Personal Archive feature
- Multi-mailbox search
- Information protection and control feature set
Use WinSCP to Transfer Files in vCSA 6.7
This is a quick update on my previous post “ Use WinSCP to Transfer Files in vCSA 6.5 ”. When I try the same SFTP server setting in vCSA 6.7...
-
Recently, we created a new child domain in the existing AD forest with two new Windows Server 2012 R2 domain controllers. The AD authenticat...
-
find out the name of vSphere host running the stuck task if possible SSH to the vCenter Server server appliance service vmware-vpxd resta...
-
Updated on 07/13/2016. See the update this post, I might find the ultimate solution, even I am still not sure what the cause of the issue. ...