I was surprised to notice that sending email from a local server account allows any user to send a message with:
From: whatever@whateverdomain
This is a security issue, because it allows identity spoofing.
When sending email from a local server account, email are put into the maildrop
directory and Postfix daemon pickup
sends the email.
Searching Postfix documentation (man pickup
) doesn't show a dedicated check for this problem.
How can this be solved without disabling the pickup
daemon, which is required for correct system function?