Page 1 of 1

archiving all mails encrypted

Posted: Mon Jun 30, 2008 4:58 am
by stony007_de
Hey,

i have to archiving all mails in/out to into seperate files.
The admingude descript:
general.cfg


    1. ARCHIVE=arch:.........{to create subfolder with the mails as file}
    2. ARCHIVE=inet.host...{to connect to an other smtp server}
    3 . ARCHIVE=bcc:......... {to send a copy to an archive account}
    4. ARCHIVE=file:...........{to writes all messages to a single file}
    5. ARCHIVE=fork:........ {the script and communicates with SMTP}


The first methode is the best for us! only one think is missing. I have to encrypt all the exported mails.

Does anybody got a simple solution to do this?
is this possible with the "fork" option??

Posted: Tue Jul 01, 2008 5:41 pm
by schmoe90
Anything is possible with your own script - could you not encrypt the files every hour or so? That'd save you writing a script...

Posted: Tue Jul 01, 2008 11:35 pm
by stony007_de
sure! scripting is possible in every time!
thx