MAIL(1) - General Commands Manual # MAIL(1) - General Commands Manual
NAME # mail, mailx, Mail - send and receive mail
SYNOPSIS # mail [-dEIinv] [-b list] [-c list] [-r from-addr] [-s subject] to-addr …
mail [-dEIiNnv] -f [file]
mail [-dEIiNnv] [-u user]
DESCRIPTION # mail is an intelligent mail processing system which has a command syntax reminiscent of ed(1) with lines replaced by messages.
The options are as follows:
...
MAILER.CONF(5) - File Formats Manual # MAILER.CONF(5) - File Formats Manual
NAME # mailer.conf - configuration file for mailwrapper(8)
DESCRIPTION # The file /etc/mailer.conf contains a series of pairs. The first member of each pair is the name of a program invoking mailwrapper(8) which is typically a symbolic link to /usr/sbin/sendmail. (On a typical system, newaliases(8) and mailq(8) would be set up this way.) The second member of each pair is the name of the program to actually execute when the first name is invoked.
...
MAILWRAPPER(8) - System Manager’s Manual # MAILWRAPPER(8) - System Manager’s Manual
NAME # mailwrapper - invoke appropriate MTA software based on configuration file
SYNOPSIS # Special. See below.
DESCRIPTION # At one time, the only Mail Transfer Agent (MTA) software easily available was sendmail(8). As a result of this, most Mail User Agents (MUAs) such as mail(1) had the path and calling conventions expected by sendmail(8) compiled in.
Times have changed, however.
...
SHAR(1) - General Commands Manual # SHAR(1) - General Commands Manual
NAME # shar - create a shell archive of files
SYNOPSIS # shar file …
DESCRIPTION # shar writes an sh(1) shell script to the standard output which will recreate the file hierarchy specified by the command line operands. Directories will be recreated and must be specified before the files they contain (the find(1) utility does this correctly).
...
STARTTLS(8) - System Manager’s Manual # STARTTLS(8) - System Manager’s Manual
NAME # starttls - ESMTP over TLS/SSL
DESCRIPTION # STARTTLS is an ESMTP option, defined in RFC 3207, which is used to conduct ESMTP transactions over TLS circuits. This is used to increase the security of mail server transactions.
STARTTLS allows for the combination of several security solutions for MTA (mail transport agent) level services through the TLS suite.
...
TALK(1) - General Commands Manual # TALK(1) - General Commands Manual
NAME # talk - talk to another user
SYNOPSIS # talk [-Hs] person [ttyname]
DESCRIPTION # talk is a visual communication program which copies lines from your terminal to that of another user.
The command arguments are as follows:
-H
Don’t escape characters with the high bit set. This may be useful for certain character sets, but could cause erratic behaviour on some terminals.
...
UUENCODE(1) - General Commands Manual # UUENCODE(1) - General Commands Manual
NAME # uuencode, uudecode, b64encode, b64decode - encode/decode a binary file
SYNOPSIS # uuencode [-m] [-o output_file] [file] name
uudecode [-cimprs] [file …]
uudecode [-i] -o output_file [file]
b64encode [-o output_file] [file] name
b64decode [-ciprs] [file …]
b64decode [-i] -o output_file [file]
DESCRIPTION # The uuencode and uudecode utilities are used to transmit binary files over transmission mediums that do not support formats other than printable ASCII data.
...
UUENCODE(5) - File Formats Manual # UUENCODE(5) - File Formats Manual
NAME # uuencode - format of an encoded uuencode file
DESCRIPTION # Files output by uuencode(1) consist of a header line, followed by a number of body lines, and a trailer line. The uudecode(1) command will ignore any lines preceding the header or following the trailer. Lines preceding a header must not, of course, look like a header.
...