View Single Post

  #2 (permalink)  
Old 07-11-2007, 05:51 PM
nixcraft's Avatar
nixcraft nixcraft is offline
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
My distro: Ubuntu
Posts: 1,060
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

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
__________________
Vivek | My personal blog
Linux Evangelist
Play hard stay cool
Reply With Quote