diff options
author | Chris A. Frschl <chris@chrisfroeschl.de> | 2022-09-16 12:02:59 +0000 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2022-09-16 12:02:59 +0000 |
commit | 64df254ce8c19f328c944a3fbe7c307a04290a43 (patch) | |
tree | c13a444f2d5897efcd1e347404609550d88e08f5 /sys/man | |
parent | 3986186c3109665b7e188e1b961a74288197f7ec (diff) |
tlssrv(8): update example path to imap4d
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/8/tlssrv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/man/8/tlssrv b/sys/man/8/tlssrv index 983251ad2..5933b753d 100644 --- a/sys/man/8/tlssrv +++ b/sys/man/8/tlssrv @@ -184,7 +184,7 @@ containing: .EX #!/bin/rc exec tlssrv -c/sys/lib/tls/imap.pem -limap4d -r`{cat $3/remote} \e - /bin/ip/imap4d -p -dyourdomain -r`{cat $3/remote} \e + /bin/upas/imap4d -p -dyourdomain -r`{cat $3/remote} \e >[2]/sys/log/imap4d .EE .PP |