Date: Sat, 24 Oct 1998 02:02:11 +0800 From: "C.P. Fong" <cp@cc.fjtc.edu.tw> To: freebsd-questions@FreeBSD.ORG Subject: [help] MX and Sendmail Message-ID: <19981024020211.A6873@cc.fjtc.edu.tw>
next in thread | raw e-mail | index | archive | help
Reply-To:
I am trying to setup the DNS so that I can get mail
using user@zone instead of user1@m1.zone or user2@m2.zone
The SOA of DNS in my ece.fjtc.edu.tw zone is leo.ece.fjtc.edu.tw
2 mail servers are leo.ece.fjtc.edu.tw and mail.ece.fjtc.edu.tw
The bind is version 8.1 and sendmail is 8.9.1 sendmail.cf I
got from generic-bsd4.4.cf ( I did not modify it at all)
the ece.fjtc.edu.tw zone file is as following
ece.fjtc.edu.tw. SOA ...
...
IN MX 50 mail
IN MX 70 leo
leo IN A 161.15.198.1
IN MX 50 leo
mail IN A 161.15.198.2
IN MX 50 mail
Now I send mail from cpfong@ms24.hinet.net to cpfong@ece.fjtc.edu.tw
and get these errors. Any help?
>From cpfong Fri Oct 23 22:50:02 1998
Return-Path: MAILER-DAEMON
Received: from ms24.hinet.net (cpfong@ms24.hinet.net [168.95.4.24])
by mail.ece.fjtc.edu.tw (8.9.1/8.9.1) with ESMTP id WAA02185
for <cpfong@mail.ece.fjtc.edu.tw>; Fri, 23 Oct 1998 22:46:53 +0800 (CST)
Received: from localhost (localhost)
by ms24.hinet.net (8.8.8/8.8.8) with internal id WAA24951;
Fri, 23 Oct 1998 22:46:45 +0800 (CST)
Date: Fri, 23 Oct 1998 22:46:45 +0800 (CST)
From: Mail Delivery Subsystem <MAILER-DAEMON@ms24.hinet.net>
Message-Id: <199810231446.WAA24951@ms24.hinet.net>
To: cpfong@ms24.hinet.net
Subject: Returned mail: User unknown
Auto-Submitted: auto-generated (failure)
X-UIDL: 088bbc7882f6cc486949324f80a1fbac
Status: RO
Content-Length: 771
Lines: 25
The original message was received at Fri, 23 Oct 1998 22:46:43 +0800 (CST)
from cpfong@localhost
----- The following addresses had permanent fatal errors -----
cpfong@ece.fjtc.edu.tw
----- Transcript of session follows -----
... while talking to leo.ece.fjtc.edu.tw.:
>>> RCPT To:<cpfong@ece.fjtc.edu.tw>
<<< 550 <cpfong@ece.fjtc.edu.tw>... Relaying denied
550 cpfong@ece.fjtc.edu.tw... User unknown
----- Original message follows -----
Return-Path: <cpfong>
Received: (from cpfong@localhost)
by ms24.hinet.net (8.8.8/8.8.8) id WAA24949
for cpfong@ece.fjtc.edu.tw; Fri, 23 Oct 1998 22:46:43 +0800 (CST)
Date: Fri, 23 Oct 1998 22:46:43 +0800 (CST)
From: CP Fong <cpfong>
Message-Id: <199810231446.WAA24949@ms24.hinet.net>
To: cpfong@ece.fjtc.edu.tw
test
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19981024020211.A6873>
