Computing.Net > Forums > Linux > Finding sendmail version

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Finding sendmail version

Reply to Message Icon

Name: Joe
Date: August 15, 2002 at 09:44:22 Pacific
Comment:

Hello,

I'm what you would call a linux novice and I'm doing an internship at an office which has a linux email server. I want to know what commands to use and where to use them in order to 1) find out what type and version of linux we're running and, 2) find out what version of sendmail we're running. Any help would be much appreciated.

Thanx,
Joe



Sponsored Link
Ads by Google

Response Number 1
Name: dorfen
Date: August 15, 2002 at 10:00:01 Pacific
Reply:

watch the lines that scroll by at boot during your boot process it will tell you what distro you are running also try the sysinfo command
sendmail ...
go to console
type
man sendmail


should list the release in the man pages


0

Response Number 2
Name: Joe
Date: August 15, 2002 at 11:42:04 Pacific
Reply:

thank you for your reply dorfen. But when I typed man sendmail the closest thing it displayed to a version was - Sendmail(8). So does this mean that I have sendmail version 8.0, or is there some other place in the manual that displays the version #? I'm probably just missing something obvious.


0

Response Number 3
Name: dfx
Date: August 15, 2002 at 12:13:28 Pacific
Reply:

As for linux version, you can use "uname -a". The sendmail(8) means that it's the sendmail man page from section 8. If you connect your your port 25, you will see the sendmail smtp banner, including version number. Running "sendmail -bs" does the same.


0

Response Number 4
Name: joe
Date: August 15, 2002 at 12:34:35 Pacific
Reply:

thanx dfx. sendmail -bs displayed the version #. But to get back to my prompt I typed quit and after I did that it said it listed my host and domain name and said "closing connection." is this going to be a problem for me and if so, How can I fix it?


0

Response Number 5
Name: dfx
Date: August 16, 2002 at 01:52:21 Pacific
Reply:

Why do you think this is a problem? The "-bs" switch tells sendmail to enter smtp emulation mode. What you see are normal smtp protocol messages. When you connect to your port 25, you'll see exactly the same, and well, "QUIT" is the command to terminate an smtp connection. All readings nominal there, sir.

Note that the -bs switch isn't really meant to be for checking the version, there are other switches for that. But I use them so rarely that I can't remember them. If you read the sendmail admin guide, you'll find them.


0

Related Posts

See More



Response Number 6
Name: 3Dave
Date: August 16, 2002 at 07:23:52 Pacific
Reply:

If you're running an RPM distro, you can find out version numbers by typing:
#rpm -q NameOfPackage

For quite a few programs you can type:
#NameOfPackage -v
but some applications use -v for other things (eg verbose)
#NameOfPackage --help
is normally quite useful too if you don't want to trawl through a big man page


0

Response Number 7
Name: joe
Date: August 16, 2002 at 08:19:06 Pacific
Reply:

Thank you for your help dfx, but no need to be edgie.


0

Response Number 8
Name: 3Dave
Date: August 16, 2002 at 09:27:44 Pacific
Reply:

dfx is NOT edgie...maybe just a little touchy!=o)


0

Response Number 9
Name: Joe
Date: August 16, 2002 at 09:42:45 Pacific
Reply:

Thanx for the clarification 3Dave (-:


0

Response Number 10
Name: pascal
Date: August 28, 2002 at 18:38:05 Pacific
Reply:

Thanks guys! i had exactly the same problem.
i solved it just by reading your discussions here.
:)


0

Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: Finding sendmail version

Problems with Sendmail ext. mail www.computing.net/answers/linux/problems-with-sendmail-ext-mail/17229.html

Library Versions www.computing.net/answers/linux/library-versions/11669.html

Finding GCC www.computing.net/answers/linux/finding-gcc/17775.html