Topic: Tip to add Unsubscribe-List header to your outgoing mails
Hey guys,
I wanted to add un Unsubscribe-List header to my outgoing mail to increase deliverability chances but couldn't find how to do it in the forum.
I finally managed to do it like this:
- check that you have this line in /etc/postfix/main.cf:
header_checks = pcre:/etc/postfix/header_checks
- create the file /etc/postfix/header_checks using a text editor like nano or vi and put this inside:
/Content-Language:/i PREPEND List-Unsubscribe: <mailto:xxxx@yourdomain.com>
- restart postfix service (or reboot your server).
The "List-Unsubscribe" parameter can take several options, which are described here:
https://tools.ietf.org/html/rfc2369
https://tools.ietf.org/html/rfc8058
Also with iRedmail-Admin-Pro you have this feature available automatically like explained here:
----
Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.