On 5/17/2021 5:20 PM, post...@ptld.com wrote:
New problem, i can not specify two IP's in the master.cf for
submission to bind to.
This works:
127.0.0.1:submission inet n - n - - smtpd
This works:
[::1]:submission inet n - n - - smtpd
This does not work:
127.0.0.1,[::1]:submission inet n - n - - smtpd
127.0.0.1 [::1]:submission inet n - n - - smtpd
Keeps telling me [space] or [,] is invalid character. How can you
bind submission to both IPv4 and IPv6?
Use multiple submission entries. Repeat as often as needed to listen
on the required IPs.
127.0.0.1:submission inet n - n - - smtpd
[::1]:submission inet n - n - - smtpd
-- Noel Jones