![]() |
![]()
| ![]() |
![]()
NAMEtpop3d - small, fast, extensible POP3 serverSYNOPSIStpop3d -h | [ -f file ] [ -p file ] [ -dvP ]DESCRIPTIONtpop3d is a server which implements the RFC1939 POP3 protocol, including UIDL support. tpop3d supports virtual domain authentication via a number of mechanisms, POP-before-SMTP relaying, TCP wrappers, Maildir mailboxes and various other useful features. It is a daemon which waits in the background and accepts incoming connections. It cannot be operated from inetd(8).tpop3d logs most diagnostics via syslog(3), using facility mail or another which is defined in its configuration file. Detailed control over the operation of tpop3d is exercised by editing its configuration file, by default /usr/local/etc/tpop3d.conf. See the manual entry for tpop3d.conf(5) for more information. OPTIONS
SIGNALS
BUGSLocking of mailspools under Unix is problematic, mostly because of past brokenness which has now been fixed. tpop3d's locking scheme should suffice in most cases (and should work reliably over NFS) but it is naive: it locks the mailspool for exclusive access, so that an MTA cannot deliver mail to the mailspool whilst it is being accessed by a tpop3d user. As a result, it is configured by default to time out users rather rapidly (after 30s of inactivity). This is one of several places where it is marginally noncompliant with RFC1939. Note that the locking issues do not apply to maildir mailboxes.Authentication drivers block the main daemon; this means that a failure in NIS or an external program could prevent tpop3d from handling new connections. A future version may support asynchronous authentication drivers. If TCP Wrappers support is enabled, then reverse-DNS resolution of connected client addresses may also block the main daemon. FILES/usr/local/etc/tpop3d.confSEE ALSOtpop3d.conf(5), exim(8), inetd(8), syslog(3), mysql(1), TPOP3D::AuthDriver(1), RFC1939,http://www.ex-parrot.com/~chris/tpop3d/, http://www.ex-parrot.com/~chris/vmail-sql/, http://www.mysql.com/, http://lists.beasts.org/pipermail/tpop3d-discuss/. AUTHORChris Lightfoot <chris@ex-parrot.com>. Portions by Mark Longair and Paul Makepeace.If you have a query about tpop3d, please do not send me
personal email. Instead, please send it to the tpop3d
mailing list, to which you can subscribe by sending an email with the
subject `subscribe' to
VERSION$Id$COPYINGThis 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., 675 Mass Ave, Cambridge, MA 02139, USA.
|