I am following your thread, but the silence in this basically can mean, that there are no ready solutions to be shared by this forum users. Some time ago I was experiencing the same situation, only mail system was Lotus Notes Domino. And we ended up with custom script development inside Domino database.
For now, I see several posibilities to achieve this. But none of them are built into ZCS. And main functionality of this system all together would depend on Fax server software functionality too.
1.variant - Zimbra Zimlets.
I have not developed any of them, but upon reading some documentation, I guess it can be possible to write your own custom zimlet to do filtering and attachment deattaching from e-mails. But I can not advice any more on this issue.
2.variant - use of external application.
Write your own application on language you like more (php, ruby, shell script, java, etc. - not specific one). Use IMAP or POP available libraries and add functionality of local system mailbox and scripting to deattach file proportion of an e-mail message and save it to local/network disk.
I might be wrong, but I guess, that most Fax server software are capable of sending fax attachments (PDF) in emails to specific e-mail address and/or using specific SMTP server. Which in turn can be configured to redirect specific messages (from/to) to local mailbox and not go to Zimbra. The other service of such servers are possibility to store received faxes locally/on network drive, thus eliminating Zimbra inclusion in this chain of processes. Afterwards is just a question on how you operate with such files later.
In day to day job I use Drupal CMS (PHP based) and there are several modules implementing IMAP/POP connections to mail servers. In my case I would use this system to get e-mails of specific folder/account with fax attachments and populate records of this CMS. Additionally you can set up search, workflows and forwarding of such records. I mean it is something like local intranet application, which requires no licencing and can be modified as needed.
Sorry for not giving direct answers. Hope this info can help. |