Displaying 20 results from an estimated 299 matches for "example2".
Did you mean:
example
2013 May 28
1
Perfect LDAP tree
Hello everybody and Timo.
I have the next problem.
With LDAP tree like
ou=mail
|
- dc=example1.com,ou=Mail
|
- mail=box1 at example1.com,dc=example1.com,ou=Mail
|
- mail=box2 at example1.com,dc=example1.com,ou=Mail
?
|
- dc=example2.com,ou=Mail
|
- mail=box1 at example2.com,dc=example2.com,ou=Mail
|
- mail=box2 at example2.com,dc=example2.com,ou=Mail
?
and settings in dovecot configuration files
auth_bind = yes
auth_bind_userdn = mail=%u,dc=%d,ou=mail
base = ou=mail
user_attrs = \
=home=/var/vmail/%Ld/%Ln, \...
2016 Apr 07
0
Filserver in Domain-trusts
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I have setup two domains (example1.net) and (example2.net). Then I
created a trust, in two different ways (Yes, one after the other, not
at the same time):
1.
samba-tool domain trust create example2 --type=forest --direction=both
- --create-location=both -U administrator at EXAMPLE2.NET
2.
samba-tool domain trust create EXAMPLE2.NET --type=external...
2020 Sep 26
2
managesieve script 'redirect' fails @ "Error: sieve: ... aborted due to temporary failure; Error: smtp-server: ... failed: SSL_accept() failed: error:1408F10B:SSL routines:ssl3_get_record:wrong version number"; direct send OK ?
I run
dovecot --version
2.3.10.1 (a3d0e1171)
postconf mail_version
mail_version = 3.5.7
with three valid accounts on the server,
user1 at example1.net
user2 at example2.net
admin at mx.example.com
I can send/receive from each -- both to/from external addresses, as well as between one another.
E.g., on mail sent to
user2 at example2.net -> admin at mx.example.com
logs of the successful delivery are
==> /var/log/dovecot/dovecot-info.log <==
2020-09...
2019 May 16
5
GPO-Error
Hello,
I have the following error when checking for GPOs for a single user,
listing all GPOs is working:
------------------
root at tn2-debian1:~# samba-tool gpo listall
GPO : {31B2F340-016D-11D2-945F-00C04FB984F9}
display name : Default Domain Policy
path :
\\example2.net\sysvol\example2.net\Policies\{31B2F340-016D-11D2-945F-00C04FB984F9}
dn :
CN={31B2F340-016D-11D2-945F-00C04FB984F9},CN=Policies,CN=System,DC=example2,DC=net
version : 0
flags : NONE
GPO : {6AC1786C-016F-11D2-945F-00C04FB984F9}
display name : Default Domain Control...
2016 Jun 10
2
ldb-tools and ldaps after badlock
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello everybody,
since the patch for all the badlock bugs it is not possible to access
a Samba 4 ADDC-database with ldb-tools. Everytime I try it, I get the
following error:
root at addc-02:~# ldbsearch -H ldaps://addc-02.example2.net -U administrat
or
TLS failed to missing crlfile - with 'tls verify peer =
as_strict_as_possible'
When I add:
- ----------------------
tls verify peer = no_check
- ----------------------
to smb.conf I will get the following error:
root at addc-02:~# ldbsearch -H ldaps://addc-02.exam...
2019 Jul 31
0
[nbdkit PATCH 4/8] Revert "RHEL 5: Define O_CLOEXEC and SOCK_CLOEXEC."
...moved from plugins/xz/xzfile.c (and
in fact has been dead code since commit c879d310 made it a filter)
plugins/file/file.c - context changes in the meantime
src/internal.h - Moved to server/internal.h
---
server/internal.h | 8 --------
filters/xz/xzfile.c | 4 ----
plugins/example2/example2.c | 4 ----
plugins/file/file.c | 4 ----
plugins/streaming/streaming.c | 4 ----
5 files changed, 24 deletions(-)
diff --git a/server/internal.h b/server/internal.h
index 80ab879c..6207f0cf 100644
--- a/server/internal.h
+++ b/server/internal.h
@@ -50,14 +50,6 @@
#define UNI...
2006 Dec 22
2
System Application with java
Hi,
I created a script named example2.sh which goal is read some text from my HP Service Desk using an application in java and send this text to the text2wave application for TTS.
example2.sh
java -Xbatch Example10 | text2wave -f 8000 -o /var/lib/asterisk/sounds/my-sd.wav
When I execute the script in prompt, everything is ok, but wh...
2011 Dec 04
1
syncing imap servers with imapsync
...1 scache
amavis unix - - - - 2 smtp
-o smtp_data_done_timeout=1200
-o smtp_send_xforward_command=yes
[root at mail3 skins]# imapsync --syncinternaldates --host1 mail.example1.com --user1 bluethundr --password1 secret --host2 roundcube.example2.com --user2 bluethundr --password2 secret
[root at mail3 skins]# imapsync --syncinternaldates --host1 mail.example1.com --user1 bluethundr --password1 secret --host2 roundcube.example2.com --user2 bluethundr --password2 secret
$RCSfile: imapsync,v $ $Revision: 1.456 $ $Date: 2011/08/24 04:21:30 $
H...
2020 Jul 01
4
local stanza only generated for IPv6
I have a mail server with multiple IP addresses and associated DNS names
In the dovecot configuration I have a listen directive:
??? listen = mail.example.com.com,mail.otherexample.com,localhost
Multiple local stanzas are of the form:
local mail.example.com {
? protocol imap {
???? ssl_cert = </etc/letsencrypt/live/mail.example.com/fullchain.pem
???? ssl_key =
2019 Aug 02
0
[nbdkit PATCH v2 04/17] Revert "RHEL 5: Define O_CLOEXEC and SOCK_CLOEXEC."
...ins/file/file.c - context changes in the meantime
src/internal.h - Moved to server/internal.h
plugins/split/split.c - Not in the original patch; copied in 9ad64ba5
---
server/internal.h | 8 --------
common/utils/utils.c | 1 +
filters/xz/xzfile.c | 4 ----
plugins/example2/example2.c | 4 ----
plugins/file/file.c | 4 ----
plugins/split/split.c | 4 ----
plugins/streaming/streaming.c | 4 ----
7 files changed, 1 insertion(+), 28 deletions(-)
diff --git a/server/internal.h b/server/internal.h
index 80ab879c..6207f0cf 100644
--- a/server/internal.h...
2007 May 15
1
stacked barplot with positive and negatvie values
...ying to create a barplot with a couple of stacked positive
values and with one negative value for each group.
example:
trees<-c(20,30,10)
shrubs<-c(12,23,9)
veg<-c(2,3,4)
soil<-c(-100,-123,-89)
example1<-t(cbind(trees,shrubs,veg))
barplot(example1)
#this works so far
#but now:
example2<-t(cbind(trees,shrubs,veg,soil))
barplot(example2)
This shows no more stacked bars. But I want to keep the bars like
example1 and just add the negative values which have another scale
downwards.
So I tried:
barplot(example1,axes=F)
barplot(example2["soil",],add=T,axes=F)
axis(side=...
2018 Apr 12
4
[nbdkit PATCH v3 0/2] Add nbdkit_realpath
...path, documenting when it
can only be used, and then adds nbdkit_realpath.
Thanks,
Pino Toscano (2):
docs: improve documentation of nbdkit_absolute_path
plugin: add and use nbdkit_realpath
docs/nbdkit-plugin.pod | 24 +++++++++++++++++++++++-
include/nbdkit-common.h | 1 +
plugins/example2/example2.c | 2 +-
plugins/file/file.c | 6 +-----
plugins/gzip/gzip.c | 2 +-
plugins/split/split.c | 2 +-
plugins/vddk/vddk.c | 2 +-
plugins/xz/xz.c | 2 +-
src/plugins.c | 2 +-
src/utils.c | 19 +++++++++++++++++++...
2007 Apr 17
1
Runing R in a bash script
...so example is executed every minute
* * * * * [path]/example.sh
I am running
R version 2.4.1 (2006-12-18)
Here's a minimal example - two files one R-script ('example.r') and one
bash-script ('example.sh')
example.r
# Example R-script
x <- c(1:10)
y <- x^2
png(file="example2.png")
#pdf(file="example2.pdf")
plot(x,y)
graphics.off()
example.sh
#/bin/bash
#
# Hello world is written to exhotext every time cron executes this script
echo "Hello world" > echotext
# This works, but not when executed from cron
n=`R --save < example.r`
# using exe...
2017 Apr 28
2
SAN certificates for multiple domains and multiple services
...etc/letsencrypt/live to root:certs. Then, when a
system user has to access this stuff, I simply add him to the certs group.
Then came a moment when I hit a wall, because Postfix can't handle
multiple certificates, only one. Let's say I have these domains on my
server:
* example1.com
* example2.com
* example1.net
* example2.net
When setting up Postfix, I can do one of these things:
1. continue to use a self-signed SSL certificate
2. choose one "preferred" domain on my server
3. setup multi-domain (SAN) certificates
I tried the SAN certificates (after experimenting a lot...
2018 Feb 13
3
[nbdkit PATCH] plugin: add and use nbdkit_realpath
...that the file exist (and thus avoid errors later
on).
Apply it where an existing path is required, both in nbdkit itself and
in plugins.
Related to: https://bugzilla.redhat.com/show_bug.cgi?id=1527334
---
docs/nbdkit-plugin.pod | 13 +++++++++++++
include/nbdkit-common.h | 1 +
plugins/example2/example2.c | 2 +-
plugins/file/file.c | 6 +-----
plugins/gzip/gzip.c | 2 +-
plugins/nbd/nbd.c | 2 +-
plugins/split/split.c | 2 +-
plugins/vddk/vddk.c | 2 +-
plugins/xz/xz.c | 2 +-
src/plugins.c | 2 +-
src/utils.c...
2018 Feb 19
3
Multiple SSL-Certificates/Domains setup not working
...h SNI here:
https://wiki.dovecot.org/SSL/SNIClientSupport
https://wiki.dovecot.org/SSL/DovecotConfiguration#line-89
> local_name imap.example.org {
> ssl_cert = </etc/ssl/certs/imap.example.org.crt
> ssl_key = </etc/ssl/private/imap.example.org.key
> }
> local_name imap.example2.org {
> ssl_cert = </etc/ssl/certs/imap.example2.org.crt
> ssl_key = </etc/ssl/private/imap.example2.org.key
> }
Did anyone have success on this (without using multiple IP per Domain)?
--
Best regards
Gabriel Kaufmann
-------------- next part --------------
An HTML attachm...
2019 May 16
0
GPO-Error
...following error when checking for GPOs for a single user,
> listing all GPOs is working:
> ------------------
>
> root at tn2-debian1:~# samba-tool gpo listall
> GPO : {31B2F340-016D-11D2-945F-00C04FB984F9}
> display name : Default Domain Policy
> path :
> \\example2.net\sysvol\example2.net\Policies\{31B2F340-016D-11D2-945F-00C04FB984F9}
> dn :
> CN={31B2F340-016D-11D2-945F-00C04FB984F9},CN=Policies,CN=System,DC=example2,DC=net
> version : 0
> flags : NONE
>
> GPO : {6AC1786C-016F-11D2-945F-00C04FB984F9}
> dis...
2011 Apr 26
2
[LLVMdev] inserting a fucntion call at the end of basic bloc
...and "tail call" (rather than "call") come
> from? Are you setting these yourself or running some optimization pass
> after
> your pass?
>
i have written a module pass and i have compiled it and then
opt -load /home/inspiron/PhdWork/llvm-2.8/Release/lib/Example.so -Example2
< hello.bc > /dev/null
i get the error message
Wrong type for attribute noalias
tail call void @consume(i32 noalias 3, i32* @y) nounwind
Broken module found, compilation aborted!
0 libLLVM-2.8.so.1 0x019bc628
Stack dump:
0. Program arguments: opt -load
/home/inspiron/PhdWork/llvm-2.8/Relea...
2018 Feb 14
2
[nbdkit PATCH v2] plugin: add and use nbdkit_realpath
...e_path, improve the
documentation of the latter.
Apply it where an existing path is required, both in nbdkit itself and
in plugins.
Related to: https://bugzilla.redhat.com/show_bug.cgi?id=1527334
---
docs/nbdkit-plugin.pod | 18 +++++++++++++++++-
include/nbdkit-common.h | 1 +
plugins/example2/example2.c | 2 +-
plugins/file/file.c | 6 +-----
plugins/gzip/gzip.c | 2 +-
plugins/split/split.c | 2 +-
plugins/vddk/vddk.c | 2 +-
plugins/xz/xz.c | 2 +-
src/plugins.c | 2 +-
src/utils.c | 19 +++++++++++++++++++...
2014 Sep 23
0
[PATCH 03/13] syntax-check: fix makefile_at_at_check
...file.am
@@ -35,8 +35,8 @@ stamp-guestfs-erlang.pod: guestfs-erlang.pod create_disk.erl inspect_vm.erl
--section 3 \
--man guestfs-erlang.3 \
--html $(top_builddir)/html/guestfs-erlang.3.html \
- --verbatim $(srcdir)/create_disk.erl:@EXAMPLE1@ \
- --verbatim $(srcdir)/inspect_vm.erl:@EXAMPLE2@ \
+ --verbatim $(srcdir)/create_disk.erl:$(EXAMPLE1) \
+ --verbatim $(srcdir)/inspect_vm.erl:$(EXAMPLE2) \
--license examples \
$<
touch $@
diff --git a/examples/Makefile.am b/examples/Makefile.am
index e150a58..70363af 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am...