I'd like to have all local postfix deliveries to go directly into a TCP or UDS (named pipe) socket, that will eventually end up raw in database table for subsequent triage.
Are there any concrete examples or tools that do not include procmail? It appears that local(8) expects the mailbox path to be either a maildir dir/ or a plain old mbox file (due to the exclusive lock and truncation on error). Has anyone tried pointing local(8) directly at a named pipe? Use netcat via pipe(8)? I want to completely avoid procmail. Thanks, Kurt Stephens