>>> Lindner <[EMAIL PROTECTED]> 02/17/04 09:49pm >>>
>Cesar Scavuzzo wrote:
>
>>Feb 17 15:20:26 localhost sendmail[7783]: i1HKKP3n007783:
>>[EMAIL PROTECTED], size=295, class=0, nrcpts=1,
>>msgid=<[EMAIL PROTECTED]>,
>>[EMAIL PROTECTED]
>>Feb 17 15:20:26 localhost sendmail[7785]: i1HKKQJj007785:
>>from=<[EMAIL PROTECTED]>, size=454, class=0, nrcpts=1,
>>msgid=<[EMAIL PROTECTED]>, proto=ESMTP,
>>daemon=MTA, relay=localhost.localdomain [127.0.0.1]
>>Feb 17 15:20:26 localhost sendmail[7783]: i1HKKP3n007783:
>>[EMAIL PROTECTED], [EMAIL PROTECTED] (0/0),
>>delay=00:00:01, xdelay=00:00:00, mailer=relay, pri=30295,
>>relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (i1HKKQJj007785
>>Message accepted for delivery)
>>Feb 17 15:20:26 localhost sendmail[7787]: i1HKKQJj007785:
>>to=<[EMAIL PROTECTED]>, delay=00:00:00, xdelay=00:00:00,
mailer=esmtp,
>>pri=30454, relay=192.168.1.101, dsn=5.1.2, stat=Host unknown (Name
>>server: 192.168.1.101: host not found)
>>Feb 17 15:20:26 localhost sendmail[7787]: i1HKKQJj007785:
>>i1HKKQJj007787: DSN: Host unknown (Name server: 192.168.1.101: host
not
>>found)
>>
>>this is what appear on the log from the other box whith local
sendmail
>>
>
>The message is bounced because the recipient ([EMAIL PROTECTED])
could 
>not be found. Your mail server treats "192.168.1.101" as DNS name and

>not as a IP (Name server: 192.168.1.101: host not
>found).
>Did you set "myhostname=192.168.1.101" in postfix main.cf ?
>
>Marek
>
No, the message bounced because sendmail could not find the host's MX
record.

Try sending to "[EMAIL PROTECTED]". The "[]" tell sendmail to send
it directly to the host without any DNS lookups. If this works, you just
need to give the host a hostname, or use the mailertable feature in
sendmail and make the following entry in your mailertable:
192.168.1.101    esmtp:[192.168.1.101]

Mike.
---
Home Page: http://asg.web.cmu.edu/cyrus
Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Reply via email to