With Sendmail, I want to accept messages to addresses formatted like this:
bounce+blabla@domain.com
bounce+foofoo@domain.com
And then write them all to a separate mail file on server, instead of appending to same one email file.
I am able to fetch all mail by adding bounce+*@domain.com
to /etc/mail/virtusertable
, it saves to any given alias. But how to save each message to a different file ?
Thanks.