On 4/1/2010 12:11 PM, Stephen Carville wrote:
Is there way to have postfix relay _any_ mail from $mynetworks but
still check other mail against the relay_recipient_maps?

I have been forwarding bad addresses to the held desk but the
developers tell me they have to see the original subject line.


General idea, main.cf:
smtpd_reject_unlisted_recipient = no
smtpd_reject_unlisted_sender = no
smtpd_recipient_restrictions =
  permit_mynetworks
  reject_unauth_destination
  reject_unlisted_recipient
  reject_unlisted_sender
  ... other stuff ...




  -- Noel Jones

Reply via email to