Hello,
I'm using
Though I can read this in the sendmail manual :
I'm thinking about adding the user executing the sendmail command to one of these groups : daemon or network, so that the X-Authentication-Warning header won't be appended to each mail.
But since they are system groups, I'm not really sure about the best choice I've got. One or the other, or maybe another best practice ?
Help would be really appreciated.
I'm using
sendmail
at my work to send mails to some users (a lot), and I'm using the -f flag to change the "from" in the header.Though I can read this in the sendmail manual :
Code:
-fname Sets the name of the ``from'' person (i.e., the envelope sender
of the mail). This address may also be used in the From: header
if that header is missing during initial submission. The enve-
lope sender address is used as the recipient for delivery status
notifications and may also appear in a Return-Path: header. -f
should only be used by ``trusted'' users (normally root, daemon,
and network) or if the person you are trying to become is the
same as the person you are. Otherwise, an X-Authentication-
Warning header will be added to the message.
I'm thinking about adding the user executing the sendmail command to one of these groups : daemon or network, so that the X-Authentication-Warning header won't be appended to each mail.
But since they are system groups, I'm not really sure about the best choice I've got. One or the other, or maybe another best practice ?
Help would be really appreciated.