root / pykota / trunk / man / tr / pkmail.1 @ 3279

Revision 3279, 2.2 kB (checked in by jerome, 16 years ago)

Finished changing copyright years, excepted for contributed stuff
and database schema migration scripts which would only be useful to
people with very very old releases of PyKota : these scripts won't change
for sure, and might disappear anyway...

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
2.TH PKMAIL "1" "janvier 2008" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"
3.SH NOM
4pkmail \- page de manuel de pkmail 1.27alpha3_BROKEN_unofficial
5.SH DESCRIPTION
6pkmail v1.27alpha3_BROKEN_unofficial (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet \- alet@librelogiciel.com
7.PP
8Email gateway for PyKota.
9.PP
10command line usage :
11.TP
12pkmail
13[options]
14.PP
15options :
16.TP
17\fB\-v\fR | \fB\-\-version\fR
18Prints pkmail's version number then exits.
19.TP
20\fB\-h\fR | \fB\-\-help\fR
21Prints this message then exits.
22.IP
23This command is meant to be used from your mail server's aliases file,
24as a pipe. It will then accept commands send to it in email messages,
25and will send the answer to the command's originator.
26.IP
27To use this command, create an email alias in /etc/aliases with
28the following format :
29.IP
30pykotacmd: "|/usr/bin/pkmail"
31.IP
32Then run the 'newaliases' command to regenerate the aliases database.
33.IP
34You can now send commands by email to 'pykotacmd@yourdomain.com', with
35the command in the subject.
36.IP
37List of supported commands :
38.IP
39report [username]
40.IP
41NB : For pkmail to work correctly, you may have to put the 'mail'
42system user in the 'pykota' system group to ensure this user can
43read the /etc/pykota/pykotadmin.conf file, and restart your
44mail server (e.g. /etc/init.d/exim restart). It is strongly advised
45that you think at least twice before doing this though.
46.IP
47Use at your own risk !
48.PP
49(c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com>
50This program is free software: you can redistribute it and/or modify
51it under the terms of the GNU General Public License as published by
52the Free Software Foundation, either version 3 of the License, or
53(at your option) any later version.
54.PP
55This program is distributed in the hope that it will be useful,
56but WITHOUT ANY WARRANTY; without even the implied warranty of
57MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
58GNU General Public License for more details.
59.PP
60You should have received a copy of the GNU General Public License
61along with this program.  If not, see <http://www.gnu.org/licenses/>.
62.PP
63Please report bugs to : Jerome Alet \- alet@librelogiciel.com
Note: See TracBrowser for help on using the browser.