What type of hardware are you using: Virtual machine What YunoHost version are you running: 12.0.16 How are you able to access your server: The webadmin Are you in a special context or did you perform specific tweaking on your YunoHost instance ?: No.
Describe your issue
I want to block an email address from even hitting my server … not just going to Spam. How can I do this?
My research shows this needs to be done at the server level, but I’m not sure what to use in YNH to set the parameters. Any advice or direction would be appreciated!
And now, you can reload your postfix configuration.
yunohost tools regen-conf postfix --force
Edit : My answer is incomplete and i don’t be sure if it is a good config. I just read postfix manual a little and i guess client_access can do what you want (block when connect and not after). Only the idea of using a hook is good - I don’t read enough postfix manual and don’t test this hook, so don’t use it without knowing how to use postfix and without correcting it.