Re: [EXIM] ETRN problem with Exim and M$-Exchange

Top Page
Delete this message
Reply to this message
Author: Georg von Zezschwitz
Date:  
To: Koschin
CC: exim-users
Subject: Re: [EXIM] ETRN problem with Exim and M$-Exchange
>
> The Problem:
>
> Exchange is not able to start a qeue-run ...the ETRN-command is : ETRN
> @kpu.com received by .........
>
> I tried to figure out the smtp_etrn_command ...and ..i didnt get it ( ...am
> I stu** ??) :-)
>


Try this:

smtp_etrn_command = "/usr/lib/sendmail -R \"${if match {$domain}{^[@#]}{${substr_1:$domain}}{$domain}}\""

If you make use of hold_domains, you might need "-Rf" instead of "-R".

Please note as well, that

smtp_etrn_serialize = false

is required.

Greetings,


Georg

--
*** Exim information can be found at http://www.exim.org/ ***