-
Sometimes it can be interesting to have completely separate mailboxes for the same person (let's say personal & work mail), but in order to decrease the friction it's useful to have the same password for both. The problem comes when you want to change the password, you need to change it on all the "hard" aliases at the same time. Would "hard" aliases that share the same underlying user be a feature that's interesting, or is it a bit too niche ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
You could implement hard aliases using a SQL database directory by creating a separate table with the passwords and then using a |
Beta Was this translation helpful? Give feedback.
You could implement hard aliases using a SQL database directory by creating a separate table with the passwords and then using a
JOIN
link the hard aliases to their shared password.