Today I noticed that my Postfix is open to external connections:

To bind it to localhost only, I have set in /etc/postfix/main.cf
inet_interfaces = 127.0.0.1
And then restarted Postfix:
service postfix restart
Today I noticed that my Postfix is open to external connections:

To bind it to localhost only, I have set in /etc/postfix/main.cf
inet_interfaces = 127.0.0.1
And then restarted Postfix:
service postfix restart