similar to: Vacation sieve explained: how does it work?

Displaying 20 results from an estimated 10000 matches similar to: "Vacation sieve explained: how does it work?"

2020 Sep 23
4
Vacation sieve explained: how does it work?
On 23 Sep 2020, at 14:07, Marc Roos <M.Roos at f1-outsourcing.eu> wrote: > It is just a sieve rule. > > 1. > On disk default file .dovecot.sieve > > 2. I am using roundcube webmail for that. > > 3. with if false # true > # rule:[Out of Office] > if true > { > vacation :days 1 :subject "Test" "test test"; > } Is there a way
2020 Sep 23
2
Vacation sieve explained: how does it work?
On 23 Sep 2020, at 14:29, Marc Roos <M.Roos at f1-outsourcing.eu> wrote: > You can do whatever you like, as long as the result is this 'text' file. > I have also bash file that modifies this file for users. You can make a > 5 min cron job that detects changes in ldap and then creates the sieve > rule. I've tried the cronjob approach before, and people didn?t like
2020 Sep 23
0
Vacation sieve explained: how does it work?
It is just a sieve rule. 1. On disk default file .dovecot.sieve 2. I am using roundcube webmail for that. 3. with if false # true # rule:[Out of Office] if true { vacation :days 1 :subject "Test" "test test"; } -----Original Message----- From: Graham Leggett [mailto:minfrin at sharp.fm] Sent: woensdag 23 september 2020 14:03 To: dovecot at dovecot.org Subject:
2020 Oct 14
1
Strange permissions error - Failed to stat sieve storage path
Hi all I have dovecot-lda set up to run as vmail:vmail, with some sieve scripts in /var/lib/dovecot/sieve. The sieve scripts fail to be found with the following (detailed and very helpful) error message: Oct 14 16:13:33 gatekeeper dovecot[8109]: lda(minfrin at example.com)<8109><ZJ9nMo0Hh1+tHwAAKdTwig>: Error: sieve: file storage: Failed to stat sieve storage path:
2020 Sep 23
0
Vacation sieve explained: how does it work?
> On 23. Sep 2020, at 15.15, Graham Leggett <minfrin at sharp.fm> wrote: > > On 23 Sep 2020, at 14:07, Marc Roos <M.Roos at f1-outsourcing.eu> wrote: > >> It is just a sieve rule. >> >> 1. >> On disk default file .dovecot.sieve >> >> 2. I am using roundcube webmail for that. >> >> 3. with if false # true >> #
2020 Sep 24
2
How do I make "vnd.dovecot.environment" available?
On 24 Sep 2020, at 20:45, Sami Ketola <sami.ketola at dovecot.fi> wrote: > can you link your doveconf -n and the sieve script? The user?s detail are: [root at gatekeeper ~]# doveadm user minfrin at example.com field value uid vmail gid vmail home /home/vmail/minfrin at example.com/ mail maildir:~/mail mail_auto_reply_mode reply mail_auto_reply_text I am truly away... The sieve script
2020 Sep 24
2
How do I make "vnd.dovecot.environment" available?
Hi all, According to the docs at https://wiki.dovecot.org/Pigeonhole/Sieve, some extensions are not available by default. The docs tell me the sieve_plugins, sieve_extensions and/or sieve_global_extensions configs are involved, but I can find no authoritative documentation as to what the values should be. What values must I use to make ?vnd.dovecot.environment? available? Adding
2020 Sep 23
0
Vacation sieve explained: how does it work?
On 23 Sep 2020, at 08:52, Graham Leggett <minfrin at sharp.fm> wrote: > On 23 Sep 2020, at 14:29, Marc Roos <M.Roos at f1-outsourcing.eu> wrote: >> You can do whatever you like, as long as the result is this 'text' file. >> I have also bash file that modifies this file for users. You can make a >> 5 min cron job that detects changes in ldap and then
2012 Nov 26
2
IMAP proxy - can it detect parodying to itself?
Hi all, I have some IMAP servers fronted with separate perdition processes, and it would be ideal if I could collapse this down to having dovecot do both the IMAP proxying and the IMAP serving at the same time on the same IP addresses. One of the fields in my LDAP entries contains the canonical name of the server that hosts their mailbox, and if I follow the manual at
2004 Mar 09
1
ldapsam_compat backend hosed in v3.0.2
Hi all, In an attempt to get the old v2.2 Samba behaviour to work, I tried to enable the ldapsam_compat mode in passwd backend. Win2k cannot connect, username and password not accepted. The LDAP logs reveal that Samba is trying to make the following search: (&(&(uid=minfrin)(objectClass=sambaSamAccount))(objectClass=sambaAccount)) This search returns users who have both the old v2.2
2004 Jun 01
1
Unexplained error (code 24)
Hi all, While trying to mirror a filesystem from one machine to another (for backup purposes) I get the following error: [root@samantha root]# /usr/bin/rsync -qavxzC --delete chandler:/var/ /bigdisk/backup/chandler/dev-md5-var/ root@chandler's password: rsync error: unexplained error (code 24) at main.c(1045) Does this mean anything to anybody? Regards, Graham --
2020 Oct 14
3
How do I enable sieve trace debugging?
Hi all, I want to enable trace debugging for sieve. Most specifically, I want to know what sieve scripts are running, and whether they?re doing anything. I cannot get anything other than dead silence from dovecot with respect to sieve. I have tried the same as asked in this question: https://unix.stackexchange.com/questions/550618/dovecot-sieve-trace-does-not-create-a-log In my case, the
2005 Dec 17
1
LDAP and CA certificates
Hi all, When configuring Samba against an LDAP server, it is possible to configure an SSL connection by using "ldap ssl = on" in the smb.conf file. Is there a way of telling Samba's LDAP code to ensure that the certificate presented by the LDAP server is signed by a specific CA? Regards, Graham --
2005 Jan 14
1
Re: dovecot Digest, Vol 21, Issue 24: vacation messages
Normally, the vacation message works with the default mail server (MTA). In my case, I use the vacation program. Postfix delivers to the local mail user and if they have a .forward with the vacation info on it gets called. For a truly virtual setup that does not require unique uids on the filesystem there is gnarwl. Gnarwl is a program written in C that does vacation messages for virtual
2020 Sep 25
1
[EXT] How do I make "vnd.dovecot.environment" available?
On 24 Sep 2020, at 22:07, Sami Ketola <sami.ketola at dovecot.fi> wrote: > I think this should be > > require ["environment"]; > > instead. I eventually stumbled on a syntax that worked. Putting all of this in one place: - You need to turn on the sieve_extprograms plugin: sieve_plugins = sieve_extprograms - Then you need to enable vnd.dovecot.environment:
2006 Nov 04
8
Strategy for penalising IPs with too many simultaneous sessions
Hi all, I have been trying to investigate traffic shaping in an effort to solve the "unfriendly network apps" problem on a test network. I have a basis by which I''d like to shape traffic, but studying the howto doesn''t uncover and existing qdisc that seems to fit what I would like to do. The problem I would like to address is to prevent an IP address opening 10
2004 Mar 09
4
Samba and LDAP backend - howto docs problems?
Hi all, I have followed the instructions at http://samba.mirror.ac.uk/samba/docs/man/passdb.html in an attempt to set up a Samba v3.0.2 (supplied by Redhat as part of RHEL v3.0) PDC. I have got as far as trying to get a windows 2k box to join this new domain that I have created, however this fails with the error "Logon failure: unknown user name or password". Samba itself logs
2020 Sep 23
0
Vacation sieve explained: how does it work?
You can do whatever you like, as long as the result is this 'text' file. I have also bash file that modifies this file for users. You can make a 5 min cron job that detects changes in ldap and then creates the sieve rule. -----Original Message----- Cc: dovecot Subject: Re: Vacation sieve explained: how does it work? > It is just a sieve rule. > > 1. > On disk default
1998 Nov 02
2
Samba WINS server and lost domain controllers
Hi all, I am using a samba WINS server for my Microsoft network that is split across 5 physical networks. For a long time, everything has worked fine, however recently we have had wierd problems with domain controllers "disappearing". Even with a primary or backup DC on the physical wire, workstations and other NT servers suddenly start complaining "a domain controller for DOMAIN
2009 Aug 27
2
missing .dovecot.lda-dupes file in LDAP/virtual user environment
Hi, I'm running a postfix/dovecot/ldap setup and it works quite fine. I am now trying to setup a global sieve script to forward all incoming mails to a local user for vacation management (gnarwl). I can't user the vacation extension of the sieve script itself because it is not configurable enough (each user has his vacation message and status stored in LDAP). The problem is that when