Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
pserv(1)								pserv(1)

NAME
     pserv - A POP3 server

SYNOPSIS
     pserv [--help] [--version] [-l FILE, --logfile FILE] [-r DIR, --rundir DIR]

DESCRIPTION
     This  is a modified POP3 server without the authentication part. It is sup-
     posed to be used in conjunction with the POPular pproxy server.

     The pserv program is intended to be run as normal user, who should have all
     necessary permissions to access the mailbox files.

OPTIONS
     --help
	    Print short help screen.

     --version
	    Print version information.

     -l FILE, --logfile FILE
	    Logfile to use. Default is /var/log/popular/pserv.

     -r DIR, --rundir DIR
	    Name of run directory. The pid  and  state	file,  and  the  control
	    socket are saved into this directory.  (default: /var/run/popular)

SEE ALSO
     pcheck(1),  pcheckd(8),  pclean(8),  pcontrol(1),	pdeliver(1),  pproxy(8),
     pstatus(1), ptestpdm(1), The POPular Manual

AUTHOR
     Jochen Topf jochen@remote.org

	    http://www.remote.org/jochen/mail/popular/	     <URL:http://www.re-
     mote.org/jochen/mail/popular/>

COPYRIGHT
     The  POPular  suite  is  copyright  (C) 1999-2002 by Jochen Topf jochen@re-
     mote.org.

     This program is free software; you can redistribute it and/or modify it un-
     der 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  FIT-
     NESS  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

									pserv(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=pserv&sektion=8&manpath=FreeBSD+Ports+15.1.quarterly>

home | help