PDF Static Passwords

(2.3.1-7) When enabling static passwords with -1 validity the
originator no longer gets an email with the password. Is there a way
to enable them to get the password reply? The problem is that one user
may get the reply on the initial encryption and password set but the
next user that later email the recipient doesn't get a reply and
thinks something is broken...

Thanks!

This is currently not supported out of the box. I think you can
accomplish this by changing the mail flow in the config.xml file. The
pdfEncrypt processor should changed to always email the passwords. This
is doable I think but requires some configuration changes.

Another option would be to enable encryption notification. This way the
sender will be notified that the email is encrypted (with the current
password).

Kind regards,

Martijn Brinkers

···

On 06/14/2012 09:57 PM, bentscrewdriver wrote:

(2.3.1-7) When enabling static passwords with -1 validity the
originator no longer gets an email with the password. Is there a way
to enable them to get the password reply? The problem is that one user
may get the reply on the initial encryption and password set but the
next user that later email the recipient doesn't get a reply and
thinks something is broken...

--
DJIGZO email encryption

Thanks for your guidance Marijn - FYI - for other users who may need
this, I was able to accomplish by adding the following to the
pdfEncrypt processor, just after the log entry:

            <mailet match="All" class="GotoProcessor">
                <processor> sendPasswordsToOriginator </processor>
            </mailet>

···

On Thu, Jun 14, 2012 at 4:16 PM, Martijn Brinkers <martijn(a)djigzo.com> wrote:

On 06/14/2012 09:57 PM, bentscrewdriver wrote:

(2.3.1-7) When enabling static passwords with -1 validity the
originator no longer gets an email with the password. Is there a way
to enable them to get the password reply? The problem is that one user
may get the reply on the initial encryption and password set but the
next user that later email the recipient doesn't get a reply and
thinks something is broken...

This is currently not supported out of the box. I think you can
accomplish this by changing the mail flow in the config.xml file. The
pdfEncrypt processor should changed to always email the passwords. This
is doable I think but requires some configuration changes.

Another option would be to enable encryption notification. This way the
sender will be notified that the email is encrypted (with the current
password).

Kind regards,

Martijn Brinkers

--
DJIGZO email encryption
_______________________________________________
Users mailing list
Users(a)lists.djigzo.com
http://lists.djigzo.com/lists/listinfo/users

Correction: The entry was made in the pdfEncrypt processor after the
PDFEncrypt mailet.

            <mailet match="All" class="GotoProcessor">
                 <processor> sendPasswordsToOriginator </processor>
            </mailet>

···

On Tue, Jul 31, 2012 at 10:21 AM, bentscrewdriver <bentscrewdriver(a)gmail.com> wrote:

Thanks for your guidance Marijn - FYI - for other users who may need
this, I was able to accomplish by adding the following to the
pdfEncrypt processor, just after the log entry:

            <mailet match="All" class="GotoProcessor">
                <processor> sendPasswordsToOriginator </processor>
            </mailet>

On Thu, Jun 14, 2012 at 4:16 PM, Martijn Brinkers <martijn(a)djigzo.com> wrote:

On 06/14/2012 09:57 PM, bentscrewdriver wrote:

(2.3.1-7) When enabling static passwords with -1 validity the
originator no longer gets an email with the password. Is there a way
to enable them to get the password reply? The problem is that one user
may get the reply on the initial encryption and password set but the
next user that later email the recipient doesn't get a reply and
thinks something is broken...

This is currently not supported out of the box. I think you can
accomplish this by changing the mail flow in the config.xml file. The
pdfEncrypt processor should changed to always email the passwords. This
is doable I think but requires some configuration changes.

Another option would be to enable encryption notification. This way the
sender will be notified that the email is encrypted (with the current
password).

Kind regards,

Martijn Brinkers

--
DJIGZO email encryption
_______________________________________________
Users mailing list
Users(a)lists.djigzo.com
http://lists.djigzo.com/lists/listinfo/users