File: mconnect.1

package info (click to toggle)
ucspi-tcp 1%3A0.88-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,392 kB
  • sloc: ansic: 5,802; makefile: 2,688; python: 492; sh: 168
file content (46 lines) | stat: -rw-r--r-- 642 bytes parent folder | download | duplicates (7)
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
37
38
39
40
41
42
43
44
45
46
.TH mconnect 1
.SH NAME
mconnect \- connects to a remote SMTP server.
.SH SYNOPSIS
.B mconnect
[
.I host
[
.I port
]
]
.SH DESCRIPTION
.B mconnect
connects to
.I port
on
.IR host .
It sends its input to
.IR host ,
adding a CR to each line. Meanwhile it prints anything it receives from
.IR host .

If
.I port
is not supplied, mconnect uses port 25 (SMTP). 

If
.I host
is not supplied, mconnect connects to the local host.
.SH SEE ALSO
tcpserver(1),
tcprules(1),
tcprulescheck(1),
argv0(1),
fixcrio(1),
recordio(1),
rblsmtpd(1),
tcpclient(1),
who@(1),
date@(1),
finger@(1),
http@(1),
tcpcat(1),
tcp-environ(5)

http://cr.yp.to/ucspi-tcp.html