Re: [exim] decode exim srs From

2016-10-18 Thread Mike Brudenell
Hi, Arkadiusz -

It might not be relevant to your setup, but I'm successfully using SRS
coding/decoding done purely within Exim's configuration, as described in
this conversation about SRS in an Exim bug report:

https://bugs.exim.org/show_bug.cgi?id=1649#c3


(That's where the first example is, with some comments and corrections a
bit further down.)

Cheers,
Mike B-)

On 17 October 2016 at 21:43, Arkadiusz Miśkiewicz  wrote:

>
> Hi.
>
> Host A is using exim internal SRS capability to rewrite From and then
> forward
> email to other host B.
>
> Now on host B I would like to rewrite From back to original form and then
> make
> exim all message processing (ACL, routers etc).
>
> srs key is known to both hosts.
>
> Can exim do that?
>
> Thanks,
> --
> Arkadiusz Miśkiewicz, arekm / ( maven.pl | pld-linux.org )
>
> --
> ## 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/




-- 
Systems Administrator & Change Manager
IT Services, University of York, Heslington, York YO10 5DD, UK
Tel: +44-(0)1904-323811

Web: www.york.ac.uk/it-services
Disclaimer: www.york.ac.uk/docs/disclaimer/email.htm
-- 
## 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/

Re: [exim] decode exim srs From

2016-10-17 Thread Heiko Schlittermann
Arkadiusz Miśkiewicz  (Mo 17 Okt 2016 22:43:10 CEST):
> Host A is using exim internal SRS capability to rewrite From and then forward 
> email to other host B.
> 
> Now on host B I would like to rewrite From back to original form and then 
> make 
> exim all message processing (ACL, routers etc).
> 
> srs key is known to both hosts.
> 
> Can exim do that?

I'm not sure if Exim can do it, probably if linked with the SRS libs. 

I'm doing reverse SRS with some small Perl utils

use Mail::SRS qw(:all);

In Debian there are a 'srs', and a 'libmail-srs-perl' package.

-- 
Heiko


signature.asc
Description: Digital signature
-- 
## 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/

[exim] decode exim srs From

2016-10-17 Thread Arkadiusz Miśkiewicz

Hi.

Host A is using exim internal SRS capability to rewrite From and then forward 
email to other host B.

Now on host B I would like to rewrite From back to original form and then make 
exim all message processing (ACL, routers etc).

srs key is known to both hosts.

Can exim do that?

Thanks,
-- 
Arkadiusz Miśkiewicz, arekm / ( maven.pl | pld-linux.org )

-- 
## 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/