Displaying 20 results from an estimated 5000 matches similar to: "change sender name in Sieve"
2008 Aug 12
4
dovecot sieve sends vacation messages with null envelope sender
I am using this simple sieve script to do "vacation":
require ["fileinto", "vacation"];
if exists "X-Spam-Flag" {
stop;
}
vacation
:days 1
:subject "Out of office reply"
:addresses ["<email address hidden>", "<email address hidden>" ]
"I am on vacation until 2008-08-07.
If you have something urgent,
2007 Aug 17
2
MANAGESIEVE patch v7 for dovecot 1.0.3
Hello dovecot users,
I have updated the MANAGESIEVE patch to fix a recently reported problem.
This is a patch against the latest stable release 1.0.3. It currently
won't compile with 1.1 due to significant changes in the master code.
Change Log V7
-------------
- Robin Breathe indicated that the regex capability was missing in the
server's SIEVE listing. It turns out I forgot to
2008 Dec 25
2
download IMAP folders via POP3
Hi,
I know my question might sound a little bit strange, but is it
possible to download IMAP folders via POP3? I have clients who use
POP3 on their main machines and IMAP on their "on the road" notebooks.
It would be good to download all folders created on the notebook via
POP3 to the main desktop.
Googling brought up some results, but I don't know how to implement...
Thanks
Jakob
2008 Nov 23
6
v1.1.7 released
http://dovecot.org/releases/1.1/dovecot-1.1.7.tar.gz
http://dovecot.org/releases/1.1/dovecot-1.1.7.tar.gz.sig
I should have released this earlier since v1.1.6 had that annoying
startup problem, but surprisingly few people complained about it so I
kind of forgot about it then.
BTW. v1.2 progresses nicely. Now that shared mailboxes are finally fully
supported, there aren't any widely used IMAP
2008 Nov 23
6
v1.1.7 released
http://dovecot.org/releases/1.1/dovecot-1.1.7.tar.gz
http://dovecot.org/releases/1.1/dovecot-1.1.7.tar.gz.sig
I should have released this earlier since v1.1.6 had that annoying
startup problem, but surprisingly few people complained about it so I
kind of forgot about it then.
BTW. v1.2 progresses nicely. Now that shared mailboxes are finally fully
supported, there aren't any widely used IMAP
2011 Dec 10
5
create user and push out keys.
Hello
Im just been working with puppet, the first usecase i have is to set
up a system to create users and then push ssh keys on this machines in
the create users .ssh files. I just started with puppet so i am a bit
cluesless, Can someone push me in the right direction?
Im having a centos enviorment.
--
You received this message because you are subscribed to the Google Groups "Puppet
2003 Mar 17
2
Unix Realname with samba 2.2.4
Hi there,
is it possible to acitivate Unix Realname with samba 2.2.4 ? I've tried it, but samba will ignore
the unknown parameter. Does there exist an alternative parameter like unix realname under
samba 2.2.4 ???
--
Peter Forst
<mail: pforst@firemail.de>
2007 Mar 26
7
MANAGESIEVE patch v3 for dovecot 1.0.rc28
Hello dovecot users,
I have updated the MANAGESIEVE patch to apply and compile against
dovecot 1.0.rc28. Not much has changed with respect to the functionality
of the previous version however:
ChangeLog vs v2
- Updated source to compile with dovecot 1.0.rc28, tested with rc27
(debian package)
- Daemon now uses the same location for .dovecot.sieve as dovecot-lda
This is typically
2009 Oct 13
2
Panic: file sieve-cmu.c: line 262 (part_save): assertion failed: (buf->used - 1 == part->body_size.physical_size)
Hi everybody
We are running in the same issue as Maciej Polewczynski does in
http://www.dovecot.org/list/dovecot/2008-September/033645.html
Is there already a solution? I dont think so? In the TODO-File for 1.2.2
this issue is still reported:
####
[...]
- sieve-cmu.c crash: i_assert(buf->used - 1 ==
part->body_size.physical_size);
[...]
####
I am not able to reproduce the problem but I
2010 Jan 13
3
Upgrade path questions
Hi,
We are currently running Dovecot v1.1.6 on our servers, and are
contemplating an upgrade to 1.2, or 2.0 soon. We are wondering how many
organizations are still running a 1.1 version of Dovecot, and if anyone
has any thoughts on this transition. Have you upgraded from 1.1 to 1.2?
What are your experiences with this? Have you upgraded from 1.1 to 2.0
directly? What are your experiences this
2008 Feb 21
4
v1.1.rc1 released
http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc1.tar.gz
http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc1.tar.gz.sig
Finally the first v1.1 release candidate. Please test so we can have a
fully stable v1.1.0 release. v1.1.betas are already running in a few
large installations, so I don't expect there to be many bugs left.
There are no release critical bugs left and no known crash bugs.
2008 Feb 21
4
v1.1.rc1 released
http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc1.tar.gz
http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc1.tar.gz.sig
Finally the first v1.1 release candidate. Please test so we can have a
fully stable v1.1.0 release. v1.1.betas are already running in a few
large installations, so I don't expect there to be many bugs left.
There are no release critical bugs left and no known crash bugs.
2005 Feb 27
2
memory usage
hi Alfred,
>I am currently trying to port speex v1.1.6 to a microcontroller with
>very limited memory (<64Kbyte RAM).
if forced to the wall, you can try below (need to "rewrite" the code a little):
unless i am very much mistaken, you can do "dynamic allocation" for
some of the memory. these memories are only required when you are
running eg speex_encode for the
2010 Jan 05
6
Sieve > Pigeonhole > external storage with LDAP or other data source available to dovecot
I am looking at porting and generalizing an old in-house patch that I'm
using for the CMU Sieve plugin. It allows sieve script to test & lookup
arguments from LDAP.
Before getting too involved in this, I'd like to discuss my goals here
in the hopes that someone else also thinks this would be useful. Many
heads may make better design?
Goal:
------
Allows scripts which are still
2005 Feb 19
2
memory usage
Hi
I am currently trying to port speex v1.1.6 to a microcontroller with
very limited memory (<64Kbyte RAM).
what I found when initialising the encoder, a chunk of 32Kb was
attempted to be alloced, which failed:
src/nb_celp.c:
void *nb_encoder_init(const SpeexMode *m)
{
/* snip */
st = (EncState*)speex_alloc(sizeof(EncState)+8000*sizeof(spx_sig_t));
/* snip */
}
same goes for the
2006 Sep 09
5
"locals" in render partial
Hi all,
I''m getting an error and I really don''t know why, because I seem to be
doing everything well..I pass "testvar" as a variable to render partial:
<%= render(:partial => "main/categorysmallitem", :collection =>
group_of_four, :locals => {:testvar=>"AA"})%>
But then, when I try to use testvar inside the partial, it
2007 Mar 29
3
MANAGESIEVE patch v4 for dovecot 1.0.rc28
Hello dovecot users,
I have updated the MANAGESIEVE patch to fix the currently known small
problems with the protocol implementation. It is designed for rc28, but
also compiles cleanly with the current cvs branch_1_0.
Change Log V4
-------------
- Added managesieve_implementation_string setting to the managesieve
configuration. This can be used to customize the default
2016 Apr 27
3
Crash: setannotation Trash "/vendor/cmu/cyrus-imapd/expire" ("value.shared" NIL)
Hi,
Using 2.2.9 (ubuntu 14.04 LTS) and sending the following command,
the server crashes when I try to delete an annotation:
? login ?
C: 2 setannotation Trash "/vendor/cmu/cyrus-imapd/expire" ("value.shared" NIL)
Apr 27 09:29:16 backend1 dovecot: imap-login: Login: user=<heiko>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=6651, secured
Apr 27 09:29:16 backend1
2002 Oct 11
1
Quota problem (soft=hardlimit?)
Hello all,
after upgrading from 2.2.3a to 2.2.5 we experience strange quota behaviour.
When logging out from Windows 2000 and writing the user profiles back to the
server the user gets a "disk full" warning - below soft and hardlimit.
Tests showed that the warning comes up when
Userfiles + (2 * Profiles) > soft limit.
In all our tests, the grace period and the hardlimit were
2002 Feb 18
1
querying realname
Hello,
I need to query additional information about NT domain users (especially
the realname) from a PDC for display in a web frontend running on a Linux
box. But so far I've been unable to find anything within the samba suite
that seems to be able to do that. Does anybody have a clue what I can use
for that purpose?
--
Thanks in advance.
bye, Michael