On Mon, 2008-02-18 at 11:05 +0200, Zlatko Mesaros wrote:
>   # MODIFIED PART
>   deny    !verify        = recipient/callout=2m,defer_ok
>   # END MODIFIED PART

You need to add a qualifier in there to ensure it's only doing the call
forward for *your* domains. Without that, you run the risk of being
labelled as an abusive system by remote systems which don't like
callouts.

Assuming you had a domain list called "secondary_domains" you'd make the
config say:

  # MODIFIED PART
  deny    !verify        = recipient/callout=2m,defer_ok
          domains        = +secondary_domains
  # END MODIFIED PART

Graeme


-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to