1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
===========
envfrom2srs
===========
------------------------------------------------------------
rewrites the envelope sender address in view of remailing it
------------------------------------------------------------
:Datum: 2014-03-17
:Version: 1.0
:Manual section: 1
SYNOPSIS
========
*envfrom2srs* [`fwdomain`] `email`
DESCRIPTION
===========
Rewrite the `email` with an SRS encoded version.
`fwdomain` is used as forward domain.
.. warning ::
Use only if absolutely necessary. It is *very* inefficient and a security risk.
Config File
===========
The program uses `/etc/mail/pysrs.cfg`, if available::
[srs]
secret = 'shhhh!'
maxage = 8
hashlength = 8
fwdomain = 'mydomain.com'
separator = '='
SEE ALSO
========
``srs2envtol``\(1)
|