68b32 / postfix-tempmail

Temporary trashmail-like e-mail addresses with postfix.
https://www.vennedey.net/postfix-tempmail
3 stars 1 forks source link

Dynamic MAILDROP? #1

Open RogerSik opened 7 years ago

RogerSik commented 7 years ago

Hello,

it is possible to make MAILDROP dynamic? Maybe as a command argument?

So it is possible to generate tempmails for differents email accounts. Example

postfix-tempmail account1@example.org
Generated XY@temp.example.org

postfix-tempmail account3@example.org
Generated XYXY@temp.example.org
68b32 commented 7 years ago

Hello,

it would be possible, but I think this is out of scope for this project since you end up managing lists and mappings which is better done with a database. Anyway the parsing and matching routine is quite slow and should not be used for bigger deployments with lot of mail traffic and many users.