How do I deny all domains but my own as valid send to addresses? I was looking at doing this with transport_maps, but the syntax to deny all is not compatible with the PMG entry form.
Method with direct entry in /etc/postfix/transport
Recommended method for this via PMG?
Method with direct entry in /etc/postfix/transport
Code:
example.com :
.example.com :
* error: Only allowing one domain
Recommended method for this via PMG?