I'd like to have OpenSMTPD in a jail to process email for a domain I rent. I've done some configuration and when try to run it it says:
sendmail is working in the host and in each of the other jails with no problems of binding. In each, I haven't changed anything of the configuration files, as I didn't need and also don't have a clue on how to modifications.
The network interfaces are configured like:
from the host's /etc/rc.conf:
and:
What should I do in order to be able to process incoming and outgoing emails for my domain in a jail without this binding problem?
Code:
fatal: smtpd: bind: Address already in use
sendmail is working in the host and in each of the other jails with no problems of binding. In each, I haven't changed anything of the configuration files, as I didn't need and also don't have a clue on how to modifications.
The network interfaces are configured like:
from the host's /etc/rc.conf:
Code:
cloned_interfaces="lo1"
ifconfig_lo1="inet 192.168.0.1 netmask 255.255.255.0"
and:
Code:
lo1: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
inet 192.168.0.1 netmask 0xffffff00
inet 192.168.0.2 netmask 0xffffffff
inet 192.168.0.3 netmask 0xffffffff
inet 192.168.0.4 netmask 0xffffffff
inet 192.168.0.5 netmask 0xffffffff
inet 192.168.0.6 netmask 0xffffffff
inet 192.168.0.7 netmask 0xffffffff
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL
What should I do in order to be able to process incoming and outgoing emails for my domain in a jail without this binding problem?