我已经postfix
安装在我的计算机上。我还使用地图generic
覆盖电子邮件地址ubuntu
:[email protected]
/etc/postfix/generic
ubuntu [email protected]
使用此通用映射,电子邮件来自。但我还想覆盖"Ubuntu" <[email protected]>
来自名字发件人,Server1
以便我可以收到来自以下机构的电子邮件:。"Server1" <[email protected]>
我该如何配置它postfix
?
答案1
通常MTA
使用系统中的配置,所以如果你的用户名“ubuntu”没有设置全名,那么他发来的所有电子邮件都没有名字,或者你在“ubuntu”登录时设置的名字只是“Ubuntu”,因为你说所有的电子邮件都带有"Ubuntu" <[email protected]"
要解决此问题,请尝试以 root 身份使用此命令,然后再次发送电子邮件
# chfn -f "Server1" ubuntu
希望能帮助到你 ;)