I would like to be able to restrict the web admin user to not receive any email. reason: the extra files for spamassassin etc. clutter up the main home directory. This is confusing for many users.
You could forward the mails to someone else or create an alias in /etc/aliases. For example, if you wan to delete the mails, put in something like this: Code: web1_admin: /dev/null Run Code: newaliases afterwards and restart Postfix.