Date: Fri, 29 Jun 2018 14:40:27 -0400 From: "James B. Byrne" <byrnejb@harte-lyne.ca> To: "Herbert J. Skuhra" <herbert@gojira.at> Cc: freebsd-questions@freebsd.org Subject: Re: Posfix and Amavisd-new in FreeBSD jail Message-ID: <497404fbb369d43b1bd42af561ff414b.squirrel@webmail.harte-lyne.ca> In-Reply-To: <mailman.98.1530273601.55450.freebsd-questions@freebsd.org> References: <mailman.98.1530273601.55450.freebsd-questions@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, June 28, 2018 10:31, Herbert J. Skuhra wrote: > > Not tested, but check inet_acl. The default is: > > @inet_acl = qw( 127.0.0.1 [::1] ); # allow SMTP access only from > localhost > That was the problem. I only needed to specify the exact jail lo assigned address in two places for everything to start working: 1. main.cf:inet_interfaces = 127.0.32.1, 192.168.216.32, . . . 2. amavisd.conf:@inet_acl = qw( 127.0.0.1 [::1] 127.0.32.1 [::32]); Everything else in the relevant configuration files remains as 127.0.0.1 -- *** e-Mail is NOT a SECURE channel *** Do NOT transmit sensitive data via e-Mail Do NOT open attachments nor follow links sent by e-Mail James B. Byrne mailto:ByrneJB@Harte-Lyne.ca Harte & Lyne Limited http://www.harte-lyne.ca 9 Brockley Drive vox: +1 905 561 1241 Hamilton, Ontario fax: +1 905 561 0757 Canada L8E 3C3
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?497404fbb369d43b1bd42af561ff414b.squirrel>