MailServer Issues

Discussion in 'Installation/Configuration' started by b00gz, Dec 16, 2006.

  1. b00gz

    b00gz New Member

    I have no idea what is going on here is the log. I can send emails but they get labeled as Spam and I can not receive any emails they get bounced back.

    Code:
    Dec 15 21:26:43 zeus postfix/qmgr[3642]: EE9133C799: from=<[email protected]>, size=2193, nrcpt=1 (queue active)
    Dec 15 21:26:44 zeus postfix/smtp[6908]: EE9133C799: to=<[email protected]>, orig_to=<[email protected]>, relay=mx01.1$
    Dec 15 21:26:44 zeus postfix/cleanup[6893]: A771C3C79B: message-id=<[email protected]>
    Dec 15 21:26:44 zeus postfix/qmgr[3642]: A771C3C79B: from=<>, size=4189, nrcpt=1 (queue active)
    Dec 15 21:26:44 zeus postfix/bounce[6909]: EE9133C799: sender non-delivery notification: A771C3C79B
    Dec 15 21:26:44 zeus postfix/qmgr[3642]: EE9133C799: removed
    Dec 15 21:26:45 zeus postfix/smtp[6894]: A771C3C79B: to=<[email protected]>, relay=asdfasdf.com[64.233.***.**]:25, d$
    Dec 15 21:26:45 zeus postfix/qmgr[3642]: A771C3C79B: removed
    
    PLEASE HELP!
    THanks in advance!
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    These issues have been discussed many times in the forum.

    If your server is on a DSL or cable line and not in a datacenter, you must use a mailrelay. For mail receiving, make sure that your provider has not blocked port 25 and that you opened port 25 in your firewall and forwarded it from your router to your server.
     
  3. edge

    edge Active Member Moderator

    re: labeled as Spam

    Let me guess.. To Hotmail and Yahoo?

    If so, do a search here for SPF record.
     
  4. edge

    edge Active Member Moderator

    It could be a MX (DNS) problem, but as you have masked your domain (domain1.com and domain2.com), it's impossible for us to see.
     
  5. edge

    edge Active Member Moderator

    MX for your domain looks okay..

    As far as I can see you are only missing a SPF record!
    Not sure why you are not getting any mail!
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Did you send this email with a webmail client? Have you changed the sender address under options in the webmail program from [email protected] to the real mail address?
     
    Last edited: Jan 9, 2007
  7. edge

    edge Active Member Moderator

    I think this is the problem: 217.160.226.100
    This is not your servers MX, but the DNS IP of mx00.1and1.com.

    Is there an other MX record on that DNS server for your domain?
     
  8. falko

    falko Super Moderator Howtoforge Staff

    The problem is that mail.domain.com doesn't exist:

    Code:
    mh1:~# dig mail.domain.com
    
    ; <<>> DiG 9.2.1 <<>> mail.domain.com
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 52187
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
    
    ;; QUESTION SECTION:
    ;mail.domain.com.           IN      A
    
    ;; Query time: 143 msec
    ;; SERVER: 81.169.163.104#53(81.169.163.104)
    ;; WHEN: Sun Dec 17 19:06:59 2006
    ;; MSG SIZE  rcvd: 37
    Please create an A record for it.
     
    Last edited by a moderator: Jan 9, 2007
  9. falko

    falko Super Moderator Howtoforge Staff

    Did you create/modify that record recently? Because on my server I don't get an answer section when I run
    Code:
    dig mail.domain.com
    It can take up to 72 hours until DNS changes propagate over the internet.
     
    Last edited by a moderator: Jan 9, 2007
  10. b00gz

    b00gz New Member

    I resolved my problems by adding mail.domain.com into the local-host-names file.
     
    Last edited: Jan 9, 2007

Share This Page