Postfix as localhost

Matthew Seaman m.seaman at infracaninophile.co.uk
Sun Oct 26 01:00:26 PST 2003


On Sat, Oct 25, 2003 at 09:46:36PM +0000, Dead Line wrote:

> This is the output of postconf -n

[...] 

> myhostname = localhost
> mynetworks = 192.168.0.0/28, 127.0.0.0/8

Is 192.168.0.0/28 correct? Does it agree with what ifconfig(8) shows
the settings on your network interface to be?

If you're using RFC 1918 address space on a private network, there's
generally no need to subnet as tightly as /28.  Most people would use
/24 in that situation.

In case you can't immediately remember how to convert between all the
formats you can express a netmask as:

    /28 corresponds to a netmask of 0xfffffff0 or 255.255.255.240

    /24 corresponds to a netmask of 0xffffff00 or 255.255.255.0

	Cheers,

	Matthew
-- 
Dr Matthew J Seaman MA, D.Phil.                       26 The Paddocks
                                                      Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey         Marlow
Tel: +44 1628 476614                                  Bucks., SL7 1TH UK
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20031026/730c7893/attachment.bin


More information about the freebsd-questions mailing list