Request: No greylisting when authenticated

Discussion in 'Email' started by Sire, Oct 19, 2010.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hi,

    Greylisting is perfectly fine, but I see no reason to use it when I use smtp authentication and log in with a valid user. It's obviously not spam if I log in.

    Scenario:
    I have a comments form where users can enter their email and a message, which is then sent
    FROM: the users email
    TO: my email
    AUTHENTICATED: with a valid user

    Mail still gets greylisted. Is there any way to bypass this when authenticated?

    Thanks!
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    Greylisting only applies to email send from the external server.
     
  3. I didn't know there was an internal smtp server?
    I use smtp.mydomain.com as stated in the account info.
     
  4. mjp

    mjp

    Internal = mail sent from an application on the web server. Those messages are not greylisted.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page