What type of hardware are you using: VPS bought online
What YunoHost version are you running: 12.0.11
How are you able to access your server: SSH
Describe your issue
The docs mention “Mail aliases and forwards can be configured for each users. For instance, the first user created on the server automatically has an alias root@the.domain.tld configured - meaning that an email sent to this address will end in the inbox of the first user.” Emails | Yunohost Documentation
However, how can we define a mail alias for ‘www-data’ ? I seems I get quite many bounce in mail.log that aren’t reported, and I don’t feel much comfortable with this. Maybe the lack of www-data is a problem with some base Debian setup missing ? I’m not sure how one would best do this given the way postfix handles main in YNH.
It seems the group alias is an option (documented in the page linked above), but I’m not so sure I’d lile to spam the admin group with all of these www-data bounces either… any way to just forward to a single email of a YNH user (accessed with IMAP/Roundcube for instante) instead of the admin group ?
Any hints ?