search for: zmprov

Displaying 4 results from an estimated 4 matches for "zmprov".

2014 Feb 26
1
Samba4 AD and Zimbra LDAP server
Hi all, I plan to upgrade Samba to be a AD server (using FreeBSD) I also have a Zimbra mail server using internal LDAP (it is OpenLDAP with a schema suitable for the mail server) At the moment I bind a few other web applications (Redmine, a wiki etc) to the Zimbra server for LDAP authorisation. Of course, I would like to simplify user experience by using the same user/password for the
2014 Feb 21
3
Please share your mail setup with me if you are running samba4
Hi Guys, I had no luck so far getting openchange installed onto samba 4.1.4 and wondered if I am on the right track here regarding emails for users. I will appriciate it if anyone can share their setups with me so I can estimate what will be the best way forward. The plan so far. Run Samba4 as a file server. (this is working in a test enviroment) Run Samba4 as a DC with Active Directory
2008 Nov 27
2
OT: bash script for passwd and shadow manipulation
...is the name in long format of the username # # domain="oj.gob.pa" # file="zimbranames.file" # x=0 # echo ''>$file # # for linia in `cat /etc/passwd` # do # user=`echo $linia|cut -f1 -d":"` # nombre=`echo $linia|cut -f5 -d":"` # echo "zmprov ma $user@$domain displayName $nombre">>$file # x=$[x+1] # done # echo "$x accounts exported to \"$PWD/$file\"" # sleep 5 Thanks in advance. -- ------------------------------------------------------------ Erick Perez ----------------------------------------------...
2012 Mar 28
2
Postfix problems with maximum messages size
CentOS-6.2 I am confused. I need to accept messages somewhat larger than the default 10M allowed by Postfix. However, changing the message_size_limit in /etc/postfix/main.cf is having no effect. Squirrelmail is configured to accept and transmit messages up to 24M and this identical configuration is working on a Sendmail installation. So the problem appears to me to be strictly at Postfix