"Olivier M." <[EMAIL PROTECTED]> wrote:
>
>HOST1 = SCO Unix with qmail and a few scripts that are sending
> emails to the realworld via a relay. No dns access, subnet.
>IP = 192.168.0.50
>In /var/qmail/control/smtproutes, I have :
>:[192.168.0.10]
>
>HOST2 = linux server, with normal qmail configuration, allowing
> relaying for 192.*. World acces. Should act as relay.
>IP = 192.168.0.10
>
>Now, when I try to send a mail to [EMAIL PROTECTED] from the Host1, I get this
>in syslog :
>
>Jul 21 21:38:50 qmail qmail: 932593130.640000 new msg 50584
>Jul 21 21:38:50 qmail qmail: 932593130.640000 info msg 50584: bytes 265 from
><[EMAIL PROTECTED]> qp 840 uid 0
>Jul 21 21:38:50 qmail qmail: 932593130.840000 starting delivery 13: msg 50584 to
>remote [EMAIL PROTECTED]
It's not using your smtproutes file. Check the spelling and
permissions. If you still don't see a problem, try running
qmail-remote under your system call tracing tool
(trace/truss/strace/par/etc.)
>There is a connexion made to the relay, because in the log of Host2,I see :
>
>Jul 21 23:39:05 webima smtpd: 932593145.632655 tcpserver: status: 13/40
>Jul 21 23:39:05 webima smtpd: 932593145.640848 tcpserver: pid 3890 from 192.168.0.90
192.168.0.90 isn't HOST1, is it?
-Dave