Similar to the following one: accept all incoming emails with unknown name and redirect into a known user with postfix
Is is possible to configure Postfix to allow all incoming mails except store them in /var/spool/mail/
based on receiver's username? (eg: if a mail is coming to /(.*)/@mydomain.tld
, store it in /var/spool/mail/${1}
file)