blob: f89efd1b22c326a4fc3ed20c6ce838f49aeae6cf (
plain)
1
2
3
4
5
|
In order to set up Postfix on a virtual interface address on my own
BSD/OS or FreeBSD systems I would use:
# ifconfig interface-name alias virtual.host.addr netmask some.net.mask
# route add virtual.host.addr localhost
|