.\" -*- Nroff -*- manual page for POP3Lite .\" Copyright (C) 2000, 2001 Gergely Nagy <8@free.bsd.hu> .\" This file is part of POP3Lite. .\" .\" POP3Lite 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. .\" .\" POP3Lite 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 .\" .\" $Id: pop3lite.8.in,v 1.3 2001/02/09 07:52:22 algernon Exp $ .TH "POP3Lite" 8 "09 JANUARY 2001" "POP3Lite" "POP3Lite POP3 Daemon" .SH NAME \fBPOP3Lite\fP \- 3lite POP3 Daemon .SH SYNTAX .B pop3lite .RI [ Options ] .SH DESCRIPTION .B POP3Lite is a flexible, \fIRFC 1939\fP compliant Post Office Protocol 3 daemon. It implements everything mentioned in the RFC (either natively, or via modules), and some other things that are not strictly POP3 related capabilities (such as modules, PAM support, SQL configuration, etc). It was written because I found no other POP3 daemon, that would suit my needs. The ones I found were either buggy or not flexible enough. I could try to hack my enhancements in one of them, but writing a brand new one seemed to be an easier task. As far as I know, POP3Lite is the only daemon that is designed to be extensible. .SH OPTIONS .TP .B \-\-config, \-c \fI[file]\fP Loads configuration from the specified file, instead of the default one. .TP .B \-\-define, \-D \fI[field]\fP=\fI[value]\fP Defines a configuration field, with the same syntax as in the configuration file. .TP .B \-\-inetd, \-i Tells \fBPOP3Lite\fP that it is run from inetd. Only available if compiled with standalone support. .TP .B \-\-help, \-h .PD Displays command line options and arguments. .TP .B \-\-pidfile, \-p \fI[file]\fP When running as a daemon, write the pid of the master process to the specified file. Only available if compiled with standalone support. .TP .B \-\-undefine, \-U \fI[field]\fP Deletes a given field from the configuration table. .TP .B \-\-version, \-v .PD Displays the version number. .SH FILES .TP .I /etc/pop3lite.conf Main configuration file. .TP .I /lib/pop3lite/*.so The various modules. .SH BUGS As it is with all programs, probably POP3Lite has bugs too. If you encounter one, feel free to contact the author. .SH "SEE ALSO" .BR pop3lite.conf (5) .SH AUTHOR Gergely Nagy <8@free.bsd.hu>