Cecilia Vasquez wrote: > I have a mail server and recently two users can't read their mail. This > message appears: > > Could not log in to the mail server > The server responded: > > being read already /usr/spool/mail/samis This means that the previous POP3 session died unexpectedly (because the connection was closed before the client sent "QUIT") and the working copy of the folder is still lying around (as e.g. /var/tmp/.pop/<username> or similar). You need to delete the file before the user can access their mail spool via POP3. The pop3d should have come with a script (rm_stale.sh) which would typically be run from cron to delete such files. -- Glynn Clements <glynn@sensei.co.uk> - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.rutgers.edu