1. antibadmail by Hirose
/特徴 |
https://www.gentei.org/~yuuji/software/antibadmail/
antibadmailはSMTPセッションにおけるおかしなパラメータを元に迷惑メー ルを拒否します。
- antibadmailのプログラムは、三つのSMTPパラーメータ (HELO, MAIL-FROM, RCPT-TO)と
SMTPクライアントのDNSレコードのみをチェッ クします
1.1. 前提: tcpserver
https://tools.qmail.jp/ucspi-tcp.html
1.2. install tcpserver
必要になったら入れるが、当面はなしで。-- ToshinoriMaeno 2021-05-03 03:21:57
Antibadmail should be invoked by modified version of tcpserver, which can set environment variables for both TCPREMOTEHOST match and TCPREMOTEIP match.
cvs -d :pserver:anonymous@yatex.org:/qmail \ co -r paranoid+bsd ucspi-tcp cd ucspi-tcp vi conf-home (edit conf-home to define installation prefix) make && make setup check
NOTE: If you use FreeBSD, checkout
cvs -d :pserver:anonymous@yatex.org:/qmail \ co -r paranoid+freebsd ucspi-tcp