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

FreeBSD Manual Pages

  
 
  

home | help
pproxy(1)							       pproxy(1)

NAME
     pproxy - A POP3 proxy server

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

DESCRIPTION
     pproxy is a POP3 proxy. It will wait for username	and  password  from  the
     POP3 client and authenticate the user. It will then ask the pcheckd(8) dea-
     mon on the POP3 server whether the mailbox is empty. If it is empty it will
     keep  talking  to	the  client, "simulating" the empty mailbox. If there is
     mail in the mailbox it will connect to the  pserv(8)  POP-Server,	tell  it
     which mailbox to open and then just forward data back and forth between the
     client and the server.

     For details see the POPular manual.

OPTIONS
     --help
	    Print short help screen.

     --version
	    Print version information.

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

     -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)

FILES
     /var/log/popular/pproxy
	    Log file.

SEE ALSO
     pcheck(1), pcheckd(8), pclean(8), pcontrol(1), pdeliver(1), pserv(8), psta-
     tus(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

								       pproxy(1)

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

home | help