|
NAMEpcheckd - Checks for mail in maildir mailboxesSYNOPSISpcheckd [-l FILE, --logfile FILE] [-m DIR, --mailboxdir DIR] [-p PORT, --port PORT] [-e LOAD, --emptyload LOAD] [-f NUM, --fork NUM] [-r DIR, --rundir DIR] [-h HOST, --host HOST] [--nodeamon] [--debug] [--help] [--version]DESCRIPTIONThis program will open the named UDP port (default: 50110) and listen for requests. It will send an answer to the requests back to the client.There are two types of requests: The mailbox request ('M') will ask the server about the state of the named mailbox ('0 no mail', '1 mail', '2 new mail', or '3 load too high'). The load request ('L') will ask the server for the load avarage for the last minute. The load is returned as an integer which is determined by reading /proc/loadavg and cutting of everything after the decimal point. This server is single threaded. OPTIONS
SEE ALSOpcheck(1), pclean(8), pcontrol(1), pdeliver(1), pproxy(8), pserv(8), pstatus(1), ptestpdm(1), The POPular ManualAUTHORJochen Topf jochen@remote.orghttp://www.remote.org/jochen/mail/popular/ <URL:http://www.remote.org/jochen/mail/popular/> COPYRIGHTThe POPular suite is copyright (C) 1999-2002 by Jochen Topf jochen@remote.org.This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA Visit the GSP FreeBSD Man Page Interface. |