[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Urgent mail queue problem



> I have a Raq3, and a client's virtual site has all forwarding email sent
> to a mailbox at his ISP.
> Over the last couple of days, no mail has arrived, and the test messages
> I send come back with the 'failed after 4 hours, will try again for five
> days' message.
> We have now forwarded mail to another ISP account and they are going
> through fine.
>
> However, he URGENTLY needs some mail that will be in this 'queue for 5
> days' bit.
> Is that on the Raq? I assume it is. Where? and can I get at it?

cd /var/spool/mqueue/
ls -la
You should see some files listed.
Stop sendmail
/etc/rc.d/init.d/sendmail stop
more filenames and pickout what you want and then move them out of there ..
mv letter /somewhere/safe
Open the files with a text editor like pico, or notepad and send the info
away
RESTART Sendmail
/etc/rc.d/init.d/sendmail start

Zeffie