What is Greylisting?

Greylisting (or graylisting) is a method of defending e-mail users against spam. A mail transfer agent (MTA) using greylisting will "temporarily reject" any email from a sender it does not recognize. If the mail is legitimate, the originating server will, after a delay, try again and if sufficient time has elapsed, the email will be accepted. If the mail is from a spammer it will probably not be retried since a spammer goes through thousands of email addresses and typically cannot afford the time delay to retry.

By default, Greylisting is enabled on our mail server.

這篇文章有幫助嗎?

 列印本文

Also Read

How to send email using PHP script?

For PHP, We provide pear mail using smtp authentication method , here is the code sample:...

What is SPF record and How to enable it?

  SPF provides a way for a domain to tell the world that mail "from" that domain should...

Instructions for requesting SBC Port 25 Filter Removal

1. Visit the following web site : http://help.sbcglobal.net/servabuse.php 2. You may be prompted...

General SeekDotNet Mail Server Information

...

How do I send email from ASP using SMTP Authentication in ASP.NET?

Here is the code sample :...