ImpraStorage provided a private imap access to store large files
ImpraStorage provided a private imap access to store large files. Each file stored on the server is split in severals random parts. Each part also contains random noise data (lenght depends on a crypt key) to ensure privacy and exclude easy merge without the corresponding key.
An index of files stored is encrypt (with the symmetric-key algorithm Kirmah) and regularly updated. Once decrypt, it permit to perform search on the server and download each part.
transfert process is...
DBMail provides a database-backend mail store using PostgreSQL or MySQL. It includes POP3 and IMAP servers to access the mail store, pipe and LMTP for message delivery, and a suite of command line utilities. Please click our Home Page link for more info.
A mail system currently consisting of MDA, POP3, and IMAP servers that uses a SQL database for the mail store. This adds performance improvement as well as scalability and flexibility.