X-LBSMTP-Spam-Policy: SendBlaster SMTP is a paid relay service.We do not tolerate UCE of any kind. Please report it ASAP to [email protected].
我想将这样的标头添加到我的 postfix 邮件服务器发送的邮件中。我的 centos5 服务器中有 postfix 2.33。有没有办法在 postfix 中添加它。
X-LBSMTP-Spam-Policy: SendBlaster SMTP is a paid relay service.We do not tolerate UCE of any kind. Please report it ASAP to [email protected].
我想将这样的标头添加到我的 postfix 邮件服务器发送的邮件中。我的 centos5 服务器中有 postfix 2.33。有没有办法在 postfix 中添加它。
你应该能够使用
使用以下内容创建文件 /etc/postfix/add_x_header:
这将在主题行之前插入标题。
(此外,很高兴看到您想要努力消除来自您域的垃圾邮件 - 祝您好运!)