I am running postfix, and it seems it is willing to accept emails for system users, such as man, sshd, daemon, www-data, ...
Is desirable (probably not)? and what I can do to disable this?
I am running postfix, and it seems it is willing to accept emails for system users, such as man, sshd, daemon, www-data, ...
Is desirable (probably not)? and what I can do to disable this?
Any user can potentially run cron jobs. The man user might purge the catman cache. The bin user might do library and package management. The www-data user might purge caches. If any of these cron jobs give output (often to indicate a problem) it is nice to let someone know, and cron does this by default by mailing the running user.
Now the simple thing to do is to alias all these users to root and alias root to a real user who is responsible for dealing with all this (martin). Simple, effective, and does not require things like maintaining multiple user databases (email users, login users, psudo users) and the complicated configuration that requires.