Andy Spiegl wrote:
On 2009-02-10, 12:00, Noel Jones wrote:
This should get you started:
Thanks!
# relay_recipients
... list of valid recipients at example.com ...
us...@example.com OK
us...@example.com OK
...
Hm, but I don't have the list of valid recipients. :-(
All I have is the list of valid LOCAL recipients. Everything else I
have to relay to the MX of example.com...
If the receiving server rejects unknown recipients during SMTP
(it should), you can use reject_unverified_recipient and let
postfix maintain the list of valid users for you.
http://www.postfix.org/ADDRESS_VERIFICATION_README.html#recipient
-- Noel Jones