X-LBSMTP-Spam-Policy: SendBlaster SMTP is a paid relay service.We do not tolerate UCE of any kind. Please report it ASAP to abuse@lbsmtp.org.
我想为我的postfix邮件服务器发送的邮件添加这样的头文件。 我有我的centos5服务器后缀2.33。 有没有办法在postfix中添加这个。
你应该可以使用这个
smtp_header_checks=regexp:/etc/postfix/add_x_header
使用以下内容创build文件/ etc / postfix / add_x_header:
/^Subject: .*/ PREPEND 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].
这将在主题行之前插入标题。
(另外,很高兴看到您希望从您的域名中结束垃圾邮件 – 祝您好运!)