From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <7dd2941220548851d424f5eff345c4a2@plan9.bell-labs.com> From: "Russ Cox" To: 9fans@cse.psu.edu Subject: Re: [9fans] More mail woes MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Mon, 23 Sep 2002 22:20:30 -0400 Topicbox-Message-UUID: f3fa5ef8-eaca-11e9-9e20-41e7f4b1d025 Try changing $smtp in /mail/lib/rewrite.gateway to the real name of your mail server. alternately, you want an entry like the following in /lib/ndb/common: ip=0.0.0.0 ipmask=0.0.0.0 smtp=smtp.yourisp.com (if you were setting up a network with more machines and different smtp servers for different networks, you'd use a more specific address range.) russ