MCONNECT(8) — MAINTENANCE COMMANDS
NAME
mconnect − connect to SMTP mail server socket
SYNOPSIS
/usr/etc/mconnect [ −p port ] [ -r ] [ hostname ]
DESCRIPTION
Mconnect opens a connection to the mail server on a given host, so that it can be tested indpendently of all other mail software. If no host is given, the connection is made to the local host. Servers expect to speak the Simple Mail Transfer Protocol (SMTP) on this connection. Exit by typing the “quit” command. Typing end-of-file will cause an end of file to be sent to the server. An interrupt closes the connection immediately and exits.
OPTIONS
−pSpecify the port number instead of the default SMTP port (number 25) as the next argument.
−r“Raw” mode: disable the default line buffering and input handling. This gives you a similar effect as telnet to port number 25, not very useful.
FILES
/usr/lib/sendmail.hfHelp file for SMTP commands
SEE ALSO
sendmail(8)
RFC821 − Simple Mail Transfer Protocol, by Jonathan B. Postel, August 1982, SRI Network Information Center
Sun Release 3.2 — Last change: 30 September 1985