Re: [exim] VERP questions: deliverability, method and execut…

Top Page
Delete this message
Reply to this message
Author: Chip
Date:  
To: exim-users @ exim. org
Subject: Re: [exim] VERP questions: deliverability, method and execution
On 6/5/2012 8:30 AM, Jeremy Harris wrote:
> On 2012-06-05 00:26, Chip wrote:
>> Is it simply enough to add the following in the transport section of the
>> exim.conf assuming all the literals in the stanza are corrected per our
>> configuration?
>
> Yup, exactly. Anywhere in that section will do - the order of
> transports (unlike routers) does not matter.

I've done as directed -- placed the following in the transport section
of exim, but headers remain the same. I've also included below the
snippet of text added as well as the other stanzas immediately following
in the event that could help diagnose. Headers are not being changed.
Thank you.

# Place holder

verp_smtp:
  driver = smtp
  max_rcpt = 1
  return_path = \
    ${if match {$return_path}{^listbounces@???\$}\
      {$1request+$local_part=$domain@???}fail}


remote_smtp:
driver = smtp
interface = ${if exists
{/etc/mailips}{${lookup{$original_domain}lsearch{/etc/mailips}{$value}{${lookup{$sender_address_domain}lsearch{/etc/mailips}{$value}{${lookup{${perl{get_sender_from_uid}}}lsearch*{/etc/mailips}{$value}{}}}}}}}}
helo_data = ${if exists
{/etc/mailhelo}{${lookup{$original_domain}lsearch{/etc/mailhelo}{$value}{${lookup{$sender_address_domain}lsearch{/etc/mailhelo}{$value}{${lookup{${perl{get_sender_from_uid}}}lsearch*{/etc/mailhelo}{$value}{$primary_hostname}}}}}}}{$primary_hostname}}