Quote:
Originally posted by cheekycherry
Ok Liquid moe, I'll try that... Thx for suggestion, I only really like outlook express but I'll try something else.
Icedemon, I guess it's sendmail? (pop3 though?) as that's what I use when I set up perl scripts etc.
|
Wasn't thinking right. Mixed up the mail server with the pop server. I've used Qpopper and Qmail for my pop3. I know sometimes Qmail has problems when you get a ton of emails. You just need to delete all the ones the end with "S" in your Maildir/cur directory.
ssh in then go into the Maildir/cur then rm -f *S
I'm assuming this is your server. If it's Qpopper or some other POP3 server that uses mbox. You need to ssh in then go to the /var/spool/mail and then delete the file that is your account (or open it with vi or pico to see what might be causing the problem).
What do your error logs say. On RedHat Linux, your logs would be in the /var/log directory.