[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: how to setup a MX record?



Hi Roman,

* Roman Joost <romanjoost@gmx.de> [2003-01-30 17:07]:
> Is there some howto available for seting up a MX record? 
> 
my MX record:

; -- SNIP

$ORIGIN .
$TTL 604800     ; 7 day
rawip.org.      IN      SOA dns1.rawip.org. hostmaster.rawip.org. (
        2002123002                              ; serial
        302400                                  ; refresh
        180                                     ; retry
        3025800                                         ; expire
        302400)                                 ; minimum
;
        NS      dns1.rawip.org.         ; Inet Address of name server
        NS      dns2.rawip.org.         ; Inet Address of name server
        NS      dns3.rawip.org.         ; Inet Address of name server
        MX      10      mail1.rawip.org.        ; Primary Mail Exchanger
        MX      20      mail2.rawip.org.        ; Secondary Mail Exchanger
        MX      30      mail3.rawip.org.        ; Tertiary Mail Exchanger
        HINFO   "i386"  "Linux"
        TXT     "Lukas Ruf +41-76-5667312"
        RP      postmaster.rawip.org. rawip.org.

$ORIGIN rawip.org.

; Note:
; a missing trailing dot will cause named to append the complete domain to it.
;

localhost       A       127.0.0.1

mail1 A 129.132.66.114

; -- SNIP

However, consider reading the DNS HowTo!  That's an excellent one.

> Maybe i need no MX record, but i running with this into trouble:
> 
> >Connecting to mx10.gnu.org [199.232.76.166.25] ... connected
> >read response data: size=77
> >  SMTP<< 220 monty-python.gnu.org ESMTP Exim 4.10.13 Thu, 30 Jan 2003 09:12:06 -0500
> >  SMTP>> EHLO gecko.romanofski.de
> >read response data: size=122
> >  SMTP<< 250-monty-python.gnu.org Hello o-252-056.hosts.cablelink.de [217.69.252.56]
> >         250-SIZE 52428800
> >         250-PIPELINING
> >         250 HELP
> >  SMTP>> MAIL FROM:<roman@gecko.romanofski.de> SIZE=3108
> >  SMTP>> RCPT TO:<synaptic-devel-request@nongnu.org>
> >  SMTP>> DATA
> >read response data: size=96
> >  SMTP<< 250 OK
> >  SMTP<< 451 Could not complete sender verify callout
> >LOG: 0 MAIN
> >  SMTP error from remote mailer after RCPT TO:<synaptic-devel-request@nongnu.org>: host mx10.gnu.org [199.232.76.166]: 451 Could not complete sender verify callout
> >added retry item for R:synaptic-devel-request@nongnu.org: errno=0 77 flags=0
> >  SMTP<< 503 valid RCPT command must precede DATA
> >ok=1 send_quit=1 send_rset=1 continue_more=0 yield=0 first_address=0
> >  SMTP>> QUIT
> 

Maybe you should read the smtp RFC

wbr,
Lukas
-- 
Lukas Ruf
http://www.lpr.ch
Wanna know anything about raw ip? 
Join rawip@rawip.org on http://www.rawip.org



Reply to: