> > Is there a quick remedy to fixing a users mailbox when their connection
is
> > terminated abnormally resulting in a lingering .username.pop lockfile?
>
> It seems that your pop3 daemon is set to create a copy of the mail spool,
> work on that, and then merge it back with the original mail spool when it
> is done.
Creates a copy (.pop); empties original in the process (0 bytes); performs
necessary work on the .pop version; then copies resulting data back to
original spool file and deletes the lockfile.
> To fix your problem, just remove the lock file, don't copy it back over
> the original spool.
As mentioned above, the POP process clears the original mail spool.
Therefore deleting the .pop copy will result in deleting all that user's
email, no?
--
Brian Curtis