Displaying 20 results from an estimated 42 matches for "timsieve".
Did you mean:
timsieved
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 filelen: 36
Thank you for your help
regards
Amadou TOURE
--------------...
2006 May 02
4
managesieve daemon
Hi,
I am currently working on a managesieve daemon, so that I can use the
squirrelmail plugin avelsieve together with dovecot-lda. Without this
I can't migrate from cyrus to dovecot. For several reasons I don't use
the timsieved from cyrus and build it from scratch. Is this interesting
for somebody else?
Gerald
2008 Sep 03
1
Dovecot ManageSieve + ingo or avelsieve
...plugin for Squirrelmail, but not with latest avelsieve-1.9.7 (see
http://article.gmane.org/gmane.mail.squirrelmail.plugins/13818 ) :
in avelsieve-1.9.7 same as Ingo, it forget rules !
any suggestion ?
Ingo backends.php is :
----
$backends['sieve'] = array(
'driver' => 'timsieved',
'preferred' => 'localhost',
'hordeauth' => true,
'params' => array(
// Hostname of the timsieved server
'hostspec' => 'localhost',
// Login type of the server
'logintype' => ...
2006 Jul 06
1
FYI: timosieved
Just a heads up for all interested in using the Dovecot LDA with SIEVE
scripting:
I've started work on a proof-of-concept managesieve daemon, since the
only one available right now is dependent on Cyrus. It appears that the
only choice available for sites not using timsieved is the Ingo
component of Horde, which is way too fat to install by itself (plus it
uses FTP for a transport, which I make it a rule not to install).
For testing purposes, I am hacking together a Perl module based on the
Net::Server model (which is not suitable for production). If this goes
w...
2018 Mar 16
4
cyrus: socket options
Hi,
what are the following messages supposed to tell me and does this
indicate a problem?
# systemctl status cyrus-imapd
[...]
master[3766]: unable to setsocketopt(IP_TOS): Operation not supported
master[3766]: unable to setsocketopt(IP_TOS): Operation not supported
[...]
Exim says it can not connect to the lmtp socket even when selinux
doesn?t get in the way. The configuration looks like
2012 Mar 06
1
dovecot 2.1.1 + pigeonhole + avelsieve
...squirrelmail-webmail-1.4.22, dovecot 2.1.1, dovecot-2.1-pigeonhole-0.3.0
installed and working. But I've problems to get the avelsieve plugin for
squirrelmail working with dovecot.
The "Message Filters" show up in "Options" of squirrelmail, but
"Could not log on to timsieved daemon on your IMAP server ........."
dovecot log shows:
Mar 6 00:00:47 seymour dovecot: managesieve-login: Disconnected: Too many invalid commands. (no auth attempts in 0 secs): 192.168.28.53, secured
Where to look for configuration error(s)?
| root at seymour: /usr/local/dovecot/src<...
2007 Feb 08
2
I wrote a managesieve server for Dovecot
...in Python. I did just enough
work to get it working with avelsieve (the squirrelmail plugin), smartsieve,
and KDE's sieve kioplugin. It supports the entire Internet draft. Since I
didn't have a working sieve server to compare against, I'm not sure if it's
100% compatible with timsieved. Client applications seem to work okay
anyway.
I wrote it in such a way as to decouple how authentication is carried out and
how sieve scripts are actually stored, so you could for instance modify this
to work with SASL and Exim. Currently it only has code for PAM and Dovecot's
LDA, bec...
2009 Jan 27
1
managesieve proxy cyrus
Hello all,
I've configured a dovecot server in proxy mode. It seems to work well
but. I've tested managesieve with squirrelmail and it's working
correctly but I can't connect to cyrus sieve server : timsieved
Does anybody here have configure a sieve proxy to do this ?
Or is it a normal behavior and dovecot sieve proxy can't speak with
cyrus sieve ?
Thanks.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mathieu_kretchner.vcf
Type: text/x-vcard
Size: 258 bytes...
2006 May 09
1
Sieve-Editor
Hi all.
I'm looking for an editor for sieve-scripts. I tried the Squirrelmail
plugin "avelsieve", but it requires "timsieved", wich Dovecot doesn't use.
I don't want my users to write sieve-scripts on the console and
server-side-filtering is absolutely required.
I know that there are some frontends available, but I can't figure out,
which one really works with libsieve and is usable for non-geeks......
2008 Jan 22
1
Cyrus-Imapd Sieve Unable to connect to server
Hi,
Do you know if sieve implementation on cyrus-imapd package is working
correctly ? When trying to connect to timsieved at localhost with
sieveshell I'm getting the following error:
$ sieveshell --user=al --authname=cyrus localhost
connecting to localhost
unable to connect to server at /usr/bin/sieveshell line 169
The configuration on /etc/cyrus.conf is by defult. Port 2000 is
listening on all tcp interfaces....
2005 Sep 25
2
ManageSIEVE services with Dovecot cvs-LDA?
hi all,
has anyone had any success in getting the current dovecot cvs-lda's
implementation of CyrusSIEVE responding to a ManageSIEVE client?
in particular, i'm hoping that one can use, e.g., Mulberry's Client- &
Server-side sieve editor:
<http://www.cyrusoft.com/sieve/sievescreens.html>
if i telnet to my dovecot box's sieve port ( = 2000) i get no response at
2006 Sep 25
1
sieve problem unresolved
hello,
I follow your suggestions :
_cyrus timsieved installed on the two LDA server
_the sieve script stored in the /var/home (which is the virtual home
directory) and in /var/mail/user/ for testing purposes
But nothing happened when the user receive a email. Below the sieve script.
Regards
####################################################
# T...
2015 Aug 12
0
C6.7 evolution to cyrus imap(s) fails
...cmd="imapd -s" listen="imaps" prefork=1
imaps cmd="imapd -s" listen="[148.197.29.5]:imaps" prefork=1
pop3 cmd="pop3d" listen="pop3" prefork=3
pop3s cmd="pop3d -s" listen="pop3s" prefork=1
sieve cmd="timsieved" listen="sieve" prefork=0
your two netstat lines show
[root at maui:/etc/pki/cyrus-imapd]$ netstat -pnlA inet | egrep ':993|:143'
udp 0 0 0.0.0.0:143 0.0.0.0:*
1465/portreserve
udp 0 0 0.0.0.0:993 0.0.0.0:*
1465/port...
2011 Dec 12
3
simultaneous scripts not running via sieve_before
...protocol managesieve {
# debugging
mail_debug = yes
#login_executable = /usr/libexec/dovecot/managesieve-login
?#mail_executable = /usr/libexec/dovecot/managesieve
#managesieve_max_line_length = 65536
#managesieve_logout_format = bytes ( in=%i : out=%o )
#managesieve_implementation_string = Cyrus timsieved v2.2.13
}
protocol lda {
mail_plugins = sieve quota
sieve=~/.dovecot.sieve
sieve_extentions = +include
sieve_dir=~/sieve
sieve_before = /home/%u/sieve/redirect.svbin
sieve_global_path = /etc/globalsieverc.svbin
[/code]
2015 Aug 12
1
C6.7 evolution to cyrus imap(s) fails
...uot; listen="imaps" prefork=1
> imaps cmd="imapd -s" listen="[148.197.29.5]:imaps" prefork=1
> pop3 cmd="pop3d" listen="pop3" prefork=3
> pop3s cmd="pop3d -s" listen="pop3s" prefork=1
> sieve cmd="timsieved" listen="sieve" prefork=0
>
> your two netstat lines show
> [root at maui:/etc/pki/cyrus-imapd]$ netstat -pnlA inet | egrep
> ':993|:143'
> udp 0 0 0.0.0.0:143 0.0.0.0:*
> 1465/portreserve
> udp 0 0 0.0.0.0:993...
2009 Dec 23
1
Panic: file maildir-uidlist.c: line 1242 (maildir_uidlist_records_drop_expunges): assertion failed
...pop3): outlook-no-nuls oe-ns-eoh
> pop3_client_workarounds(managesieve):
> managesieve_implementation_string(default): dovecot
> managesieve_implementation_string(imap): dovecot
> managesieve_implementation_string(pop3): dovecot
> managesieve_implementation_string(managesieve): Cyrus timsieved v2.2.13
> namespace:
> type: private
> separator: .
> prefix: INBOX.
> inbox: yes
> list: yes
> subscriptions: yes
> namespace:
> type: public
> separator: .
> prefix: Server.
> location: maildir:/var/mail/vmail/%d/shared/Server:INDEX=~/index...
2006 Mar 06
1
How to create .dovecot.sieve through IMAP?
Hi All,
I suspect that the answer is "no way," but there's hope. I'm trying to
set up a PHP application Ingo (part of Horde suite) to create the file
<home>/.dovecot.sieve for the "advanced" LDA to do mail sorting. Because
PHP is running under a Web server user, Ingo can't really write this
file directly. My question is, is there any way for Ingo (or any
2009 Jun 09
1
Managesieve
...gesieve:
protocol managesieve {
listen = *:2000
login_executable = /usr/lib/dovecot/managesieve-login
mail_executable = /usr/lib/dovecot/managesieve
sieve = /home/vmail/%Ld/%Ln/sieve/dovecot.sieve
sieve_storage = /home/vmail/%Ld/%Ln/sieve
managesieve_implementation_string = Cyrus timsieved v2.2.13
# mail_debug=yes
}
Regards,
Thomas
2010 Sep 28
1
problems and dovecot & manegesieve
...ad from client
# %o - total number of bytes sent to client
#managesieve_logout_format = bytes=%i/%o
# To fool ManageSieve clients that are focused on CMU's timesieved
you can specify
# the IMPLEMENTATION capability that the dovecot reports to clients.
# For example: 'Cyrus timsieved v2.2.13'
#managesieve_implementation_string = Dovecot Pigeonhole
# Explicitly specify the SIEVE and NOTIFY capability reported by the
server before
# login. If left unassigned these will be reported dynamically
according to what
# the Sieve interpreter supports by default (after...
2003 Apr 20
0
4400+ cron processes causes server crash ...
...1 (pagedaemon)
13 (perl)
2 (pine)
4 (pipe)
31 (pop3d)
1 (portmap)
280 (postgres)
1 (ps)
4 (python2.1)
34 (qmgr)
1 (rpc.statd)
2 (rsync)
1 (rwhod)
1 (scp)
4 (screen)
14 (sh)
3 (ssh)
61 (sshd)
1 (swapper)
1 (syncer)
40 (syslogd)
18 (tcsh)
11 (timsieved)
1 (upclient)
1 (vmdaemon)
1 (vnlru)
1 COMMAND
Is there any way of finding out what jails "owned" those cron jobs
*after* the crash? I know I can find out on a running systems using
proc/*/status, but what about after the server has crashed? :(
On a 'normally runni...