This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SMTP - Spool write error (no space left on device)

Hi,

I cannot get email in or out of our network this morning. The SMTP log file continually repeats this line or similar depending on sender:

19rE3n-0001S9-00 Message abandoned: Spool write error (No space left on device) while receiving message from (kumquat.ixs2.net) [209.10.179.58]


Where should I start to deal with this?

Thanks for any input! 


This thread was automatically locked due to age.
Parents
  • Hi Raf Rey,

    maybe your harddisk it full?
    --
    df
    --

    Have a look into the spool /var/chroot-smtp/spool/Finput. Delete the spool. 
    Disable SMTP in Webadmin.
    --
    rm -r -f /var/chroot-smtp/spool/Finput/*
    rm -r -f /var/chroot-smtp/spool/Fmsglog/*
    --

    Cheers
    Xeno  
Reply
  • Hi Raf Rey,

    maybe your harddisk it full?
    --
    df
    --

    Have a look into the spool /var/chroot-smtp/spool/Finput. Delete the spool. 
    Disable SMTP in Webadmin.
    --
    rm -r -f /var/chroot-smtp/spool/Finput/*
    rm -r -f /var/chroot-smtp/spool/Fmsglog/*
    --

    Cheers
    Xeno  
Children