SMTP relay checking
SMTP RBL maps check (rbl.maps.vix.com)←現在は動作していない。
SMTP RSS maps check (relays.mail-abuse.org)
SMTP ORBS relay check (relays.orbs.org)
SMTP DUL map check (dialups.mail-abuse.org)
なので以下の設定OK

記述例
relays.orbs.org.:-S,relays.mail-abuse.org.:-S,blackholes.mail-abuse.org.:1,dialups.mail-abuse.org.:0

xmail-jpのマニュアルでは因数の説明が-8としてあるがxmail.orgでは因数の説明が-Sになっている
どちらが正解なのだろうか???

This is a list a user can use to set custom maps checking. The list has the given (strict) format:
maps-root:code,maps-root:code...
Where maps-root is the root for the dns query (ie. dialups.mail-abuse.org.) and the code can be:
'1'
the connection is drooped soon
``0''
the connection is kept alive but only authenticated users can send mail
'-S'
the peer can send messages but a delay of S seconds is introduced between commands

relays.orbs.org.:-S,relays.mail-abuse.org.:-S,blackholes.mail-abuse.org.:1,dialups.mail-abuse.org.:0

ま〜、このままコピーしても動作はしているようですが。
relays.orbs.orgに関しては現在調べています