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

Storage of spammails

Hi,

i have a question :
where do the astaro stores the spammails on the harddisk? and is it possible to copy this mails from one disk to another?
Problem is, that we have to reinstall a Astaro-Software Version on another machine, but on the old one are still mails that might be spam, but of course it might be important. So, is there a possibility to copy this mails over?

old disk is already mounted, i have permissions to read an write... just want to know where i could find these mails.

Regards
OConnor


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

    They are stored at /var/storage/chroot-smtp/spool/Finput/

    There is no automated process to move mail to a new installation. My guess is that you will be forced to move them manualy. 
    Go to that folder and do this. This will tar them with ACL and all. [:)]
    tar -czpf .mailquarantene.tar.gz *

    Then reverse the process at the new computer.
Reply
  • Hi,

    They are stored at /var/storage/chroot-smtp/spool/Finput/

    There is no automated process to move mail to a new installation. My guess is that you will be forced to move them manualy. 
    Go to that folder and do this. This will tar them with ACL and all. [:)]
    tar -czpf .mailquarantene.tar.gz *

    Then reverse the process at the new computer.
Children