Displaying 20 results from an estimated 1000 matches similar to: "dovecot imap cluster"
2012 Mar 15
1
replication howto
Hello, excuse me but there is some documentation about replication now?
I dont' understand where i must put the lines below (dovecot.conf? , 20-imap?)
Excuse but it's not so clear for me cause i'm a new dovecot user.
Another question, i use virtual users on mysql backend , so for
replication i need to give ssh at every virtual users?
Or i can use a only use a system ssh user?
2018 Nov 29
2
log.wb-LXDOM
here my smb.conf
[global]
netbios name = DC1
realm = LXDOM.COM
server role = active directory domain controller
workgroup = LXDOM
idmap_ldb:use rfc2307 = yes
log level = 1
log file = /usr/local/samba/var/log.%m
Il 29/11/2018 12:43, Rowland Penny via samba ha scritto:
> On Thu, 29 Nov 2018 12:34:29 +0100
> Corrado
2018 Oct 26
2
classicupgrade
Hello Rowland and thanks for fast answer
according with your suggestion i modified my smb.conf like this:
[global]
lanman auth = Yes
log file = /var/log/samba/%m.log
ntlm auth = ntlmv1-permitted
realm = LXCERRUTI.COM
security = ADS
winbind offline logon = Yes
winbind use default domain = Yes
workgroup = LXCERRUTI
2018 Oct 26
5
classicupgrade
Il 26/10/2018 13:45, Rowland Penny via samba ha scritto:
> ldbsearch -Hldap://$(hostname -s) -k yes -P '(&(samaccountname=Domain
> Users)(gidNumber=*))' gidNumber | grep gidNumber | awk '{print $NF}'
sorry but nothing happen
[root at dc1 ~]# ldbsearch -H ldap://$(hostname -s) -k yes -P
'(&(samaccountname=Domain Users)(gidNumber=*))' gidNumber | grep
2018 Nov 08
0
classicupgrade
hello
> One question : who is owner and whats rights for dir
> /home
drwxr-xr-x. 5 root root 49 6 nov 16.21 home
> /home/samba
drwxr-xr-x. 3 root root 20 6 nov 16.21 samba
> /home/samba/sysvol
drwxrwx---+ 4 root root 52 8 nov 12.47 sysvol
>
> because, from windows client, user into domain admins, when i change
> in security tab, explorer always crash
>
> bye
2018 Oct 26
0
classicupgrade
Hai,
I see : ldap://lxcerruti.com
So its setup with a top level domain internaly. Correct ?
Check if resolv.conf contains:
search lxcerruti.com
nameserver IP-OF_THE_DC1
And make very sure you DNS request dont goto the internet.
Monitor you gateway and outgoing dns traffic. Just a warning about this.
> > > What does 'wbinfo --group-info Domain\ Users' return ?
>
2018 Oct 26
0
classicupgrade
Il 26/10/2018 14:49, Rowland Penny via samba ha scritto:
> Please post the smb.conf from the PDC.
[global]
workgroup = LXCERRUTI
netbios name = SRVCERRUTI
server string = Samba PDC - Versione %v
passwd program = /usr/bin/passwd %u
passwd chat = *New*UNIX*password* %n\n
*Retype*new*UNIX*password* %n\n
2018 Oct 26
0
classicupgrade
Il 26/10/2018 15:59, Rowland Penny via samba ha scritto:
> Did you test the upgrade process in a separate network ?
yes i have installed 2 new vm with centos 7 from dvd
> Did you carry out the upgrade on the original PDC or on a new computer ?
i used 2 new computer with a fresh install and without samba
> You say you compiled Samba yourself, was an earlier OS version of Samba
>
2018 Oct 26
0
classicupgrade
thank you for your comprehension
Il 26/10/2018 16:40, Rowland Penny via samba ha scritto:
> OK, two further ldbsearches:
>
> ldbsearch -Hldap://$(hostname -s) -k yes -P
> '(&(samaccountname=*)(uidNumber=*))' uidNumber | grep uidNumber | awk
> '{print $NF}'
1289
1690
673
1613
1527
1661
1542
822
1280
647
596
1699
650
1766
592
1674
629
1127
1065
966
&
2018 Oct 31
2
classicupgrade
Il 31/10/2018 17:18, Rowland Penny via samba ha scritto:
>> ok, this smb.conf is default from classicupgrade
> I am fairly sure it isn't.
ok, i did many changes and cut&paste.
You are the expert !! :-)
>
>> i take out they
>>> Do you really need an insecure auth method ?
>> why ??
> You have set 'ntlm auth = yes', this allows you to use an
2018 Nov 05
0
classicupgrade
Il 05/11/2018 12:09, Rowland Penny via samba ha scritto:
> Is 'massaro' one of your existing users carried over by the
> classicupgrade ?
yes it is, i checked also other users but id is correct :
[root at dc1 var]# getent passwd cerr2012
LXCERRUTI\cerr2012:*:570:513::/home/LXCERRUTI/cerr2012:/bin/false
[root at dc1 var]# getent passwd dado
2009 Jun 12
0
R: Creating this vector, any suggetions?
try this
> a<-c(1, 6, 8, 9)
> 1*(1:10 %in% a)
[1] 1 0 0 0 0 1 0 1 1 0
Stefano
-----Messaggio originale-----
Da: r-help-bounces at r-project.org
[mailto:r-help-bounces at r-project.org]Per conto di njhuang86
Inviato: Friday, June 12, 2009 4:45 PM
A: r-help at r-project.org
Oggetto: [R] Creating this vector, any suggetions?
Suppose I have the first vector: c(1, 6, 8, 9)
I will
2009 Jun 26
0
R: Deleting repeated rows
?unique
as an example
> mat<-matrix(c(1,2,3,1,1,2,1,2,3,4,7,5), ncol=3, byrow=T)
> mat #rows 1 and 3 are identical
[,1] [,2] [,3]
[1,] 1 2 3
[2,] 1 1 2
[3,] 1 2 3
[4,] 4 7 5
> unique(mat)
[,1] [,2] [,3]
[1,] 1 2 3
[2,] 1 1 2
[3,] 4 7 5
Stefano
-----Messaggio originale-----
Da: r-help-bounces at r-project.org
2009 Sep 23
0
R: Function to check if a vector contains a given value?
?any
any(x==2)
Stefano
-----Messaggio originale-----
Da: r-help-bounces at r-project.org
[mailto:r-help-bounces at r-project.org]Per conto di Dimitri Liakhovitski
Inviato: mercoled? 23 settembre 2009 17.38
A: R-Help List
Oggetto: [R] Function to check if a vector contains a given value?
Dear R'rs,
is there a function that checks if a given vector contains a certain value.
E.g.,
2018 Oct 26
4
classicupgrade
Il 26/10/2018 10:48, Rowland Penny via samba ha scritto:
> I am willing to lay money that the gidNumber attribute for Domain Users
> contains '513', if so, your ranges are not compatible
are yuo a wizard ?? :-)
>
> What does 'wbinfo --group-info Domain\ Users' return ?
on dc
LXCERRUTI\domain users:x:100:
:-(
on member , after i added
idmap config LXCERRUTI :
2010 Aug 07
2
R: Confidence Intervals for logistic regression
a closer look to the help on predict.glm will reveal that the function
accepts a 'type' argument.
In you case 'type = response' will give you the results in probabilities
(that it seems to be what you are looking for).
There also is an example on use of the 'type' argument at the end of the
page.
Stefano
-----Messaggio originale-----
Da: r-help-bounces at r-project.org
2018 Nov 06
3
classicupgrade
Hello Luis
tomorrow i'm not in office, reply to you thursday
One question : who is owner and whats rights for dir
/home
/home/samba
/home/samba/sysvol
because, from windows client, user into domain admins, when i change in
security tab, explorer always crash
bye
Il 06/11/2018 17:16, L.P.H. van Belle via samba ha scritto:
> Ok, next,
>
> From a windows pc connect to
2011 Jan 11
4
Denying authentication
Hello,
I've been running dovecot for over 3 years now and it works
with no problems. I have it setup so that it authenticates users against
Active Directory via LDAP and so far no problems.
What I would like to know is if there is any way that I
could deny access for users trying to access email via cellphones or email
clients outside the company. I can
2018 Nov 06
0
classicupgrade
Ok, next,
>From a windows pc connect to the server with computer manager, and now setup the share and folder rights.
As in shown in the link posted ( https://lists.samba.org/archive/samba/2018-February/213690.html )
m leaving the office. So a reply wil probley tomorrow.
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org]
2010 May 22
5
quota and postfix virtual users
hi everyone i have a mailserver working with postfix 2.5.1 vda and
virtual user with mysql and dovecot, everything is working fine but i want
to offer quota and i have a problem with that because the quota in
roundcube appear but calculate is wrong i need to delete the maildirsize
file to force to recalculate, what can i do??? in my dovecot i have imap{
quota imap_quota, in plugins section i have