I had a queue of over 6500 messages which weren't needed and was locally
generated by a faulty cron job, which has now been sorted.... anyway...
The problem I have now is I cannot send any email with qmail as I get the
following error :
An unknown error has occurred. Subject 'Test', Account: 'Kevin Smith',
Server: 'dwshop2.dedic.web.xara.net', Protocol: SMTP, Server Response: '451
qq trouble creating files in queue (#4.3.0)', Port: 25, Secure(SSL): No,
Server Error: 451, Error Number: 0x800CCC6A
Because I had a huge queue of messages I did not need, I stopped qmail by
this command, kill -TERM [pid] and then removed alls the files from the
following directories :
/var/qmail/queue/info
/var/qmail/queue/local
/var/qmail/queue/mess
/var/qmail/queue/remote
Then restarted qmail which was fine, with the following command :
exec env - PATH="/var/qmail/bin:$PATH" \
qmail-start ./Maildir/ splogger qmail &
When I then try to send an email, I get the error as above, any idea how I
can fix this ?
Many thanks,
Kevin Smith