- [Show page]
- [Old revisions]
- [[unknown link type]]
- []
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
linux:antispam:bitdefender [2016/05/01 12:37] admin created |
linux:antispam:bitdefender [2016/05/01 13:39] (current) admin [Web Admin] |
||
|---|---|---|---|
| Line 31: | Line 31: | ||
| Two e-mail doesn't look like spam, so we check them manualy. | Two e-mail doesn't look like spam, so we check them manualy. | ||
| + | <code> | ||
| + | /opt/BitDefender/bin/bdsafe quarantine copy spam sender webmaster@barriogoticocafe.cz /tmp/ | ||
| + | Restore: '/opt/BitDefender/var/quarantine/spam/spam_1' => '/tmp//spam_1.eml' ... OK | ||
| + | </code> | ||
| + | |||
| + | After a visual check it is not definitely a spam. So we need to resend it. First set antispam action to ignore | ||
| + | |||
| + | <code> | ||
| + | /opt/BitDefender/bin/bdsafe group configure Default antispam actions ignore | ||
| + | /opt/BitDefender/bin/bdsafe quarantine resend spam sender webmaster@barriogoticocafe.cz localhost:10025 | ||
| + | Resend: '/opt/BitDefender/var/quarantine/spam/spam_17' via 'localhost:10025' ... OK | ||
| + | </code> | ||
| + | |||
| + | The port 10025 skips some checks included amavis, but doesn't skip milter (bitdefender). That's why we set antispam action to ignore. | ||
| + | |||
| + | |||
| + | Deleting whole queue | ||
| + | /opt/BitDefender/bin/bdsafe quarantine list spam|grep UUID|cut -f 2 -d\ | xargs -n1 /opt/BitDefender/bin/bdsafe quarantine delete spam uuid | ||
| + | | ||
| + | ======= Web Admin ====== | ||
| + | It listens at 127.0.0.1 (default), we change it to secure-LAN ip | ||
| + | /opt/BitDefender/bin/bdsafe registry setkey /BDUX/Radmin/Host 10.0.4.12:8139 | ||
| + | /opt/BitDefender/bin/bdradmin restart | ||
| + | Now you can type in your browser | ||
| + | https://10.0.4.12:8139/ | ||
| + | |||
linux/antispam/bitdefender.1462099066.txt.gz · Last modified: 2016/05/01 12:37 by admin


