Email going to Yahoo Groups but not google

Discussion in 'Site & Server Administration' started by urdugalaxy, Apr 9, 2010.

  1. #1
    Hello All,
    This is a serious problem with my server. I've a dedicated server at iweb Now I've SPF etc DNS whitelisted IP everything.. I use Sendblaster to send emails to google & yahoo groups. Emails are going fine to Yahoo groups but Not going to google groups. It says OK OK OK in sendblaster but emails are not shown in the inbox of gmail. I've tried to get help from my server but they said everything is fine it should work & they also said to wait for few days its been 14 days still not working. Please guide me what to do...
     
    urdugalaxy, Apr 9, 2010 IP
  2. nikb

    nikb Peon

    Messages:
    93
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Can you sniff or find in logs your transport procedure? Something like this:
    
    S: 220 smtp.example.com ESMTP Postfix
    C: HELO relay.example.org
    S: 250 Hello relay.example.org, I am glad to meet you
    C: MAIL FROM:<bob@example.org>
    S: 250 Ok
    C: RCPT TO:<alice@example.com>
    S: 250 Ok
    C: RCPT TO:<theboss@example.com>
    S: 250 Ok
    C: DATA
    S: 354 End data with <CR><LF>.<CR><LF>
    C: From: "Bob Example" <bob@example.org>
    C: To: Alice Example <alice@example.com>
    C: Cc: theboss@example.com
    C: Date: Tue, 15 Jan 2008 16:02:43 -0500
    C: Subject: Test message
    C:
    C: Hello Alice.
    C: This is a test message with 5 header fields and 4 lines in the message body.
    C: Your friend,
    C: Bob
    C: .
    S: 250 Ok: queued as 12345
    C: QUIT
    S: 221 Bye
    
    Code (markup):
     
    nikb, Apr 11, 2010 IP
  3. urdugalaxy

    urdugalaxy Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    How so how to check this in WHM ? Please guide me step by step
     
    urdugalaxy, Apr 11, 2010 IP
  4. nikb

    nikb Peon

    Messages:
    93
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    nikb, Apr 11, 2010 IP