Displaying 4 results from an estimated 4 matches for "seaward".
Did you mean:
award
2013 Jul 24
1
R base package grid does not output raster image
...don't think this is a remote desktop issue. I can run the following
code by remoting into both a Windows 7 machine and a Windows Server R2
machine. I can see the results on the Windows 7 machine but not the
server.
> library(grid)
> grid.raster(1:10/11)
Best regards,
Terry
Terry Seaward Risk Manager
T +27 21 416 1923
terry.seaward@investecmail.com
36 Hans Strijdom Avenue Foreshore, Cape Town, 8001, South Africa
www.investecassetmanagement.com
This email is confidential and may be legally privileged. It is subject to important terms and conditions, available at www.investecass...
2018 Jan 10
2
Can Dovecot reject unencrypted mail?
Hi,
Is it possible to configure Dovecot to reject mail that is not
encrypted. In other words:
1. If the user tries to send an unencrypted message from their MUA,
the server rejects it.
2. If a third-party tries to send an unencrypted message to the user,
the server rejects it.
The end result would be that no mail stored on the server can be
decrypted by the administrator.
I am aware that:
*
2018 Jan 10
0
Can Dovecot reject unencrypted mail?
...ncrypted" to your
specifications and tells Postfix to bounce the message if its not. This
would be a nice backscatter-free solution.
After you have the milter written, you specify it with the
"smtpd_milters" option for Postfix.
Ryan
On Wed, Jan 10, 2018 at 02:08:38PM +0200, David Seaward wrote:
> Hi,
>
> Is it possible to configure Dovecot to reject mail that is not
> encrypted. In other words:
>
> 1. If the user tries to send an unencrypted message from their MUA,
> the server rejects it.
>
> 2. If a third-party tries to send an unencrypted message to th...
2008 Jul 30
1
Speex in VB .NET
Hi there,
I have searched what seems like everywhere and was unable to find a .NET wrapper so that I can use speex in VB. I did find a speex.NET.dll but this didn't seem to work on what I needed.
I therefore decided I could just use DllImport within VB .NET and create my own unmanaged links to libspeex.dll.
With the help of this partial c# code