exim4
                Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.
| Beide Seiten, vorherige ÜberarbeitungVorherige ÜberarbeitungNächste Überarbeitung | Vorherige Überarbeitung | ||
| exim4 [2018-10-08 17:53] – [Logging spam mail at SMTP DATA ACL time] fanir | exim4 [2019-05-03 02:58] (aktuell) – changed page structure again fanir | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| ====== Exim4 Tricks ====== | ====== Exim4 Tricks ====== | ||
| + | |||
| + | Spam logging for analysis, and probably more in the future. | ||
| ===== Logging spam mail at SMTP DATA ACL time ===== | ===== Logging spam mail at SMTP DATA ACL time ===== | ||
| - | The log message includes the list of envelope recipients for the message. That means it also includes BCC-recipients! | + | ==== Exim Config ==== | 
| + | |||
| + | The log message includes the list of envelope recipients for the message. That means it also includes BCC-recipients, which might pose privacy problems. | ||
| + | |||
| + | warn spam = nobody | ||
| + | add_header | ||
| + | X-Spam-Score: | ||
| + | # ... | ||
| + | log_message = Spam received: score=$spam_score; | ||
| + | |||
| + | ==== Log parse example ==== | ||
| - |  | + | grep ' | 
| - |  | + | |
| - |  | + | |
| - | # ... | + | |
| - |  | + | |
exim4.1539014016.txt.gz · Zuletzt geändert: 2018-10-08 17:53 von fanir
                
                