1. qmail/spp
qmail-smtpdを拡張(実験)する。/Documentation
/Documentation /badhelo /configuration /filter /moreinfo /qmail-spp-spf /ra-plugins /コマンド /日本語 |
https://www.unix-ag.uni-kl.de/~conrad/greylisting/
https://schmonz.com/qmail/rejectutils/
https://code.google.com/archive/p/ra-plugins/source/default/source
1.1. qmail-spp
qmail-smtpdを拡張(実験)するための機能 (pluginのためのインタフェース)
- patchを共存させる手間をかけるよりは、独立動作させるための抽象化を行うのがよいとの考えだ。
netqmail-1.06 に qmail-spp内のpatchを適用した。エラーなし。makeも終了。
1.2. Documentation
http://qmail-spp.sourceforge.net/doc/
1.3. plugins
/moreinfo example
http://qmail-spp.sourceforge.net/plugins/
https://sourceforge.net/p/qmail-spp/mailman/qmail-spp-general/?viewmonth=200811
1.4. qmail-spp-filter
tcpserverやrblsmtpdより細かくSMTP パラメタに依存して判別したい場合には便利そうだ。
http://qmail-spp.sourceforge.net/plugins/details/?id=38
1.5. spp-spf
qmail-spp-spf details
https://www.caputo.com/foss/qmail-spp-spf/
root@skr:/var/qmail/plugins/src# make spf gcc -Wall -o ../qmail-spp-spf qmail-spp-spf.c -lspf2 -I/usr/include/spf2
1.6. Deny Bad Helo/Ehlo
https://notes.sagredo.eu/en/qmail-notes-185/denying-bad-dns-heloehlos-255.html
We'll make use of a qmail-spp "helodnscheck" plugin that I derived from an original work of Perolo Silantico, Jason Frisvold and Ren Bing. Here is the original plugin and my one:
- Original helodnscheck plugin My modified version v. 7