Displaying 20 results from an estimated 6000 matches similar to: "New message notification"
2010 Sep 01
4
Implementing Samba4
Hi
I am trying to install Samba 4 on a Ubuntu 10.04 Server machine. I have
downloaded the sources, compiled it and installed. Now I have to do the
provision step. I want to use an existing LDAP server (389 Directory Server)
installed in other machine (well, really a lot of machines, yet configured
for replication). Also, the servers only accept SSL connections. But all the
examples I have seen in
2010 Dec 16
2
Samba printer management commands
Hi
I am trying to setup remote printer management commands, so the users
could add and delete printers from "Printers" share of Samba in
Windows. I have this script, that is launched using an administrator
account, when I add a printer from there, using a new TCP/IP port:
================================================================
#!/bin/bash
{
2008 May 02
2
Fatal: Running as root isn't permitted
Hi
I am running Dovecot 1.1RC4, built from the source packages at the
debian repositories (http://xi.rename-it.nl/debian/). When a message
is delivered through the LDA, i get this error:
deliver(******@*****): May 02 14:43:28 Fatal: Running as root isn't permitted
These are my config files:
master.cf:
=======================================
# Dovecot
dovecot unix - n n - - pipe
2010 Jun 28
3
Password policies in the LDAP server
Hi
We have some Samba servers using LDAP (389 DS) as backend. In the LDAP
server, we have defined some policies to make the passwords stronger. When a
user tries to change his password (Control-Alt-Del), this message appears in
the LOGs:
==> /var/log/samba/xptest <==
[2010/06/28 12:26:26, 2] auth/auth.c:check_ntlm_password(309)
check_ntlm_password: authentication for user [10000001S]
2008 May 28
6
Error using antispam plugin
Hi
When activating antispam plugin in imap protocol, when sending an
email, Evolution/Thunderbirdkeeps infinitely "Sending authentication
information", and Dovecor logs shows "dovecot: May 28 10:14:35 Error:
child 6910 (imap) killed with signal 11"; lots of empty folders in
/tmp are created with names like "antispam-mail-ZvyWeZ".
I am using Dovecot1.1 rc15 compiled
2010 May 26
2
Interdomain trust with different WINS servers
Hi
I am trying to stablish a relation between two different Samba domains. Each
domain has two PDCs, all they are WINS servers, and the two domains are in
different subnets. They are configured to use LDAP as the user/group/machine
database. First, I will create the relation, being DOM1.CORP the trusted
domain, and DOM2.CORP the trusting domain, so in a server of DOM1.CORP, I
create a user this
2008 Jul 18
2
Run script before delivery
Hi
Is it possible to run one script before the "real" delivery of a
message (with lda, or before the execution of the sieve scripts) but
after the creation of necessary folders (Dovecot automatically creates
the folders for virtual users)? I want to to this to manually create a
fixed empty sieve script in each user home folder, so in the global
sieve script include that personal script,
2011 Jan 28
2
Samba File Server as Domain Member of Samba PDC
Hi
We have configured 2 PDC Samba (v3.0.33, sambapdc1 and sambapdc2)
servers using LDAP (389 DS v1.2.5) as its database backend. If I run
"net rpc user -UXXXX" from theses servers I get all groups in LDAP.
These servers are working fine for a long time.
Now I have configured a file server (not logon server, sambafs1), as a
member of the domain served by those servers (this with
2008 May 27
2
Error when using include directive in Sieve
Hi
I have two sieve scripts:
# cat /var/vmail/sieve/global
require ["include"];
include :global "spam";
include :personal "sieve";
# cat /var/vmail/sieve/spam
require "fileinto";
if exists "X-Spam-Flag" {
fileinto "Junk";
}
# ls -l /var/vmail/sieve/
total 16
-rw-r--r-- 1 mailuser mailgroup 68 2008-05-28 00:40 global
-rw------- 1
2016 May 10
2
Change Password after expired
I do not speak Spanish, I am using a web server, which is not locally on
Samba 4, but on the same network.
OS: CentOS 7 64-bit
[Root @ webserver conf] # rpm -qa | grep httpd
httpd-tools-2.4.6-31.el7.centos.x86_64
httpd-2.4.6-31.el7.centos.x86_64
[Root @ webserver conf] #
[Root @ webserver conf] # rpm -qa | grep php
php-pear-1.9.4-21.el7.noarch
php-pear-Net-Socket-1.0.14-1.el7.noarch
2013 Jan 03
1
samba-tool domain classicupgrade with LDAP backend
Hi
I am testing the migration from our actual Samba domain, based on Samba
3.3.8 and LDAP (389DS) to Samba 4. I have followed the Samba4 Howto, and I
have successfully compiled it. Now I am running the classicupgrade command,
but I am getting some errors.
First of them is that the script is ignoring the "ldap group suffix"
parameter in smb.conf, and is always searching in the
2016 May 10
2
Change Password after expired
Hello!
I'm not using graphical interface kkkkk
hug
Em 10-05-2016 15:35, Rowland penny escreveu:
> On 10/05/16 18:37, Carlos A. P. Cunha wrote:
>> I do not speak Spanish, I am using a web server, which is not locally
>> on Samba 4, but on the same network.
>>
>> OS: CentOS 7 64-bit
>
> Are you running Gnome3 ?? if so, you do not need anything else, GDM3
>
2008 Apr 30
1
Global and personal sieve scripts
Hi
According to Dovecot documentation ():
# If there is no user-specific Sieve-script, global Sieve script is
# executed if set. (v1.0.1 and older used "global_script_path")
#sieve_global_path =
Then, if one user has its own script, the global script won't be
executed? I would like to execute first the global script (for moving
SPAM to the Junk folder), and then the user
2008 May 18
1
Auto-subscribe to folders
Hi
I will use autocreate plugin in a new installation, and client has
asked me if the users can be auto-subscribed to certain folders.
Example: the users will have an autocreated Junk folder (for SPAM) and
we want the users not to be un-subscribed for this folder; so if the
user wants to be unsubscribed (from outlook, webmail, etc), there are
two options: a) the action is rejected or denied; b)
2008 Jul 25
1
One LDAP attribute for many variables
Hi
Using Dovecot 1.1.2 with LDAP. If i have this:
user_attrs = uid=home=/var/vmail/%$,mailuserquota=quota_rule=*:storage=%$,=mail=maildir:/var/vmail/%n/Maildir
OK. But if i have this:
user_attrs = uid=home=/var/vmail/%$,mailuserquota=quota_rule=*:storage=%$,uid=mail=maildir:/var/vmail/%$/Maildir
I get this error:
deliver(usuario1): Jul 25 12:59:08 Error: Per-user script path is
unknown. See
2016 Jan 12
1
Allow self password change using LDAP(s) with Samba4
Hi
Thanks all for your responses. The users can now change their own password
adding and removing the unicodePwd attribute, using the correct method to
generate the password value.
Now, I have a problem, because the users who have the option to force to
change the password in the next login checked, can't bind to the LDAP
server in order to change their password. Is there any way to do this,
2013 Jan 04
1
Samba4 domain classicupgrade "conversion not supported"
Hi
I am running the "samba-tool domain classicupgrade", and after solving some
problems (thread
http://lists.samba.org/archive/samba/2013-January/170777.html), now I am
getting this error:
# samba-tool domain classicupgrade --dbdir ~/sambav3 --realm
XXXXXX.YYYYYY.TEST --use-xattrs=yes ~/sambav3/smb.conf -d9
...
init_sam_from_ldap: Entry found for user: XXXXXX
init_sam_from_ldap: Entry
2008 Jan 10
8
Windows XP always see folder with read-only attribute set
Dear all,
I've got a linux server running samba-3.0.10 with some windows xp and
windows 2k clients. My config is something like:
[global]
server string = aroprod
workgroup = WORKGROUP
hosts allow = 192.168.0. 127.
security = share
load printers = yes
printing = cups
printcap name = cups
prefered master = yes
os level =
2008 May 04
1
Compiling plugins
Hi
I use Debian Etch 4.0r3. I am trying to compile antispam plugin, but i
have no idea about how to do it cause i have never done so. I have
compiled source packages for Debian with some instructions in some
pages, but i can not compile this plugin separately. Can anyone help
me or give some tips to do this (yes, i have google'd it yet, but no
good results).
This is the result trying to
2012 Jun 15
1
Google Voice / Jabber auth problem
asterisk-1.8.13.0
iksemel-1.4
I have a client who setup a gvoice account using their domain in the
login name:
username=client at theirdomain@gmail.com
This appears to have caused a problem with authentication. I've tried
escaping the @ and quoting the login string, etc. but it simply won't
authenticate. I don't believe my configuration is bad as the same server
/