On Tue, 9 Oct 2001, Palacios, Gethsemani wrote: > I have not set the RemoteAddrNotInNetwork matcher.
Yes you have to. > I am trying to send an email from another computer to > this server with JAMES on it. It never even gets there. I think it would be nicer to set James to send out email first; so what you need to do is to connect to port 25 on the machine that has James running and send some messages from there. > If there isn't Outlook or any other mailing program on the server that I > installed JAMES on > what do I use? telnet. telnet localhost 25 mail from: <[EMAIL PROTECTED]> rcpt to: <[EMAIL PROTECTED]> data <your message here> quit Or, it would be easier using Outlook (or any mail client programs) from anywhere (as long as the machine is connected to James). Just have an account set so that it uses the machine that has James running, and then send out some messages. Well, send some locally first would be nicer. Oki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
