source: heimdal/trunk/appl/push/push.cat8@ 4

Last change on this file since 4 was 1, checked in by Paul Smedley, 10 years ago

Initial commit of Heimdal 1.5.3

File size: 2.8 KB
Line 
1
2PUSH(8) BSD System Manager's Manual PUSH(8)
3
4NNAAMMEE
5 ppuusshh -- fetch mail via POP
6
7SSYYNNOOPPSSIISS
8 ppuusshh [--55 | ----kkrrbb55] [--vv | ----vveerrbboossee] [--ff | ----ffoorrkk] [--ll | ----lleeaavvee] [----ffrroomm]
9 [--cc | ----ccoouunntt] [----hheeaaddeerrss=_h_e_a_d_e_r_s] [--pp _p_o_r_t_-_s_p_e_c | ----ppoorrtt=_p_o_r_t_-_s_p_e_c]
10 _p_o_-_b_o_x _f_i_l_e_n_a_m_e
11
12DDEESSCCRRIIPPTTIIOONN
13 ppuusshh retrieves mail from the post office box _p_o_-_b_o_x, and stores the mail
14 in mbox format in _f_i_l_e_n_a_m_e. The _p_o_-_b_o_x can have any of the following
15 formats:
16 `hostname:username'
17 `po:hostname:username'
18 `username@hostname'
19 `po:username@hostname'
20 `hostname'
21 `po:username'
22
23 If no username is specified, ppuusshh assumes that it's the same as on the
24 local machine; _h_o_s_t_n_a_m_e defaults to the value of the MAILHOST environment
25 variable.
26
27 Supported options:
28
29 --55, ----kkrrbb55
30 use Kerberos 5 (if compiled with support for Kerberos 5)
31
32 --ff, ----ffoorrkk
33 fork before starting to delete messages
34
35 --ll, ----lleeaavvee
36 don't delete fetched mail
37
38 ----ffrroomm behave like from.
39
40 --cc, ----ccoouunntt
41 first print how many messages and bytes there are.
42
43 ----hheeaaddeerrss=_h_e_a_d_e_r_s
44 a list of comma-separated headers that should get printed.
45
46 --pp _p_o_r_t_-_s_p_e_c, ----ppoorrtt=_p_o_r_t_-_s_p_e_c
47 use this port instead of the default `kpop' or `1109'.
48
49 The default is to first try Kerberos 5 authentication and then, if that
50 fails, Kerberos 4.
51
52EENNVVIIRROONNMMEENNTT
53 MAILHOST
54 points to the post office, if no other hostname is specified.
55
56EEXXAAMMPPLLEESS
57 $ push cornfield:roosta ~/.emacs-mail-crash-box
58
59 tries to fetch mail for the user _r_o_o_s_t_a from the post office at
60 ``cornfield'', and stores the mail in _~_/_._e_m_a_c_s_-_m_a_i_l_-_c_r_a_s_h_-_b_o_x (you are
61 using Gnus, aren't you?)
62
63 $ push --from -5 havregryn
64
65 tries to fetch FFrroomm:: lines for current user at post office ``havregryn''
66 using Kerberos 5.
67
68SSEEEE AALLSSOO
69 from(1), pfrom(1), movemail(8), popper(8)
70
71HHIISSTTOORRYY
72 ppuusshh was written while waiting for mmoovveemmaaiill to finish getting the mail.
73
74HEIMDAL May 31, 1998 HEIMDAL
Note: See TracBrowser for help on using the repository browser.