所以,
对于某些信封收件人,我想检查是否有匹配的收件人头,如果不存在则拒绝该电子邮件。
我想我正在进入过滤领域-或者可能是条件header_check?
基本上:
if envelope recipient == X then
if TO: != X or CC: != X or BCC: != X then
reject email
fi
fi
感谢 Postfix 专家的指点。
所以,
对于某些信封收件人,我想检查是否有匹配的收件人头,如果不存在则拒绝该电子邮件。
我想我正在进入过滤领域-或者可能是条件header_check?
基本上:
if envelope recipient == X then
if TO: != X or CC: != X or BCC: != X then
reject email
fi
fi
感谢 Postfix 专家的指点。