At 3:20 PM -0700 7/23/01, Matt Denton wrote:
> Here's what I'd like to do: set server-mode by default
> (compile-time) and then for the 20 or so users that consistently
> log into the server, set server mode off. I've gathered that a
> .user.qpopper-options file in the mail spool folder would work
> with the run-time -U command, but I can't figure out from the
> manual what should be in that file to turn off server mode for
> these individual users (only that it *can* be done). Is it that
> you set server-mode in that file and it cancels the default? I'm
> confused. Thanks for any help.
You just put "reset server-mode" (or, if you prefer, "set
server-mode = false") in the file for the 20 exception users.
There is a table of configuration file options on page 28; also,
the list of ./configure flags on page 11 indicates the equivalent
configuration file option in the last column.
The per-user setting overrides the default.