Do I need install pysieve this package?
I havn’t auto create .pysieved/felamimail this path
I have change my dovecot.conf.
protocols = imap pop3 managesieve
protocol managesieve {
login_executable = /usr/libexec/dovecot/managesieve-login
mail_executable = /usr/libexec/dovecot/managesieve
managesieve_implementation_string = Cyrus timsieved v2.2.13
}
protocol lda {
mail_plugins = sieve
}
plugin {
sieve=/home/winnt/LINGUITRONICS/%u/.pysieved/felamimail
#sieve=/home/winnt/LINGUITRONICS/%u/.dovecot.sieve
sieve_dir=/home/winnt/LINGUITRONICS/%u/.sieve
}
And I have restart dovecot.
But I still not see any .pysieved/felamimail in this path.
Could I need install some package?
Before change .pysieved/felamimail at dovecot.conf.
I have set .dovecot.sieve to dovecot.conf
This file have auto create but can’t auto respond mail.
SO… How to do it?
Sorry, I didn’t give you all info I have. I use dovecot, dovecot-sieve
and pysieved.
In dovecot.conf I only have this set up regarding sieve:
…
protocols = imap pop3 imaps pop3s
…
protocol lda {
… # changed cmusieve to sieve on upgrade to Courier Sieve…
mail_plugins = sieve
…
I use pysieved package (google for it), which is ‘started’ via xinetd:
cat /etc/xinetd.d/pysieved
service sieve
{
disable = no
socket_type = stream
wait = no
user = root
server = /usr/local/lib/pysieved/pysieved.py
server_args = --config=/etc/pysieved.ini --inetd
}
You have to set things in /etc/pysieved.ini, too:
[main] # Authentication back-end to use
auth = Dovecot
User DB back-end to use
userdb = Dovecot
Storage back-end to use
storage = Dovecot
Bind to what address? (Ignored with --stdin) #bindaddr = 127.0.0.1
Listen on what port? (Ignored with --stdin)
port = 2000
…
[Dovecot] # Path to Dovecot’s auth socket (do not set unless you’re using Dovecot
auth) #mux = /var/spool/postfix/auth/dovecot
mux = /var/run/dovecot/auth-client
Path to Dovecot’s master socket (if using Dovecot userdb lookup)
master = /var/run/dovecot/auth-master
Path to sievec
sievec = /usr/bin/sievec
Where in user directory to store scripts
scripts = .pysieved
Filename used for the active SIEVE filter (see README.Dovecot)
active = .dovecot.sieve
What user/group owns the mail storage (-1 to never setuid/setgid)
uid = -1
gid = -1
That’s it. Hope it helps …
Regards
Robert Ludvik
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://ad.doubleclick.net/clk;226879339;13503038;l?
http://clk.atdmt.com/CRS/go/247765532/direct/01/
eGroupWare-users mailing list
eGroupWare-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-users