xref: /illumos-gate/usr/src/man/man1/mconnect.1 (revision bbf21555)
te
Copyright (C) 2008, Sun Microsystems, Inc. All Rights Reserved
The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
MCONNECT 1 "Jan 28, 2008"
NAME
mconnect - connect to SMTP mail server socket
SYNOPSIS

mconnect [-p port] [-r] [hostname]
DESCRIPTION

The mconnect utility opens a connection to the mail server on a given host, so that it can be tested independently 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 EOF sends an end of file to the server. An interrupt closes the connection immediately and exits.

OPTIONS

The following options are supported: -pport

Specify 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 produces an effect similar to telnet(1) to port number 25.

OPERANDS

The following operand is supported: hostname

The name of a given host.

USAGE

The mconnect command is IPv6-enabled. See ip6(4P).

FILES
/etc/mail/sendmail.hf

Help file for SMTP commands

SEE ALSO

telnet (1), ip6 (4P), attributes (7), sendmail (8)

Postel, Jonathan B., RFC 821, Simple Mail Transfer Protocol, Information Sciences Institute, University of Southern California, August 1982.