On 2015-07-07, Joshua Schulenberg <[email protected]> wrote: > I haven't been able to find an answer to this on Google. We have been > running into these mailing lists that are using bogus RCPT TOs for their > mailing list subscribes. The problem is that exim is blocking them. > > ex: /var/log/exim_rejectlog:2015-07-07 12:07:04 H=smtp.centene.com > [204.145.114.242]:55605 > sender verify fail for <[email protected]>: response to "RCPT > TO:<[email protected]>" from > cust35787-2.in.mailcontrol.com [208.87.234.190] > was: 550 5.7.1 <[email protected]>... Relaying denied. IP > name possibly forged [216.224.162.13] > > I know why this is blocked. But, we still have to deal with these companies > that try to send mail to > [email protected] (CC:[email protected]) and it doesn't > work. > > What can I do to allow this?
you could "discard" those addresses (instead of deny) in the RCPT acl. This may annoy other users who wanted a bounce. -- umop apisdn -- ## List details at https://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/
