similar to: LDA Sieve feature request

Displaying 20 results from an estimated 800 matches similar to: "LDA Sieve feature request"

2006 Jun 20
2
Re: entered bc_action_emit with filelen:
Hi, I'm still getting the errors below on Debian Etch with Dovecot 1.0.8-4 and Dovecot LDA. Is this something that's fixed in 1.0.9? It doesn't seem to have an effect but I'm wary of messages I don't recognise! Regards, Alex Jun 20 14:13:04 server01 deliver: entered bc_action_emit with filelen: 16 Jun 20 14:13:04 server01 deliver: entered bc_action_emit with filelen: 112
2006 May 10
4
LDA not being called by postfix?
Hello, I'm using Postfix with virtual domains (MySQL), Dovecot 1.0beta7 and CVS LDA. I've set up postfix to use the LDA for maildir delivery and defined a global sieve script. -- master.cf -- ... dovecot unix - n n - - pipe flags=DRhu user=vmail:vmail argv=/usr/local/libexec/dovecot/deliver -d ${recipient} ... -- main.cf -- smtpd_banner =
2006 Aug 16
3
problem with sieve implementation
Hello, I follow the instruction of this link (http://wiki.dovecot.org/LDA) to implement sieve with my dovecot installation (dovecot-1.0rc2) and i'm running the timsieve daemon of my cyrus-imapd installation but i got the following error message when the sieve daemon try to formward message : entered bc_action_emit with filelen: 16 Aug 13 14:53:27 ldap sieve[3870]: entered bc_action_emit with
2006 Mar 17
1
LDA Sieve debugging
Hello all, I've installed and setup the LDA with postfix. I'm trying out Sieve support, and wrote the following global script: require "fileinto"; if address :contains "To" "luca at mydomain.tld" { fileinto "Spam"; } and tried to send an email to that address. The sieve script seems to be processed and sieve-global.scriptc is compiled, but the
2006 Mar 20
1
LDA sieve library
Hello, is the LDA linked against the Cyrus SIEVE library or against the fork at libsieve.sourceforge.net ? It seems Cyrus SIEVE from src/libsieve/README in the lda sources. libsieve seems to be better suited for inclusion in non-cyrus software and should be completely independent from libcyrus. The README for cyrus version of libsieve also states that: "It should compile without libcyrus,
2006 May 11
1
userdb prefetch not working with dovecot LDA?
Hello, I've configured MySQL authentication as follows. -- divecot-sql.conf -- driver = mysql connect = host=localhost dbname=postfix user=myuser password=mypass default_pass_scheme = PLAIN password_query = SELECT password FROM mailbox WHERE username = '%u' user_query = SELECT CONCAT('/var/vmail/', maildir, 'Maildir') AS home, '1234' AS uid, '1234'
2006 Mar 09
1
Dovecot LDA doesn't build against 1.0beta3
Here's what I get. Btw I'm on Linux/UltraSparc: gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -o deliver deliver.o duplicate.o imparse.o mail-send.o map.o sieve-cmu.o smtpclient.o -Wl,--export-dynamic libsieve/libsieve.a /root/luca/dovecot-1.0.beta3/src/lib-storage/register/libstorage-register.a
2006 Sep 27
3
System-wide sieve script?
In the dovecot LDA documentation, it mentions having sieve scripts located in ~/.dovecot.sieve, which works great for per-user sieve code. I was trying to find out if there was a system-wide sieve script (maybe /etc/dovecot.sieve?) that would hopefully be run first, followed by any per-user sieve code. Anyone know if this is already possible, or if not, if there are any plans to implement
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
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
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
2011 Apr 28
2
Problem Authenticating with Master User
# dovecot -n # 1.1.20: /etc/dovecot.conf # OS: Linux 2.6.18-8.el5xen x86_64 CentOS release 5.2 (Final) ext3 protocols: imaps imap listen: * ssl_ca_file: /etc/ssl/ca/ca-bundle.crt ssl_cert_file: /etc/ssl/crt/server.crt ssl_key_file: /etc/ssl/key/server.key login_dir: /var/run/dovecot/login login_executable: /usr/libexec/dovecot/imap-login login_processes_count: 64 login_max_processes_count: 2048
2019 Feb 11
2
visibility of groups when multiple Samba servers use the same LDAP server
Am 11.02.19 um 13:22 schrieb Rowland Penny via samba: > On Mon, 11 Feb 2019 12:30:51 +0100 > Matthias Leopold via samba <samba at lists.samba.org> wrote: > >> Hi, >> >> we are using a _single_ LDAP server as backend for _multiple_ Samba >> standalone file servers (security=user). This LDAP server serves >> mainly other purposes and access for Samba is
2010 Jul 14
2
some beginner questions
Hi, I'am new to ocfs2 filesystem and I have some questions about it. I installed three server according to the user guide from http://oss.oracle.com/projects/ocfs2/dist/documentation/v1.4/ocfs2-1_4-usersguide.pdf For every single server I have a working ocfs2 partition /dev/sdb1 on /mnt/oc1 type ocfs2 (rw,_netdev,heartbeat=local) As I understand the ocfs2 system I can use now these
2019 Feb 11
3
visibility of groups when multiple Samba servers use the same LDAP server
Hi, we are using a _single_ LDAP server as backend for _multiple_ Samba standalone file servers (security=user). This LDAP server serves mainly other purposes and access for Samba is read only so the situation is not optimal but "it works for us". Still I don't understand one phenomenon concerning visibility of LDAP groups. The LDAP configuration in smb.conf for all our Samba
2008 Feb 11
1
Multiple homedir entries in smb.conf ?
Hi list, is it possible to add multiple homedir templates to smb.conf ? I have a running linuxsystem where homefilesets are mounted from different windows-servers to subdirs like: /home/server01/home/USERNAME /home/server02/home/USERNAME /home/server03/home/USERNAME The users come via winbind. In the smb.conf the entry for the homedir: template homedir = /home/%U So how is it possible to
2019 Feb 11
2
visibility of groups when multiple Samba servers use the same LDAP server
Am 11.02.19 um 14:22 schrieb Rowland Penny via samba: > On Mon, 11 Feb 2019 13:46:05 +0100 > Matthias Leopold via samba <samba at lists.samba.org> wrote: > >> >> >> Am 11.02.19 um 13:22 schrieb Rowland Penny via samba: >>> On Mon, 11 Feb 2019 12:30:51 +0100 >>> Matthias Leopold via samba <samba at lists.samba.org> wrote: >>>
2012 Oct 10
1
I need a quota expert
I'm having problems with dovecot quota configuration. If I Include the driver mysql in dovecot-sql.conf I'm getting this error: dovecot: dict: Error in configuration file /etc/dovecot/dovecot-sql.conf line 1: Unknown setting: driver dovecot: dict: Failed to initialize dictionary 'quotadict' If I Don't include it: dovecot: auth(default): Fatal: sql: driver not set in
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
2018 Feb 17
2
Winbind authentication from different domain not working
We are running winbind(4.6.2) on member server(CentOS 7) connected to a Active directory domain. 1 Forest with 2 domains with a 2 way trust between them. We want users from “DOMAIN A” be able to logon(via SSH) on a server "SERVER01" in “DOMAIN B”. This works well if the “SERVER01" in "DOMAIN B” can talk directly to “DOMAIN A” but when their is a firewall between “SERVER01”