diff options
author | Sunil Nimmagadda <sunil@nimmagadda.net> | 2021-01-06 16:08:41 +0500 |
---|---|---|
committer | Sunil Nimmagadda <sunil@nimmagadda.net> | 2021-01-06 16:08:41 +0500 |
commit | 3f676cdc305ec531ea2fb901707fcf53aab82190 (patch) | |
tree | 072fa7973c415d0f079f24b48cc52c3cf21b9efb | |
parent | 44593728dbb10317a8ec0ca60e1ca7bbb8989d98 (diff) | |
parent | 6f724f242c0bf7cbea76716f2d6d9b690f4882de (diff) |
Merge pull request #11 from protoCall7/fix-documented-paths
Fixing the path for the documented default for -k
committer: GitHub <noreply@github.com>
-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. |