Posfix and Amavisd-new in FreeBSD jail

Herbert J. Skuhra herbert at gojira.at
Thu Jun 28 14:31:59 UTC 2018


On Thu, Jun 28, 2018 at 09:35:15AM -0400, James B. Byrne via freebsd-questions wrote:
> Dose anyone on the list run Postfix with amavisd inside a FreeBSD
> jail?  I am running into this problem:
> 
> /usr/local/sbin/amavisd[42231]: (!)DENIED ACCESS from IP 127.0.32.1,
> policy bank ''
> 
> The cloned lo interface used by the jail is assigned address 127.0.32.1:
> 
> lo2: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
> 	options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
> 	inet 127.0.32.1 netmask 0xffffffff
> 	inet6 ::32 prefixlen 128
> 	nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
> 	groups: lo
> 
> The postfix and amavisd configuration files refer only to 127.0.0.1
> 
> The hosts file contains this:
> 
> ::1               localhost localhost.harte-lyne.ca
> 127.0.0.1         localhost localhost.harte-lyne.ca
> 
> Does anyone have this working properly inside a jail.  What do I need
> to do to get it to work?

Not tested, but check inet_acl. The default is:

@inet_acl   = qw( 127.0.0.1 [::1] );  # allow SMTP access only from
localhost

-- 
Herbert


More information about the freebsd-questions mailing list