From mboxrd@z Thu Jan 1 00:00:00 1970 Subject: Re: [9fans] SMTP mail From: presotto@plan9.bell-labs.com To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20001218154221.D8DA2199D5@mail.cse.psu.edu> Date: Mon, 18 Dec 2000 10:42:20 -0500 Topicbox-Message-UUID: 39f4154a-eac9-11e9-9e20-41e7f4b1d025 Try aux/listen tcp The combinations you tried all did something else: aux/listen -- starts a listener for the il protocol aux/listen -d tcp25 -- does nothing, the arg to -d has to be a directory aux/listen -d tcp25 il -- same as the above, 'il' is the default proto After the listen you'll be ready to accept mail. You should have the following mailbox to put it in: /mail/box/wstan/mbox That's created by running 'mail -c' as yourself. Also, you should have set up the /mail/lib/rewrite file. From what you get in the distribution that involves cp /mail/lib/rewrite.direct /mail/lib/rewrite and then editing the rewrite file to stick your domain name in there somewhere.