tutoriaux:install-email-server:install-email-server-part-7
Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente |
tutoriaux:install-email-server:install-email-server-part-7 [2023/04/13 21:30] – frater | tutoriaux:install-email-server:install-email-server-part-7 [2024/07/06 01:17] (Version actuelle) – frater |
---|
====== Build Email Server From Scratch on Debian – Part 7 - Postfix and SpamAssassin Content Filter ====== | ====== Postfix and SpamAssassin Content Filter ====== |
| |
Specifically, we will see how to check email header and body with Postfix and SpamAssassin (SA) to detect spam. SpamAssassin is a free, open-source, flexible and powerful spam-fighting tool. | Specifically, we will see how to check email header and body with Postfix and SpamAssassin (SA) to detect spam. SpamAssassin is a free, open-source, flexible and powerful spam-fighting tool. |
| |
<code>header_checks = pcre:/etc/postfix/header_checks</code> | <code>header_checks = pcre:/etc/postfix/header_checks</code> |
| |
| <WRAP round info> |
| You may use [[https://regex101.com/|https://regex101.com/]] website to test your pcre (just use problematic header sample as test string) |
| </WRAP> |
| |
Save and close the file. Then you need to create the ''/etc/postfix/header_checks'' lookup file with a command line text editor such as Nano. | Save and close the file. Then you need to create the ''/etc/postfix/header_checks'' lookup file with a command line text editor such as Nano. |
tutoriaux/install-email-server/install-email-server-part-7.1681414240.txt.gz · Dernière modification : 2023/04/13 21:30 de frater