cannot sent to hotmail

Discussion in 'Installation/Configuration' started by dexjul, Dec 11, 2007.

  1. dexjul

    dexjul New Member

    Hi,

    I already created a spf. But still cant sending email in hotmail.

    Is this correct spf?

    domain.com. IN TXT "v=spf1 a mx ip4:xx.xx.xx.xx -all"

    domain.com. 14400 IN "v=spf1 a mx -all"


    Please help.

    Thank you.
     
  2. edge

    edge Active Member Moderator

  3. dexjul

    dexjul New Member

    Hi,

    I already contact miscrosoft server id they said "This may take up to 2 business days to be fully replicated in
    our systems" but until now I cant send email to hotmail.

    RNDS are correct

    I add this SPF

    domain.com. IN TXT "v=spf1 a mx ip4:xx.xx.xx.xx -all"

    Thanks you
     
  4. edge

    edge Active Member Moderator

    When sending to hotmail, does the file "/var/log/main.info" show that it was sent? (status=sent)

    Also.. Any error's in /var/log/mail.err file?
     
  5. dexjul

    dexjul New Member

    Hello,

    I dont have file like this /var/log/main.info.

    Here's my maillog

    Code:
    [root@210 log]# tail maillog
    Dec 14 13:19:38 210 imapd: LOGOUT, [email protected], ip=[::ffff:127.0.0.1], headers=0, body=152, time=0
    Dec 14 13:19:41 210 imapd: Connection, ip=[::ffff:127.0.0.1]
    Dec 14 13:19:41 210 imapd: LOGIN, [email protected], ip=[::ffff:127.0.0.1], protocol=IMAP
    Dec 14 13:19:41 210 imapd: LOGOUT, [email protected], ip=[::ffff:127.0.0.1], headers=0, body=1025, time=0
    Dec 14 13:19:49 210 imapd: Connection, ip=[::ffff:127.0.0.1]
    Dec 14 13:19:49 210 imapd: LOGIN, [email protected], ip=[::ffff:127.0.0.1], protocol=IMAP
    Dec 14 13:19:49 210 imapd: LOGOUT, [email protected], ip=[::ffff:127.0.0.1], headers=0, body=0, time=0
    Dec 14 13:19:49 210 imapd: Connection, ip=[::ffff:127.0.0.1]
    Dec 14 13:19:49 210 imapd: LOGIN, [email protected], ip=[::ffff:127.0.0.1], protocol=IMAP
    Dec 14 13:19:49 210 imapd: LOGOUT, [email protected], ip=[::ffff:127.0.0.1], headers=1648, body=0, time=0
    
    Thank you
     
  6. edge

    edge Active Member Moderator

    My mistake.

    I need the info from "/var/log/mail.info"
    (as in mail.info)
     
  7. dexjul

    dexjul New Member

    Hi,

    Im sorry I dont have file mail.info. Im using qmail.

    Thanks,
     
  8. dexjul

    dexjul New Member

    This has been resolved.

    Many thanks.
     
  9. edge

    edge Active Member Moderator

    It would be nice if you post the way you fixed it!
    Lot's of users here are having the same "hotmail" problem!
     
  10. daveb

    daveb Member

    not sure if it will help anyone
    but in my situation with mail server behind router and everything setup rdns, spf, sid. I could reply to mail from hotmail but not send new mail to hotmail.
    I resolved this with adding to main.cf
    Code:
    proxy_interfaces = xxx.xxx.xxx.xxx  "<-static wan ip"
    I was sending mail to hotmail and livemail immediately after postfix restart.
     
  11. dexjul

    dexjul New Member

    Here's my solution.

    Check the ip if not Blacklists.
    Check the rDNs are correct.
    Check DNS record are correct
    Add SPF record in your dns zones entry

    Go here to create SPF record
    http://www.microsoft.com/mscorp/safety/content/technologies/senderid/wizard/

    Then contact https://support.msn.com/eform.aspx?productKey=edfsmsbl&ct=eformts

    They said "your domain and I have added your XXXX.com domain to the Sender ID program. This may take up to 2 business days to be fully replicated in our systems. If you have any questions regarding this please let me know."

    But I'll waited 2 weeks before I can send email in hotmail.
     
    Last edited: Jan 3, 2008

Share This Page