Yep, I do.
I have a transflt rule to drop any connections using a MAIL FROM of a local address.
They should only be coming from the local lan or a couple of fixed external addresses that are all exempted from transaction filtering in their Connection Control settings.
If you have external dynamic ip's this approach may be a bit difficult, although you can add exceptions for certain addresses (Edit: ABOVE the reject rule).
[quote]M, "*user@mydomain.com*", X, "MAIL FROM accepted"
M, "*@mydomain.com*", B, "554 Fraudulent MAIL FROM - rejected"
[/quote]
<p>Yep, I do.</p><p>I have a transflt rule to drop any connections using a MAIL FROM of a local address.</p><p>They should only be coming from the local lan or a couple of fixed external addresses that are all exempted from transaction filtering in their Connection Control settings.</p><p>If you have external dynamic ip's this approach may be a bit difficult, although you can add exceptions for certain addresses (Edit: <b>ABOVE</b> the reject rule).
</p><p>[quote]M, "*user@mydomain.com*", X, "MAIL FROM accepted"</p><p>M, "*@mydomain.com*", B, "554 Fraudulent MAIL FROM - rejected"</p><p>[/quote]
</p><p>&nbsp;</p>