Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Apr 1996 23:02:06 +0900
From:      zhurong <zhurong@ramune.bekkoame.or.jp>
To:        questions@freebsd.org
Subject:   Q: How to send by myname@mydomain?
Message-ID:  <316A6DDE.4D63@ramune.bekkoame.or.jp>

next in thread | raw e-mail | index | archive | help
I have a problem,that is how to setup on signle FreeBSD host linked to 128kbps line, so
as to let other person send me by myname@mydomain format not myname@myhost.mydomain format. I
try to add MX record in mydomain.zone files such as following:

@               IN      SOA     myhost.mydomain. postmaster.mydomain.
(
                                1995101201      ;Serial
                                10800           ;Refresh
                                3600            ;Retry
                                3600000         ;Expire
                                86400)          ;Minimum
                IN      NS      myhost.mydomain.
@               IN      MX      10 myhost.mydomain.

otherwise,

@               IN      SOA     myhost.mydomain. postmaster.mydomain.
(
                                1995101201      ;Serial
                                10800           ;Refresh
                                3600            ;Retry
                                3600000         ;Expire
                                86400)          ;Minimum
                IN      NS      myhost.mydomain.
mydomain        IN      MX      10 myhost.mydomain.

but, when I send a email to myname@mydomain address, MAILER-DAEMON replys as following:

   ----- The following addresses had delivery problems -----
myname@mydomain  (unrecoverable error)

   ----- Transcript of session follows -----
554 MX list for mydomain points back to myhost.mydomain
554 myname@mydomain... Local configuration error

How can I settle this problem? 

Zhu Rong
-----------------------------------------------
Information and Communication Lab. of
Electric and Communication Dept. of
Musashi Institute of Technology
email: zhurong@ic.ec.musashi-tech.ac.jp
       zhurong@ramune.bekkoame.or.jp
http : //www.ic.ec.musashi-tech.ac.jp/~zhurong



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?316A6DDE.4D63>