Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| email:mailscanner [2026/04/13 12:35] – willy | email:mailscanner [2026/04/13 14:52] (current) – [Web interface] willy | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| ===== Installation ===== | ===== Installation ===== | ||
| - | Simply | + | My VPS is pretty ancient and the CPU does not support sse4_2, instructions, |
| + | <file - rspamd> | ||
| + | mail-filter/ | ||
| + | </ | ||
| + | |||
| + | Now simply | ||
| <code bash> | <code bash> | ||
| emerge -vp rspamd dev-db/ | emerge -vp rspamd dev-db/ | ||
| Line 86: | Line 91: | ||
| done | done | ||
| </ | </ | ||
| + | |||
| + | |||
| + | ===== Web interface ===== | ||
| + | |||
| + | By default rspamd web interface is exposed on **http:// | ||
| + | < | ||
| + | location /rspamd/ { | ||
| + | proxy_pass http:// | ||
| + | proxy_redirect | ||
| + | proxy_set_header | ||
| + | proxy_set_header | ||
| + | proxy_set_header | ||
| + | proxy_set_header | ||
| + | proxy_set_header | ||
| + | } | ||
| + | </ | ||
| + | |||