diff options
author | John Kohl <jtkohl@mit.edu> | 1988-07-08 12:56:09 +0000 |
---|---|---|
committer | John Kohl <jtkohl@mit.edu> | 1988-07-08 12:56:09 +0000 |
commit | 1931bd8a63414acd60e53b378640ad5ad716e4dd (patch) | |
tree | 17ce0014f7ae7c9834e85ac6855b2024f55d2039 /clients/zpopnotify | |
parent | 5aabdfa11724ad4f54b82057b25445248c49e9b9 (diff) |
Initial revision
Diffstat (limited to 'clients/zpopnotify')
-rw-r--r-- | clients/zpopnotify/zpopnotify.8 | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/clients/zpopnotify/zpopnotify.8 b/clients/zpopnotify/zpopnotify.8 new file mode 100644 index 0000000..d063ec6 --- /dev/null +++ b/clients/zpopnotify/zpopnotify.8 @@ -0,0 +1,39 @@ +.\" $Source$ +.\" $Author$ +.\" $Header$ +.\" +.\" Copyright 1988 by the Massachusetts Institute of Technology +.\" All rights reserved. The file /usr/include/zephyr/mit-copyright.h +.\" specifies the terms and conditions for redistribution. +.\" +.TH ZPOPNOTIFY 8 "July 8, 1988" "MIT Project Athena" +.ds ]W MIT Project Athena +.SH NAME +zpopnotify \- notify users of newly spooled mail +.SH SYNOPSIS +.B zpopnotify +.BI username +.SH DESCRIPTION +.I zpopnotify +sends a Zephyr notice announcing the delivery of new mail to class MAIL, +instance POP, recipient .I <user@realm>, +where <user@realm> is the command-line specified +.BI username +concatenated with the local Zephyr realm (e.g. "zpopnotify jruser" would +send to recipient jruser@ATHENA.MIT.EDU at Project Athena). +The body of the message contains the official hostname of the sending +host. +.SH SEE ALSO +zephyr(1), zwgc(1), zmailnotify(1), zhm(8), zephyrd(8), popd(8), spop(8) +.br +Project Athena Technical Plan Section E.4.1, `Zephyr Notification +Service' +.SH AUTHOR +.PP +Robert S. French (MIT-Project Athena) +.sp +Copyright (c) 1987,1988 by the Massachusetts Institute of Technology +.br +See +.I zephyr(1) +for a full copyright notice. |