Postfix sending mail problem

Discussion in 'Server Operation' started by elnison, Feb 20, 2013.

  1. elnison

    elnison New Member

    hey guys pls help I can't send email I get this error in /var/log/mail.log
    Code:
    Feb 19 15:56:30 mail postfix/smtp[26674]: 3F557B802A3: to=<[email protected]>,
     relay=smtpdsl4.pldtdsl.net[210.213.253.193]:587, delay=1.6, delays=1.2/0.01/0.27/0.07, dsn=5.0.0, 
    status=bounced (host smtpdsl4.pldtdsl.net[210.213.253.193] said: 553 #5.1.8 Domain of sender address <[email protected]> 
    does not exist (in reply to MAIL FROM command))
    
    I've read some guide saying that it has DNS problem but when I check this with dig mx domain.com I've already have a mx record but i still get this error.

    Code:
    Code:
    ; <<>> DiG 9.8.1-P1 <<>> mx domain.com
    ;; global options: +cmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 60108
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2
    
    ;; QUESTION SECTION:
    ;domain.com.                     IN      MX
    
    ;; ANSWER SECTION:
    domain.com.              3600    IN      MX      10 mail.domain.com.
    
    ;; AUTHORITY SECTION:
    domain.com.              3600    IN      NS      ns04.domaincontrol.com.
    domain.com.              3600    IN      NS      ns03.domaincontrol.com.
    
    ;; ADDITIONAL SECTION:
    ns03.domaincontrol.com. 85741   IN      A       216.69.185.2
    ns04.domaincontrol.com. 85741   IN      A       208.109.255.2
    
    ;; Query time: 3614 msec
    ;; SERVER: 192.168.0.1#53(192.168.0.1)
    ;; WHEN: Tue Feb 19 15:53:21 2013
    ;; MSG SIZE  rcvd: 132
    
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Is there also an A record for domain.com?
     
  3. elnison

    elnison New Member

    yes there is.

    ;; global options: +cmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 22127
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 2, ADDITIONAL: 2

    ;; QUESTION SECTION:
    ;domain.com. IN A

    ;; ANSWER SECTION:
    domain.com. 1617 IN A 112.xxx.xxx.xxx
    domain.com. 1617 IN A 50.xxx.xxx.xxx

    ;; AUTHORITY SECTION:
    domain.com. 1617 IN NS ns04.domaincontrol.com.
    domain.com. 1617 IN NS ns03.domaincontrol.com.

    ;; ADDITIONAL SECTION:
    ns03.domaincontrol.com. 47296 IN A 216.69.185.2
    ns04.domaincontrol.com. 47296 IN A 208.109.255.2

    ;; Query time: 49 msec
    ;; SERVER: 192.168.0.1#53(192.168.0.1)
    ;; WHEN: Mon Feb 25 08:09:01 2013
    ;; MSG SIZE rcvd: 143
     
  4. falko

    falko Super Moderator Howtoforge Staff

    Looks ok. Maybe it was just a temporary problem. Did you try again?
     
  5. elnison

    elnison New Member

    yeah I've tried again and it sends but I cannot receive messages coming from external emails
     

Share This Page