It seems like postfix had stopped working which is why the queue kept getting bigger. I started it again after deleting the emails and now everything works.
But it seems like the whole email system is pretty messed up at the moment, I tried sending an email to myself:
Code: Select all
root@b3:/# mail -s asdf root
Cc:
test
root@b3:/# mail
No mail for root
root@b3:/#
mail.log says
Code: Select all
Sep 27 12:40:37 b3 postfix/pickup[6357]: B51163022E: uid=0 from=<root>
Sep 27 12:40:37 b3 postfix/cleanup[6518]: B51163022E: message-id=<20120927104037.B51163022E@b3.localdomain>
Sep 27 12:40:37 b3 postfix/qmgr[25517]: B51163022E: from=<root@b3.localdomain>, size=332, nrcpt=1 (queue active)
Sep 27 12:40:37 b3 postfix/local[6520]: B51163022E: to=<richo@b3.localdomain>, orig_to=<root@b3>, relay=local, delay=0.08, delays=0.01/0/0/0.06, dsn=2.0.0, status=sent (delivered to maildir)
Sep 27 12:40:37 b3 postfix/qmgr[25517]: B51163022E: removed
I have never used mail/sendmail/postix before, am I missing something?