Displaying 20 results from an estimated 700 matches similar to: "Proxy lmtps"
2017 Oct 22
0
Proxy lmtps
https://wiki2.dovecot.org/PasswordDatabase/ExtraFields/Proxy says "NOTE: LMTP/doveadm proxying doesn't support SSL/TLS currently - any ssl/starttls extra field is ignored"
Aki
> On October 22, 2017 at 12:24 AM Matthias Kueth <listabo at die-b.org> wrote:
>
>
> Hi,
>
> when proxying lmtp from director to backend, director does not use STARTTLS.
>
2018 Aug 06
2
2.3.2.1 - relay to lmtps from other lan host
Hi,
looked into the [ dovecot wiki ] but a search for [ lmtps ] came up
empty and thus hoping to get some assistance here.
I am trying to relay with [ msmtp ] via [ lmtps ] from a lan host other
than [ dovecot ] is running on.
[ dovecot config ]
> service lmtp {
> ? unix_listener lmtp {
> ??? #mode = 0666
> ? }
[ ss -wxl | grep lmtp ]
> u_strLISTEN 0????? 100???
2018 Aug 06
2
AW: 2.3.2.1 - relay to lmtps from other lan host
You have lmtp as unix socket configured but want to access from remote via tcp socket? I think you need inet_listener instead of unix_ listener
----- Originale Nachricht -----
Von: "?????" <vtol at gmx.net>
Gesendet: 06.08.18 - 20:14
An: dovecot <dovecot at dovecot.org>
Betreff: 2.3.2.1 - relay to lmtps from other lan host
> Hi,
>
> looked into the [ dovecot wiki
2018 Aug 06
0
AW: 2.3.2.1 - relay to lmtps from other lan host
Right, now I got then
> service lmtp {
> ? unix_listener lmtp {
> ??? #mode = 0666
> ? }
>
> ? inet_listener lmtp {
> ???? address = 172.24.109.6
> ??? port = 24
> ? }
> }
and [ msmtp ] is connecting indeed. Does TLS/STARTTLS need to be added
to [ inet_listener lmtp ] in order to facilitate [ lmptps ]? If so what
is the syntax?
Right now this error comes up:
>
2015 Jun 05
0
LMTPs between proxy and backend
Hi @all,
I have a 3 server setup (MX ==LMTP==> Proxy ==LMTP==> Backend).
After upgrading to 2.2.18 I was able to use LMTPs from MX to the proxy
but not from the proxy to the backend:
Received: from mf01.example.net ([172.17.1.5])
by mb01.example.net (Dovecot) with LMTP id T+LnDWrvcVWDSwAAJnBBGg
for <patrick at example.net>; Fri, 05 Jun 2015 20:50:58 +0200
Received: from
2009 Apr 24
2
Error building package: LaTeX error when creating PDF version
Hi all
I am trying to build an R package, which I have successfully done many times before, but have an error I cannot trace. I hope someone can help me.
Here's is some edited output (full output below if it is useful):
pdunn2 at PDunnUbuntu:~/DSdata$ R CMD build GLMsData
* checking for file 'GLMsData/DESCRIPTION' ... OK
* preparing 'GLMsData':
* checking DESCRIPTION
2004 Aug 05
1
Windows build
I've tried building R in Windows and had trouble compiling Bitmap.dll
(make bitmapdll) and the docs (make docs). See make output below:
E:\R\R-1.9.1\src\gnuwin32>make bitmapdll
make -C bitmap
make[1]: Entering directory `/cygdrive/e/R/R-1.9.1/src/gnuwin32/bitmap'
make[3]: `libz.a' is up to date.
make[3]: scripts/makefile.std: No such file or directory
make[3]: *** No rule to make
2002 Nov 06
2
Re: some questions!
Hi,
I'm also cc'ing it to r-help.
On Wed, 6 Nov 2002, Kenneth Cabrera wrote:
> Date: Wed, 06 Nov 2002 10:09:21 -0500
> From: Kenneth Cabrera <krcabrer at perseus.unalmed.edu.co>
> To: kwan022 at stat.auckland.ac.nz
> Subject: some questions!
>
> Hello Dear Ko-Kang Wang:
>
> I am trying to compile R v 1.6.1 .
>
> I am following the
2014 Nov 17
2
LMTPS : TLS over LMTP not working
Hello,
I tried to activate SSL on LMTP service, to secure connections between Postfix and Dovecot on my LAN, but Dovecot is not negociating a TLS session with Postfix.
If I enforce TLS for LMTP at Postfix's side, communication between Postfix and Dovecot is not working.
I put
ssl = yes
ssl_cert = </dovecot/ssl/ssl-LMTP.pem
ssl_key = </dovecot/ssl/ssl-LMTP.key
in section protocol
2010 Jun 16
5
Latex and r
Dear R?ers
I?m trying to get a summary table using latex and summary in the rms package to no avail. I?m running R 2.10.1, Mac OS X snow leopard and I have the mactex 2009 distribution installed. Any obvious things I?m missing?
//M
options(digits=3)
set.seed(173)
sex <- factor(sample(c("m","f"), 500, rep=TRUE))
age <- rnorm(500, 50, 5)
treatment <-
2002 Jan 18
1
TeX error generated by R CMD CHECK
Hello,
can anyone explain the following error I get when trying to
use the CHECK command to check a new version of my pakcage under 1.4.0?
******
./R CMD check ~/GLMMGibbs.0.5.1/GLMMGibbs
* checking for working latex ... OK
* using log directory `/homef/jonm/R-1.4.0/bin/GLMMGibbs.Rcheck'
...
<Installs library, documentation, and then performs various tests,
including the example,
2016 May 30
1
[PATCH v3] p2v: Allow virt-p2v to be built with Gtk 2 or 3.
This version of the Gtk 2/3 patch gets alignment and padding mostly
right. I still can't work out how to vertically align labels in the
middle of a cell in a GtkGrid. The GtkTextView in the final dialog is
still broken.
Rich.
2009 May 15
1
[PATCH server] First round of (largely) cosmetic changes to flexchart.
Missing are capitalization/formatting of data type & function labels,
as well as addressing the unit labels for the y-axis.
---
src/flexchart/flexchart.mxml | 4 +
src/flexchart/org/ovirt/Constants.as | 17 +++
src/flexchart/org/ovirt/charts/BarChart.as | 155 ++++++++++++++++--------
src/flexchart/org/ovirt/charts/HostChart.as | 42 ++++++-
2016 May 30
0
[PATCH v2 3/3] p2v: Allow virt-p2v to be built with Gtk 2 or 3.
Currently virt-p2v requires Gtk 2. This commit changes virt-p2v so it
can be built with either Gtk 2 or 3.
By careful use of macros, this code should compile on both recent
Gtk 2 and Gtk 3.
With no other options, ./configure will now prefer Gtk 3 if it finds
it, or fall back to Gtk 2. But you can control this by setting
'./configure --with-gtk=2|3|check|no' where the options mean:
*
2009 Jan 06
0
Package pdf problems
I am checking a package with R CMD check and everything is fine until
the pdf portion of the checking process and the errors documented at
the end of this message happen. I have looked at the pdf that is
created and the typesetting is not perfect, but it is acceptable
(readable). I am no good at latex (something I plan to remedy in the
next large paper I have to write), so is this acceptable for
2002 Jul 17
2
Problems with make pdf (R-patched_2002-07-15.tar.gz)
After configure, make and make check on
a linux Suse 7.3 box, I run
make dvi and make info with no problems but get
a lot of garbage to my screen during make pdf.
Is this normal? Is there a bug in this part
of the installation?
This is part of what I get on the screen:
humboldt:/usr/local/R-patched # make pdf
make[1]: Entering directory `/usr/local/R-patched/doc'
make[2]: Entering
2023 Sep 01
1
XMSS
Hey there,
I know XMSS support has been experimental for quite some time. Is there
any push to change the status? Just curious more than anything else.
Chris
2004 Jan 29
2
Finding Sweave.sty and other problems
Hi,
I've just tried to run example-3 from Friedrich Leish. I'm using R 1.8.1
and MiKTeX 2.2 on Windows XP.
I go
===
> library(tools)
> Sweave("example-3.Snw")
Writing to file example-3.tex
Processing code chunks ...
1 : term hide
2 : echo term verbatim
3 : term tex
4 : term verbatim eps pdf
You can now run LaTeX on example-3.tex
===
The file example-3.tex
2016 May 30
2
[PATCH 0/2] p2v: Allow virt-p2v to be built with Gtk 2 or 3.
... and a small initial patch which makes it easier to test virt-p2v
without having to start up a virtual machine.
There is still a bug in Gtk 3 where the GtkTextView on the final
(running) dialog ignores gtk_widget_set_size_request and so the window
appears just a single pixel high.
Rich.
2016 May 30
4
[PATCH v2 0/3] p2v: Allow virt-p2v to be built with Gtk 2 or 3.
This is basically the same as what I posted earlier today. The main
difference is I split out the GDK thread sychronization (removal of)
changes from the other Gtk 2/3 changes, which should make it a bit
easier to review.
Gtk 3 is still not quite perfect. Apart from the problem with the
GtkTextView noted before, there are also vertical alignment and
padding problems with labels in GtkGrid