Posfix and Amavisd-new in FreeBSD jail

James B. Byrne byrnejb at harte-lyne.ca
Fri Jun 29 18:40:39 UTC 2018


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 at 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



More information about the freebsd-questions mailing list