我想在 postfix 上更改我的外出电子邮件地址用户名。例如,如果我像这样从终端发送邮件
echo "testmail for serverfault"|mail -s "subject to test" [email protected]
但是我收到了来自以下地址 [email protected] 的邮件
我想将此 [email protected] 更改为 [email protected]。供您参考,myserver 上不存在 info 用户。我尝试了以下这种方法,但它不起作用
使用
lmtp_generic_maps
而不是smtp_generic_maps
帮助?Smtp 用于通过 tcp 端口 25 进行连接,而 lmtp 用于本地邮件(如使用邮件工具)。发布 make 的输出postconf
更容易为您提供帮助,但请确保删除任何私人/敏感数据。