問題タブ [dnsbl]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
dns - ドメインからのエンベロープの Sendmail dnsbl ホワイトリスト
Sendmail の dnsbl 機能を使用しています。また、delay_check 機能を使用して、access_db にホワイトリストを設定します。以下はサンプルです。
私がしたいことは、ドメイン xxx.com を dnsbl のホワイトリストに追加し、xxx.com のサブドメインを通常のチェックを使用することです。
[From:xxx.com RELAY] を使用すると、サブドメインがすべて白くなります。回避する方法はありますか?
ありがとうございました