nixCraft Linux Forum

nixCraft

Linux Tech Support Forum

about mail service

This is a discussion on about mail service within the Mail Servers forums, part of the Mastering Servers category; Hi All , I am a bit new in linux admin. actually i just join a new company , in ...


Go Back   nixCraft Linux Forum > Mastering Servers > Mail Servers

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 07-11-2007, 01:48 PM
Junior Member
User
 
Join Date: Jun 2007
My distro: Debian
Posts: 15
Rep Power: 0
jhn_daz@yahoo.com is on a distinguished road
Unhappy about mail service

Hi All ,

I am a bit new in linux admin. actually i just join a new company , in my server centra linux is install and we are using the mail service for our company domain (abc@company.com)..now i am not sure that which mail server is installed on this server ..it may be q mail , send mail , Exim mail , squiral mail ..now the question is how can i identify that which mail service is installed on my machine ..i have check it in /etc/init.d/ direcotory but there is not sendmail or qmail service is there ( so that we can easily start or stop service ) ..i am not aware about exim mail ..so now can anyone please help me to resolve that how can i identify that which mail service is installed on my machine . is that possible in linux that we can use default pop , smtp service which is default with operating system like same in w2k3 server. Any suggestion is highly appreciated...

Thanks...

John
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-11-2007, 04:51 PM
nixcraft's Avatar
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
My distro: Any distro with shell
Posts: 910
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
  #3 (permalink)  
Old 07-11-2007, 07:53 PM
Junior Member
User
 
Join Date: Jun 2007
My distro: Debian
Posts: 15
Rep Power: 0
jhn_daz@yahoo.com is on a distinguished road
Unhappy about mail service

Hi ,

Thanks for your great help !!! I have checked it , my server is running EXIM Mail now the question is i am not able to send and receive mails , and while i am checking the exim error log message it shows : connection refused , too many connection ..so now how to solve this problem , i am not that much aware about the error ...please help me...any suggestion is highly appreciated ..

John .
Reply With Quote
  #4 (permalink)  
Old 07-12-2007, 11:31 PM
nixcraft's Avatar
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
My distro: Any distro with shell
Posts: 910
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

I don't use exim, I use postfix MTA, so really can't comment much.

A good starting point is official help and faqs - Documentation for exim
__________________
Vivek | My personal blog
Linux Evangelist
Play hard stay cool
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Automatic startup service gthian Shell scripting 0 06-24-2007 08:21 AM
Looking for Cluster Service For 4g simulations rcordeiro Linux software 3 10-17-2006 05:34 AM
What is XFS service under Linux and what does it do? chiku Linux software 1 09-10-2006 06:10 PM
enable ssh service in BSD All about FreeBSD/OpenBSD/NetBSD 1 07-17-2006 02:13 AM
restart the ssh service goku1 Linux software 1 12-22-2005 11:19 PM


All times are GMT +5.5. The time now is 05:17 AM.


Powered by vBulletin® Version 3.7.2 - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36