For my business activity I have a very simple Debian + Postfix + Dovecot mail server.
- Mails are saved under
/var/mail/
in an MBox file. - procmail is not installed.
- For spam filtering I have a mail gateway - scrollout on a virtual machine.
- Mail users are Linux users, so there is no mysql or database connection.
What I want is that a specific account's emails will be stored in a format like eml or msg in a folder on my NAS. This is useful for me for several reasons.
I know that this will be done through Procmail... but I don't know the right way.