On Jul 03 09:25:01, Jan Stary wrote:
> This is smtpd on current/macppc.
> Having the obligate
>
> root: hans
>
> (hans is a local user) in /etc/mail/aliases
> works just fine and root's mail gets redirected.
> However, changing that to
>
> root: [email protected]
>
> or indeed any address that is not local to the machine
> results in the following:
>
> Jul 3 09:20:55 biblio smtpd[2285]: 7dfec386: from=<[email protected]>,
> size=381, nrcpts=1, proto=ESMTP, relay=1000@localhost [IPv6:::1]
> Jul 3 09:20:55 biblio smtpd[12676]: 7dfec386df56349a: to=<[email protected]>,
> delay=0, relay=gw.stare.cz [192.168.222.1], stat=LocalError (IO error)
>
> What local IO Error could that be?
>
>
> Jan
On Jul 03 09:44:24, Eric Faurot wrote:
> If you can reproduce this easily, could you please try again with:
> IO_DEBUG=1 ./smtpd/smtpd -d -T all
> and send me the log?
The firewall on the MX did not accept smtp connections
from the sending machine. Sorry for the noise.
Jan