Daemons, testing via Telnet
From FreeBSDwiki
(Difference between revisions)
Line 1: | Line 1: | ||
+ | http://www.textolonotaald.com | ||
The [[telnet]] client can be used to interact directly with service daemons which use human-readable communications protocols - such as [[IMAP]], [[SMTP]], [[POP3]], or [[HTTP]] - and make sure they're doing what they are supposed to do. This is an '''extremely''' valuable troubleshooting tool, as the experienced admin can see the exact communication from the server rather than rely on "friendly" but often inaccurate error messages given by client utilities intended for end users. | The [[telnet]] client can be used to interact directly with service daemons which use human-readable communications protocols - such as [[IMAP]], [[SMTP]], [[POP3]], or [[HTTP]] - and make sure they're doing what they are supposed to do. This is an '''extremely''' valuable troubleshooting tool, as the experienced admin can see the exact communication from the server rather than rely on "friendly" but often inaccurate error messages given by client utilities intended for end users. | ||
Revision as of 05:02, 22 May 2009
http://www.textolonotaald.com The telnet client can be used to interact directly with service daemons which use human-readable communications protocols - such as IMAP, SMTP, POP3, or HTTP - and make sure they're doing what they are supposed to do. This is an extremely valuable troubleshooting tool, as the experienced admin can see the exact communication from the server rather than rely on "friendly" but often inaccurate error messages given by client utilities intended for end users.
For more information, see the articles for testing each service: