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.

War diese Antwort hilfreich?

 Artikel drucken

Lesen Sie auch

What is the detail for my SMTP and POP3 Server?

If your domain has already pointed to our NameServer, you can just use : mail.yourdomain.com If...

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

Here is the code sample :...

I could not open email using Outlook or any Mail Client

First, please make sure that your email account is created on our server. You can check this by...

How do I keep a copy of emails on the server with Outlook?

Open Outlook interface, and click on "Tools -> E-mail Accounts". Select "View or change...

How to send email using PHP script?

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