Run following command it will tell which mail service is associated with port 25:
Code:
netstat -tulpn | grep 25
Output:
Code:
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 18822/master
In last column you will get service name, master means it is running postfix mta