PMDF User's Guide
OpenVMS Edition


Previous Next Contents Index

6.1 Sending Commands to the Server

Commands directed to a mail server take the form of a mail message addressed to


mailserv@mail-server-host 
where mail-server-host is the host name of the machine running the mail server. You need to obtain this name from your system manager. The text of the message contains mail server commands, one command per line.

For example, suppose the address of a mail server is mailserv@example.com. To obtain a help message from the server as well as a list of the available files and mailing lists, you would send a message much like the one shown in Example 6-1.1

Example 6-1 Sending Commands to a Mail Server

$ MAIL
MAIL> SEND
To:     in%"mailserv@example.com"
Subj: 
Enter your message below. Press CTRL/Z when complete, CTRL/C to quit: 
HELP
INDEX
LISTS
[CTRL/Z]
MAIL> EXIT
$ 
After a short while, you will receive back three messages from the mail server: the first message in response to the HELP command, the second in response to the INDEX command, and the third in response to the LISTS command. If your command specifications are in error, then the mail server will send you an error notification.

Typically, mail from the mail server will have a reply address which differs from the address you use to send commands to it. This is intentional and is done to prevent potential mail loops. One consequence of this is that you cannot direct further commands to the server by replying to messages from it. You must always initiate a new message with the send command; you cannot use the reply command.

A brief description of the available commands is given in Table 6-1; complete descriptions begin in Section 6.2. Lines beginning with an exclamation point, !, are interpreted as comment lines.

Table 6-1 Summary of Mail and List Server Commands
Command Description
CONFIRM Confirm a command from a previous message
DIRECTORY Obtain directory listing of available files
DIRECTORY/LIST Obtain directory listing of available mailing lists
ENCODING Set default file transmission encoding
END Terminate processing, accept no additional commands
EXIT Same as END
FINISH Same as END
HELP Retrieve the server-specific help information
INDEX Retrieve the index of available files
LISTS Retrieve the index of available mailing lists
MAXIMUM Set maximum message size; large messages will be divided into several messages, each smaller than this size
MODE Set the default file reading mode
PURGE/LIST 1 Purge comment lines (such as unsubscribed addresses) from the membership list
QUIT Same as END
SEND Retrieve the specified files
SEND/LIST 1 Retrieve the membership list for a given mailing list
SEND/LIST/COMMENTS 1 Retrieve the membership list for a given mailing list, including members' RFC 822 comment fields
SEND/LIST/NOCOMMENTS 1 Retrieve the membership list for a given mailing list, stripping members' RFC 822 comment fields
STOP Same as END
SUBSCRIBE Subscribe to a mailing list
UNSUBSCRIBE Unsubscribe from a mailing list


1Use of this command is generally restricted to authorized users.

Note

1 Note that PMDF mail servers, and many others too, ignore the Subject: line in messages sent to the server. Do not attempt to place commands in the Subject: line; they will be ignored.


Previous Next Contents Index