Re: [exim] Testing pipe transport

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Peter Velan
Datum:  
To: exim-users
Betreff: Re: [exim] Testing pipe transport
on 2006-05-12 11:07 Tony Finch wrote:
> On Thu, 11 May 2006, Peter Velan wrote:


>> exim -d -C /dbg/eximdbg.conf -bh 1.2.3.4 < intest 2> dbglog
>> does not perform real transport functionality.
>
> The -bh option is mostly for testing ACLs. If you want to test transports,
> you can just submit the message locally with
>     exim -d -C /dbg/eximdbg.conf  recipient@address <intest 2>dbglog


Thanks a lot!
Peter