# HG changeset patch # User Heiko Schlittermann (JUMPER) # Date 1399840210 -7200 # Node ID c9a3790c45c355c6f9868b26c70011ab86603614 # Parent 5fb974a5e16eca0129ad6f40a4ba8f13c456c7fe routingremote verschoben diff -r 5fb974a5e16e -r c9a3790c45c3 frames/routing.tex --- a/frames/routing.tex Sun May 11 22:28:01 2014 +0200 +++ b/frames/routing.tex Sun May 11 22:30:10 2014 +0200 @@ -37,7 +37,7 @@ host example.com [93.184.216.119] \pause \scriptsize{ -\input{routingremote.tt} +\input{out/routingremote.tt} } \end{alltt} \end{frame} diff -r 5fb974a5e16e -r c9a3790c45c3 out/routingremote.tt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/out/routingremote.tt Sun May 11 22:30:10 2014 +0200 @@ -0,0 +1,20 @@ +$ exim -d-all+dns+route -bt hans@example.com +>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> +routing hans@example.com +--------> remote router <-------- +local_part=hans domain=example.com +checking domains +calling remote router for hans@example.com + domain = example.com +DNS lookup of example.com (MX) gave NO_DATA +returning DNS_NODATA +DNS lookup of example.com (AAAA) succeeded +DNS lookup of example.com (A) succeeded +set transport remote_smtp +queued for remote_smtp transport: local_part = hans +routed by remote router + envelope to: hans@example.com + transport: remote_smtp + host example.com [2606:2800:220:6d:26bf:1447:1097:aa7] + host example.com [93.184.216.119] +>>>>>>>>>>>>>>>> Exim pid=24870 terminating with rc=0 >>>>>>>>>>>>>>>> diff -r 5fb974a5e16e -r c9a3790c45c3 routingalias.tt --- a/routingalias.tt Sun May 11 22:28:01 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ -$ exim -d-all+route -bt hans@localhost ->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -routing hans@localhost ---------> remote router <-------- -local_part=hans domain=localhost -checking domains -remote router skipped: domains mismatch ---------> alias router <-------- -local_part=hans domain=localhost -checking require_files -file check: /etc/aliases -stat() yielded 0 -calling alias router -rda_interpret (string): $\{lookup\{$local_part\}lsearch\{/etc/aliases\}\} -expanded: hans@example.com -extract item: hans@example.com -alias router generated hans@example.com -routed by alias router - envelope to: hans@localhost - transport: ->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -routing hans@example.com ---------> remote router <-------- -… ->>>>>>>>>>>>>>>> Exim pid=9381 terminating with rc=0 >>>>>>>>>>>>>>>> -hans@example.com - <-- hans@localhost - router = remote, transport = remote_smtp - host example.com [2606:2800:220:6d:26bf:1447:1097:aa7] - host example.com [93.184.216.119] diff -r 5fb974a5e16e -r c9a3790c45c3 routingremote.tt --- a/routingremote.tt Sun May 11 22:28:01 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,20 +0,0 @@ -$ exim -d-all+dns+route -bt hans@example.com ->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -routing hans@example.com ---------> remote router <-------- -local_part=hans domain=example.com -checking domains -calling remote router for hans@example.com - domain = example.com -DNS lookup of example.com (MX) gave NO_DATA -returning DNS_NODATA -DNS lookup of example.com (AAAA) succeeded -DNS lookup of example.com (A) succeeded -set transport remote_smtp -queued for remote_smtp transport: local_part = hans -routed by remote router - envelope to: hans@example.com - transport: remote_smtp - host example.com [2606:2800:220:6d:26bf:1447:1097:aa7] - host example.com [93.184.216.119] ->>>>>>>>>>>>>>>> Exim pid=24870 terminating with rc=0 >>>>>>>>>>>>>>>>