Displaying 20 results from an estimated 2000 matches similar to: "Global and personal sieve scripts"
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
2008 Apr 10
4
Sieve Frustrations
I'm soooo close, but this last little thing is eluding me...
I have the following Sieve rule in my global sieve rule:
require ["fileinto"];
# Move spam to spam folder
if header :contains "X-Spam-Flag" "YES" {
fileinto "Junk";
stop;
}
This isn't firing. The .Junk folder exists under the user directories,
but messages that have the
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
{
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 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 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
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
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
2012 Feb 16
2
Released Pigeonhole v0.3.0 for Dovecot v2.1.0
Hello Dovecot users,
Now that Dovecot v2.1.0 is out there, I release Pigeonhole v0.3.0. The
most significant new features are support for the Sieve editheader
extension and the sieve-filter tool. I haven't received much feedback on
these new features, which can either mean that they are mostly bug-free
or that not many people have tried these, so these are still considered
experimental.
2012 Feb 16
2
Released Pigeonhole v0.3.0 for Dovecot v2.1.0
Hello Dovecot users,
Now that Dovecot v2.1.0 is out there, I release Pigeonhole v0.3.0. The
most significant new features are support for the Sieve editheader
extension and the sieve-filter tool. I haven't received much feedback on
these new features, which can either mean that they are mostly bug-free
or that not many people have tried these, so these are still considered
experimental.
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,
2006 May 11
3
LDA Sieve feature request
Hello,
In http://wiki.dovecot.org/LDA I read
# If there is no user-specific Sieve-script, global Sieve script is
# executed if set.
#global_script_path =
so you can set global_script_path and override it using a per user script.
It would be nice if the per user scripts could be optionally run after (or before maybe?) the global script.
Another nice thing would be per-virtualdomain sieve
2011 Jun 26
2
dovecot global sieve script problem
I cutover to a new server which uses Postfix & Dovecot to handle emails as
opposed to Postfix & Courier in the old server.
Below is the contents of my global sieve script and dovecot config info. The
dovecot-deliver.log does show that the email is being delivered to INBOX.spam
but it ends up in the INBOX instead.
If I put the exact same rule in the user script, the emails are delivered
2008 Nov 19
1
New message notification
Hi
What is the best option to notify a user that a message has arrived? The
intention is to write a script that connects to a jabber server and checks
if the user is online, so then a message is sent to user notifying him that
he has received a new message. The solution should be compatible with Sieve
filtering, so the script should not be executed when the message is moved to
the SPAM folder, or
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
2007 Jun 11
4
1.0.1 release candidate 2
I'll release v1.0.1 in a day or two, but it would be nice to get some
testing before the release to see if I managed to break something after
the Mercurial conversion. And did I forget something that should be
fixed for v1.0.1?
http://dovecot.org/tmp/dovecot-1.0.1rc2.tar.gz
Changes since v1.0.0:
* deliver: If Return-Path doesn't contain user and domain, don't try
to bounce the
2007 Mar 09
1
global_script_path and virtual users
We have a big installation with postfix + dovecot + sieve.
Now we would like to create a "junk" folder in every customer inbox so they
can discard the spam by they own.
We are planning to user global_script_path = /etc/dovecot/dovecot.sieve
Where /etc/dovecot/dovecot.sieve is:
require "fileinto";
if exists "X-Spam-Flag" {
fileinto "Junk";
}
My
2004 Sep 30
1
V1.0.1 - Segmentation fault in res_crypto.so ?
Hi All
I just upgraded to v1.0.1 so that I could try out the new SMS feature.
When I did this, I noticed that my outbound SIP call to Broadvoice was
very choppy, so I hung up. The system would not release the call, so I
restarted the server.
When it came up, it started loading * then said threw up a segmentation
fault in res_crypto.so. It kept respawning until it ran out of RAM. I
restarted
2007 May 23
3
deliver rejection message
Currently the typical rejection message is:
---------
Your message was automatically rejected by Dovecot Mail Delivery Agent.
The following reason was given:
Quota exceeded.
---------
Then there is MDN + message headers in other MIME parts. But of course
there sucky clients that can't display MDNs and users get confused.
Any suggestions how to improve this message? I'm not sure if the