Nmaping my server I got theses results :
PORT STATE SERVICE
25/tcp filtered smtp
80/tcp open http
On the server-side :
netstat -lpn
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 2301/sendmail-mta
tcp 0 0 127.0.0.1:587 0.0.0.0:* LISTEN 2301/sendmail-mta
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 1803/apache2
I would like to close sendmail from listening on the internet connected interface, to be protected if a security issue is discovered later for example.