DESCRIPTION
This file, located in the user's home directory and called .ypostrc, is read by the ypost(1) program at startup.
The options in this file may be overwritten by command line options.
It might look like this:
## ~/.ypostrc
## ypost configuration file
## My login information
user = user1234
pass = IloveUnix
server = news.example.com
Each line in the file may contain a configuration option (described in the OPTIONS section of this man page) in
the form of an option name, follwed by an equal sign (`=') followed by the value for that option. Option lines
with blank values are ignored, as well as all text following a hash mark (`#'), and empty lines.