gpt4 book ai didi

bash - 使用 bash 更改 sendmail 发件人

转载 作者:行者123 更新时间:2023-11-29 08:46:26 25 4
gpt4 key购买 nike

运行 sendmail 命令,我通常会收到发件人为 username@hostname 的电子邮件。

有没有办法使用 sendmail 发送电子邮件并将发件人设置为不同于用于运行命令的用户帐户?

最佳答案

你要找的是-f:

sendmail -F "Your name" -f "your-address@example.com" < your-message.txt

来自sendmail man page :

 -Ffullname  Set the full name of the sender.

-fname Sets the name of the ``from'' person (i.e., the sender of the
mail). -f can 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.

关于bash - 使用 bash 更改 sendmail 发件人,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7436944/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com