Host file

Matt Kemner zombie at wasp.net.au
Fri Jun 2 10:58:59 WST 2000


On Fri, 2 Jun 2000, Jon L. Miller wrote:

> I assume this other domain for my home account can be set-up on the same
> server, but that domain will need to be registered correct?

Not if you are the only one that will be using it.  Why register something
in a global database if you don't want the world to know it's there?

> send the e-mail from the home through this mail server.  The error mentions
> something to do with it not being able to relay.

That's a mail server configuration problem.
The mail server needs to be told, that it can receive mail from your home
computers and send them on (relay them) to the outside world.

By default all mailservers are now configured to not relay for anyone,
because otherwise joe spammer in portugal could use your mailserver to
send his SPAM.

If you're using smail, you can enable relaying for your network by
configuring the line:

smtp_remote_allow=192.168.1.*

where 192.168.1.* is the IP range for your network.

If you're using postfix, set up the lines:

mynetworks = 192.168.1.0/24
smtpd_recipient_restrictions = permit_mynetworks

to match your domain.

 - Matt




More information about the plug mailing list