diff options
author | Peter H. Ezetta <peterezetta@porch.com> | 2021-01-05 23:48:34 -0800 |
---|---|---|
committer | Peter H. Ezetta <peterezetta@porch.com> | 2021-01-05 23:48:34 -0800 |
commit | 6f724f242c0bf7cbea76716f2d6d9b690f4882de (patch) | |
tree | 072fa7973c415d0f079f24b48cc52c3cf21b9efb | |
parent | 44593728dbb10317a8ec0ca60e1ca7bbb8989d98 (diff) |
Fixing the path for the documented default for -k
-rw-r--r-- | pop3d.8 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ Do not daemonize. If this option is specified, will run in foreground and log to .Em stderr . .It Fl k Ar keyfile -Specify the key file. Defaults to /etc/ssl/private.key. +Specify the key file. Defaults to /etc/ssl/private/server.key. .It Fl p Path to the maildrop. Defaults to /var/mail/%u in case of mbox and ~/Maildir in case of maildir. |