|
NAMEpdeliver - Deliver mail into a maildir mailboxSYNOPSISpdeliver [--help] [--version] [-q QUOTA, --quota QUOTA] [-Q NUM, --maxnum NUM] [-m DIR, --mailboxdir DIR] [-f FORMAT, --format FORMAT] [-l FILE, --logfile FILE] [-i ID, --id ID] mailboxDESCRIPTIONThis command awaits a mail on STDIN formatted according to the format specified with the -f option. It will write the mail to the mailbox specified on the command line in maildir format.OPTIONS
QUOTAThe quota will be checked before delivering the mail. The size of the mail currently being delivered is not counted towards the mailbox size. If the mailbox size is smaller then the quota and the number of mails smaller then the maximal allowed number of mails, the mail is delivered, otherwise pdeliver exits with return code 1.Because there is no locking done, two processes delivering into the same mailbox at the same time might lead to overfull mailboxes. RETURN CODES
SEE ALSOpcheck(1), pcheckd(8), pclean(8), pcontrol(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. |