Policy Script 3: Deliver External Whitelisted Messages

# attr NAME=Deliver mail from whitelisted hosts and senders
if anyof(pmx_relay :memberof "whitelisted-hosts",
         envelope :memberof "From" "whitelisted-senders") {
    keep;
    stop;
}

Description: