Hi all,
I have a problem replying to email using an identity with an emailaddress from another account.
My YunoHost server
Hardware: computer at home
YunoHost version:
- yunohost version: 11.2.8.2 (stable)
- yunohost-admin version: 11.2.3 (stable)
- moulinette version: 11.2 (stable)
- ssowat version: 11.2 (stable)
I have access to my server : Through SSH | through the webadmin | direct access via keyboard / screen
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : not especially
Description of my issue
To keep everyone informed of the things happening in the family, I used to have âgroup forwardâ mailboxes when some of my mail still lived at my domain hoster.
The construction would be, for example:
- pianomail@domain.tld would be the contact for the music teacher. Mails sent to that address would not be kept in the mailbox, but forwarded to my daughter, my wife, parents, and me, so that we would all know if a lesson was cancelled or anything.
- in my case it would be forwarded to piano_w@domain.tld, for example
- my mail clients have identities set up, so that if I replied to an email addressed to pianomail@domain.tld , it would pick that identity and set reply-to to pianomail@domain.tld
The last bit (specific identity per contact) is to prevent my mail from leaking, and to be able to pinpoint data leaks with some certainty.
I thought to copy the configuration by creating a new account per mailbox at the other side, and set forwarding email addresses as usual.
That works: I receive mails in my personal mailbox that are sent to such a âgroupâ mailaddress.
The thing that does not work though, is replying to mail using identities. The email address that I use after al, is an alias mailaddress from another user.
I think groups: add mail-aliases management #1539 might help me out.
Add
yunohost user group add-mailalias
andremove-mailalias
commands to add/remove mail aliases to groups. Nails sent to those aliases are dispatched to all members of the group.
In that scenario, if I understand correctly:
- I could delete the empty forwarding accounts that only exist for grouping email
- replace the accounts by usergroups.
- Then I can add the necessary email addresses to these groups (the addresses where people send their mail)
- And add the actual receiving users to the group
- that only works for users on this Yunohost
- users on another Yunohost would get an empty forwarding account on this Yunohost; that forwarding user account will become member of the usergroup
Iâll be testing next whether this allows my user to use the mail aliases from the usergroup for sending mail via an identity.
Sorry for the long story. I hope the context is somewhat clear, and that someone can give a suggestion in this case (maybe it is totally the wrong way to solve this problem, because I overlook another solution)