Displaying 5 results from an estimated 5 matches for "unix_".
Did you mean:
unix
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 ] but a search for [ lmtps ] came...
2012 Dec 05
3
enable HA on xcp 1.6
...6:26 xcp1 xapi: [debug|xcp1|490661|Async.pool.enable_ha
R:9119ce88ffcb|backtrace] Raised at :0.0-0
Dec 5 17:56:26 xcp1 xapi: [debug|xcp1|490661|Async.pool.enable_ha
R:9119ce88ffcb|helpers] Assuming script /opt/xensource/xha/ha_set_pool_state
doesn''t exis
t: caught INTERNAL_ERROR: [ Unix.Unix_error(20, "access",
"/opt/xensource/xha/ha_set_pool_state") ]
Dec 5 17:56:26 xcp1 xapi: [debug|xcp1|490661|Async.pool.enable_ha
R:9119ce88ffcb|backtrace] Raised at helpers.ml:792.12-13 ->
threadext.ml:20.20-24 -> thre
adext.ml:20.62-65 -> xapi_ha.ml:57.2-94 -> xapi...
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??? /var/run/dovecot/lmtp 68262?? * 0
So far so good. Now from the other lan host -> [ msmtp --serverinfo
--tls --tls-certcheck=off --host=172.24.109.6 --protocol=lmtp --port=262
] produces:
>...
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 s...
2000 Apr 05
1
Working with R batch
Hi all,
I'm trying to invoke R from a perl program, using R BATCH. My original
R program wrote an output to a file and plotted a graph. I'm having
problems with the following three things:
1) To get the output file name form the perl program I wrote the
following, in my R program:
commandArguments <- commandArgs();
outputFile <- commandArguments[length(commandArguments)];
This