pop(4) — File Formats
Digital
NAME
pop − POP database of subscribers
SYNOPSIS
/usr/spool/pop/POP
DESCRIPTION
The POP database has exactly the same format as the BBoards(4) database, although many fields are unused. Currently, only four fields are examined:
| Field | Value |
| name | The POP subscriber |
| primary file | The mail drop for the POP subscriber (relative to the POP directory) |
| encrypted password | The POP subscriber’s password |
| network address | The remote user allowed to RPOP |
This is an ASCII file. Each field within each POP subscriber’s entry is separated from the next by a colon. Each POP subscriber is separated from the next by a new-line. If the password field is null, then no password is valid.
To add a new POP subscriber, edit the file adding a line such as the following: mrose::mrose:::::::0i
Then, use popwrd to set the password for the POP subscriber. If you wish to allow POP subscribers to access their maildrops without supplying a password (by using privileged ports), fill-in the net- work address field, as in: mrose::mrose:::mrose@nrtc-isc::::0
which permits "mrose@nrtc-isc" to access the maildrop for the POP subscriber "mrose". Multiple network addresses may be specified by separating them with commas, as in: dave::dave:9X5/m4yWHvhCc::dave@romano.wisc.edu,dave@rsch.wisc.edu::::
To disable a POP subscriber from receiving mail, set the primary file name to the empty string. To prevent a POP subscriber from picking-up mail, set the encrypted password to "∗" and set the network address to the empty string.
This file resides in home directory of the login "pop". Because of the encrypted passwords, it can and does have general read permission.
FILES
/usr/spool/pop/POPPOP database.
RELATED INFORMATION
Commands: spop(1), popaka(8), popd(8), popwrd(8).
Files: bboards(4).