Re: Cyrus (Sieve) and external programs

2018-06-11 Thread David Lang
+0100 From: Pedro silva To: Sven Schwedas Cc: info-cyrus@lists.andrew.cmu.edu, Info-cyrus Subject: Re: Cyrus (Sieve) and external programs Hello Sven, Thanks for your answer. Actually I would like to set up a system were a user would move his messages to a spam folder, and by doing so, t

Re: Cyrus (Sieve) and external programs

2018-06-11 Thread Pedro silva
Hello Adam, I've tried with fetchmail before, but coudn't get it to work, you explanation is a big help with that method, I'll try it. Thanks. Pedro Silva On 08-06-2018 15:22, Adam Tauno Williams wrote: >> sa-learn would be the way to go, but my spamassassin is not on the >> same server as

Re: Cyrus (Sieve) and external programs

2018-06-08 Thread Adam Tauno Williams
> sa-learn would be the way to go, but my spamassassin is not on the > same server as my mailboxes. I tried solution with a common mailbox > and something like fetchmail on my spamassassin machine, but could > not get it to work as I intended. > You are right about learning based on user experience

Re: Cyrus (Sieve) and external programs

2018-05-30 Thread Pedro silva
Niels, sa-learn would be the way to go, but my spamassassin is not on the same server as my mailboxes. I tried solution with a common mailbox and something like fetchmail on my spamassassin machine, but could not get it to work as I intended. You are right about learning based on user experienc

Re: Cyrus (Sieve) and external programs

2018-05-30 Thread Niels Dettenbach via Info-cyrus
Am Mittwoch, 30. Mai 2018, 10:44:09 CEST schrieb Pedro silva: > Ive seen something like this in other distributions (eg.: > https://wiki.dovecot.org/HowTo/AntispamWithSieve) I was just > wondering if the same is possible with cyrus or cyrus sieve. Just for reading mail files into i.e. spamassassi

Re: Cyrus (Sieve) and external programs

2018-05-30 Thread Pedro silva
t) > > David Lang > > On Tue, 29 May > 2018, Pedro silva wrote: > > Date: Tue, 29 May 2018 10:16:37 +0100 > From: Pedro silva > To: Sven Schwedas > Cc: info-cyrus@lists.andrew.cmu.edu, > Info-cyrus > > Subject: Re: Cyrus (Sieve) and external programs >

Re: Cyrus (Sieve) and external programs

2018-05-29 Thread Adam Mokhtari via Info-cyrus
, they relaxed a bit) > > David Lang > > On Tue, 29 May > 2018, Pedro silva wrote: > > > Date: Tue, 29 May 2018 10:16:37 +0100 > > From: Pedro silva > > To: Sven Schwedas > > Cc: info-cyrus@lists.andrew.cmu.edu, > > Info-cyrus > > >

Re: Cyrus (Sieve) and external programs

2018-05-29 Thread David Lang
Sven Schwedas Cc: info-cyrus@lists.andrew.cmu.edu, Info-cyrus Subject: Re: Cyrus (Sieve) and external programs Hello Sven, Thanks for your answer. Actually I would like to set up a system were a user would move his messages to a spam folder, and by doing so, the message would be sent to the

Re: Cyrus (Sieve) and external programs

2018-05-29 Thread Pedro silva
Hello Sven, Thanks for your answer. Actually I would like to set up a system were a user would move his messages to a spam folder, and by doing so, the message would be sent to the spam learning system. Ive seen something like this in other distributions (eg.: https://wiki.dovecot.org/HowTo/A

Re: Cyrus (Sieve) and external programs

2018-05-28 Thread Sven Schwedas
On 2018-05-28 16:41, Pedro silva wrote: > Hello, > > I'm trying to set up a spam learning system, and I would like to pipe > email places in (for example) the SPAM folder to an external program. > > I have cyrus 2.4.17 > > Does any one know how or if this is possible in cyrus (or sieve)? If you

Re: Re: cyrus sieve redirect action and SPF

2014-04-25 Thread Deniss
could you please point me where sieve supports any "forward" action ? it may be fine to have pure "redirect" delivering inside same domain. The problems starts when "redirect" is used to forward mails outside On 2014.04.17. 14:04, Adam Tauno Williams wrote: > On Thu, 2014-04-17 at 12:27 +0300, De

Re: cyrus sieve redirect action and SPF

2014-04-17 Thread Frank Elsner
On Thu, 17 Apr 2014 12:34:37 +0100 Geoff Winkless wrote: > On 17 April 2014 12:26, Frank Elsner wrote: > > > My cyrus-imapd-2.3.16-6.el6_2.5.x86_64 uses . > > > > I'd like to use the original envelope sender even if it doesn't play with > > SPF. > > > The MTA won't let you set envelope-sender b

Re: cyrus sieve redirect action and SPF

2014-04-17 Thread Geoff Winkless
On 17 April 2014 12:26, Frank Elsner wrote: > My cyrus-imapd-2.3.16-6.el6_2.5.x86_64 uses . > > I'd like to use the original envelope sender even if it doesn't play with > SPF. The MTA won't let you set envelope-sender because it's a security hole, so even though cyrus is saying "pretend that t

Re: cyrus sieve redirect action and SPF

2014-04-17 Thread Frank Elsner
On Thu, 17 Apr 2014 12:27:37 +0300 Deniss wrote: > Hello, Hello, > Original envelope From of an email is used when redirect is set in sieve > to resend the mail to another email address. really? My cyrus-imapd-2.3.16-6.el6_2.5.x86_64 uses . I'd like to use the original envelope sender even if

Re: cyrus sieve redirect action and SPF

2014-04-17 Thread Adam Tauno Williams
On Thu, 2014-04-17 at 12:27 +0300, Deniss wrote: > Original envelope From of an email is used when redirect is set in sieve > to resend the mail to another email address. > This plays bad with SPF. > May be the mails should be send from user's own email while 'Reply-To:' > header become set to poin

Re: Cyrus + Sieve

2011-03-21 Thread Adam Tauno Williams
On Sun, 2011-03-20 at 17:32 +0100, Dominique Couot wrote: > I must be a bit slow but It seems I can't get sieve to work properly (or > to be more accurate... at all). > OK, I've got Cyrup IMAP working, got users and incoming and outgoing > mail on the following config: > Ubuntu 10.04 LTS + Postfi

Re: Cyrus + Sieve

2011-03-20 Thread Dan White
On 20/03/11 17:32 +0100, Dominique Couot wrote: >I looked into the cyrus.conf file and I do have an entry for sieve. It says: > sievecmd="timsieved" listen="localhost:sieve" prefork=0 >maxchild=100 > >What do I have to change to get it to work, change localhost to the >server IP or FQ

Re: Cyrus + Sieve

2011-03-20 Thread Reinaldo de Carvalho
On Sun, Mar 20, 2011 at 1:32 PM, Dominique Couot wrote: > > I looked into the cyrus.conf file and I do have an entry for sieve. It says: >       sieve        cmd="timsieved" listen="localhost:sieve" prefork=0 > maxchild=100 > > What do I have to change to get it to work, change localhost to the >

Re: cyrus - sieve returning some text with EVERY email received

2009-10-22 Thread Greg A. Woods
At Thu, 22 Oct 2009 10:26:03 -0400, Eddy Beliveau wrote: Subject: cyrus - sieve returning some text with EVERY email received > > One of our user would like to return some text, for *every* email, that > he received > like: > "Hi, we just received your email. It will be process shortly. Thanks."

Re: Cyrus + Sieve

2009-05-26 Thread Marc Patermann
Hi, Gottschalk, David schrieb: > That must be my issue then. Every message in my inbox has a > Return-path of: > > dgot...@servername (No domain extension just the server hostname) This might be the issue then. If your MTA is not "too open", relaying with this sender might not be allowed and yo

RE: Cyrus + Sieve

2009-05-26 Thread Gottschalk, David
, May 26, 2009 11:26 AM To: Gottschalk, David; Cyrus Mailing List Subject: Re: Cyrus + Sieve Hi, Gottschalk, David schrieb: > That must be my issue then. Every message in my inbox has a > Return-path of: > > dgot...@servername (No domain extension just the server hostname) This might

RE: Cyrus + Sieve

2009-05-26 Thread Gottschalk, David
lf Of Adam Tauno Williams Sent: Tuesday, May 26, 2009 10:06 AM To: info-cyrus@lists.andrew.cmu.edu Subject: RE: Cyrus + Sieve On Tue, 2009-05-26 at 10:03 -0400, Gottschalk, David wrote: > The Return-Path must be my problem them. > Right now, any emails that come into dgot...@miriam have a ret

RE: Cyrus + Sieve

2009-05-26 Thread Adam Tauno Williams
On Tue, 2009-05-26 at 10:03 -0400, Gottschalk, David wrote: > The Return-Path must be my problem them. > Right now, any emails that come into dgot...@miriam have a return path of > that. > So your saying the Return-Path should be the sender of the email, not the > recipient? Correct? Yes, your

RE: Cyrus + Sieve

2009-05-26 Thread Gottschalk, David
Message- From: info-cyrus-bounces+dgottsc=emory@lists.andrew.cmu.edu [mailto:info-cyrus-bounces+dgottsc=emory@lists.andrew.cmu.edu] On Behalf Of Adam Tauno Williams Sent: Tuesday, May 26, 2009 9:58 AM To: info-cyrus@lists.andrew.cmu.edu Subject: RE: Cyrus + Sieve On Tue, 2009-05-26 at 08

RE: Cyrus + Sieve

2009-05-26 Thread Adam Tauno Williams
On Tue, 2009-05-26 at 08:52 -0400, Gottschalk, David wrote: > Do you mean the From: header line? No, the "From:" line is, as always, utterly meaningless. > I have multiple "Received:" headers since the message had to transverse > multiple > servers to get to the Cyrus server. Which is normal.

RE: Cyrus + Sieve

2009-05-26 Thread Gottschalk, David
avid.gottsch...@emory.edu -Original Message- From: info-cyrus-bounces+dgottsc=emory@lists.andrew.cmu.edu [mailto:info-cyrus-bounces+dgottsc=emory@lists.andrew.cmu.edu] On Behalf Of Adam Tauno Williams Sent: Tuesday, May 26, 2009 8:42 AM To: info-cyrus@lists.andrew.cmu.edu Subject: RE: Cy

RE: Cyrus + Sieve

2009-05-26 Thread Adam Tauno Williams
On Fri, 2009-05-22 at 08:51 -0400, Gottschalk, David wrote: > Well, this is interesting. > I tested one of my reject rules (to make sure I'm not crazy), and it > replied the rejected message to my inbox, not to the sender. What do the "Received:" headers of the message look like (how did it end u

Re: Cyrus + Sieve

2009-05-26 Thread Fernando Hartmann
chalk UTS Email team david.gottsch...@emory.edu -Original Message- From: Simon Matter [mailto:simon.mat...@invoca.ch] Sent: Thursday, May 21, 2009 4:12 PM To: Gottschalk, David Cc: Blake Hudson; info-cyrus@lists.andrew.cmu.edu Subject: RE: Cyrus + Sieve Good thinking. I sent a email f

RE: Cyrus + Sieve

2009-05-22 Thread Gottschalk, David
atter [mailto:simon.mat...@invoca.ch] Sent: Thursday, May 21, 2009 4:22 PM To: Gottschalk, David Cc: Blake Hudson; info-cyrus@lists.andrew.cmu.edu Subject: RE: Cyrus + Sieve > I configured that option, and still no go. > > How would it reply to reject messages without that option, but not > v

RE: Cyrus + Sieve

2009-05-21 Thread Simon Matter
riginal Message- > From: Simon Matter [mailto:simon.mat...@invoca.ch] > Sent: Thursday, May 21, 2009 4:12 PM > To: Gottschalk, David > Cc: Blake Hudson; info-cyrus@lists.andrew.cmu.edu > Subject: RE: Cyrus + Sieve > >> Good thinking. I sent a email from a completely new address,

RE: Cyrus + Sieve

2009-05-21 Thread Gottschalk, David
atter [mailto:simon.mat...@invoca.ch] Sent: Thursday, May 21, 2009 4:12 PM To: Gottschalk, David Cc: Blake Hudson; info-cyrus@lists.andrew.cmu.edu Subject: RE: Cyrus + Sieve > Good thinking. I sent a email from a completely new address, and it still > didn't work. > > I wonder if th

RE: Cyrus + Sieve

2009-05-21 Thread Simon Matter
schalk > UTS Email team > david.gottsch...@emory.edu > > > -Original Message- > From: Simon Matter [mailto:simon.mat...@invoca.ch] > Sent: Thursday, May 21, 2009 3:54 PM > To: Gottschalk, David > Cc: Blake Hudson; info-cyrus@lists.andrew.cmu.edu > Subject: RE: Cyrus

RE: Cyrus + Sieve

2009-05-21 Thread Gottschalk, David
@emory.edu -Original Message- From: Simon Matter [mailto:simon.mat...@invoca.ch] Sent: Thursday, May 21, 2009 3:54 PM To: Gottschalk, David Cc: Blake Hudson; info-cyrus@lists.andrew.cmu.edu Subject: RE: Cyrus + Sieve > Well, I think duplicate surpression might be already working. I just &

RE: Cyrus + Sieve

2009-05-21 Thread Simon Matter
> Well, I think duplicate surpression might be already working. I just > looked at my logs and see entries for it. > > I don’t have a deliver.db though, which is interesting. I did look at > the Cyrus change log, and noticed that at some point they did merge the > deliver.db and the duplicate.db.

RE: Cyrus + Sieve

2009-05-21 Thread Gottschalk, David
Hudson Sent: Thursday, May 21, 2009 2:29 PM To: info-cyrus@lists.andrew.cmu.edu Subject: Re: Cyrus + Sieve Assuming you're only running one instance and you're looking in the right place - I'm out of ideas... Perhaps someone else can chime in at this point as to why the deliver.db

Re: Cyrus + Sieve

2009-05-21 Thread Blake Hudson
riginal Message -------- Subject: Re: Cyrus + Sieve From: Gottschalk, David To: Blake Hudson , info-cyrus@lists.andrew.cmu.edu Date: Thursday, May 21, 2009 1:24:09 PM Cannot find any error(s) in the logs. Permissions are correct on the folder. David Gottschalk UTS Email team

RE: Cyrus + Sieve

2009-05-21 Thread Gottschalk, David
=emory@lists.andrew.cmu.edu] On Behalf Of Blake Hudson Sent: Thursday, May 21, 2009 2:19 PM To: info-cyrus@lists.andrew.cmu.edu Subject: Re: Cyrus + Sieve Any errors in the log? does your configdirectory have the proper ownership/permissions? drwxr-x--- 18 cyrus mail4096 May 21 13:01 imap

Re: Cyrus + Sieve

2009-05-21 Thread Blake Hudson
Any errors in the log? does your configdirectory have the proper ownership/permissions? drwxr-x--- 18 cyrus mail4096 May 21 13:01 imap -Blake Original Message Subject: Re: Cyrus + Sieve From: Gottschalk, David To: Blake Hudson , info-cyrus@lists.andrew.cmu.edu Date

RE: Cyrus + Sieve

2009-05-21 Thread Gottschalk, David
: info-cyrus-bounces+dgottsc=emory@lists.andrew.cmu.edu [mailto:info-cyrus-bounces+dgottsc=emory@lists.andrew.cmu.edu] On Behalf Of Blake Hudson Sent: Thursday, May 21, 2009 1:55 PM To: info-cyrus@lists.andrew.cmu.edu Subject: Re: Cyrus + Sieve The file will be located in your 'conf

Re: Cyrus + Sieve

2009-05-21 Thread Blake Hudson
The file will be located in your 'configdirectory' (mine is /var/lib/imap). In the absence of config options it will be automatically created and should will be a Berkeley db file named 'deliver.db' --Blake Original Message ---- Subject: Re: Cyrus + Si

RE: Cyrus + Sieve

2009-05-21 Thread Gottschalk, David
: Thursday, May 21, 2009 1:51 PM To: Gottschalk, David Subject: RE: Cyrus + Sieve --On Thursday, May 21, 2009 1:41 PM -0400 "Gottschalk, David" wrote: > Yeah, I?m sending emails to that address. Are you sending them from a different address? I'm pretty sure it won't repl

RE: Cyrus + Sieve

2009-05-21 Thread Gottschalk, David
<mailto:david.gottsch...@emory.edu> From: info-cyrus-bounces+dgottsc=emory@lists.andrew.cmu.edu [mailto:info-cyrus-bounces+dgottsc=emory@lists.andrew.cmu.edu] On Behalf Of Blake Hudson Sent: Thursday, May 21, 2009 12:27 PM To: info-cyrus@lists.andrew.cmu.edu Subject: Re: Cyrus +

Re: Cyrus + Sieve

2009-05-21 Thread Blake Hudson
That looks valid as far as I can tell... Are you sure the messages are actually being sent to one of the listed addresses? --Blake Original Message Subject: Re: Cyrus + Sieve From: Gottschalk, David To: Blake Hudson , info-cyrus@lists.andrew.cmu.edu Date: Thursday, May

RE: Cyrus + Sieve

2009-05-21 Thread Gottschalk, David
ory.edu";i:1;s:27:"dgot...@removed.emory.edu"; #mode&&basic Thanks. David Gottschalk UTS Email team david.gottsch...@emory.edu<mailto:david.gottsch...@emory.edu> From: info-cyrus-bounces+dgottsc=emory....@lists.andrew.cmu.edu [mailto:info-cyrus-bounces+dgottsc=emor

Re: Cyrus + Sieve

2009-05-20 Thread Blake Hudson
ew.cmu.edu Subject: Re: Cyrus + Sieve I'm not a sieve guru, but I might be able to point you in the right direction for troubleshooting... How are you making your sieve scripts (websieve, squirrelmail plugin, horde/IMP, etc)? Are you sure the forwarding and sieve reject options are working

Re: Cyrus + Sieve

2009-05-20 Thread Mike Eggleston
On Wed, 20 May 2009, Gottschalk, David might have said: > Anyone? I would greatly appreciate any assistance with this issue. > > Thanks. > > David Gottschalk > UTS Email team > david.gottsch...@emory.edu > > > -Original Message- > From: info-cyrus-bounces+dgottsc=emory@lists.andre

RE: Cyrus + Sieve

2009-05-20 Thread Gottschalk, David
emory@lists.andrew.cmu.edu [mailto:info-cyrus-bounces+dgottsc=emory@lists.andrew.cmu.edu] On Behalf Of Blake Hudson Sent: Wednesday, May 20, 2009 4:15 PM To: info-cyrus@lists.andrew.cmu.edu Subject: Re: Cyrus + Sieve I'm not a sieve guru, but I might be able to point you in the right direction for troub

Re: Cyrus + Sieve

2009-05-20 Thread Blake Hudson
s? Do you have a duplicate delivery db in your cyrus meta data folder? -Blake Original Message Subject: Re: Cyrus + Sieve From: Gottschalk, David To: info-cyrus@lists.andrew.cmu.edu Date: Wednesday, May 20, 2009 3:04:44 PM > Anyone? I would greatly appreciate any assista

RE: Cyrus + Sieve

2009-05-20 Thread Gottschalk, David
Anyone? I would greatly appreciate any assistance with this issue. Thanks. David Gottschalk UTS Email team david.gottsch...@emory.edu -Original Message- From: info-cyrus-bounces+dgottsc=emory@lists.andrew.cmu.edu [mailto:info-cyrus-bounces+dgottsc=emory@lists.andrew.cmu.edu] O

Re: Cyrus/Sieve- Global Filter?

2007-07-15 Thread Ulrich Spoerlein
On Sat, 14.07.2007 at 17:16:53 +0100, George Cooke wrote: > I just wonder as a shot in the dark how do most mail admins define global > rules > for filtering messages for every/user/certain groups of users, or is it up to > the user to manage all filtering? We have users that can hardly create th

Re: Cyrus/Sieve- Global Filter?

2007-07-14 Thread Sebastian Hagedorn
-- George Cooke <[EMAIL PROTECTED]> is rumored to have mumbled on 14. Juli 2007 17:16:53 +0100 regarding Re: Cyrus/Sieve- Global Filter?: I just wonder as a shot in the dark how do most mail admins define global rules for filtering messages for every/user/certain groups of users, or is

Re: Cyrus/Sieve- Global Filter?

2007-07-14 Thread George Cooke
On 13/07/07, Sebastian Hagedorn <[EMAIL PROTECTED] > wrote: -- George Cooke <[EMAIL PROTECTED]> is rumored to have mumbled on 13. Juli 2007 22:30:25 +0100 regarding Cyrus/Sieve- Global Filter?: > Cyrus IMAPD 2.2.12 on FreeBSD configured with sieve support, SquirrelMail > with Avelsieve. > > I n

Re: Cyrus/Sieve- Global Filter?

2007-07-13 Thread Sebastian Hagedorn
-- George Cooke <[EMAIL PROTECTED]> is rumored to have mumbled on 13. Juli 2007 22:30:25 +0100 regarding Cyrus/Sieve- Global Filter?: Cyrus IMAPD 2.2.12 on FreeBSD configured with sieve support, SquirrelMail with Avelsieve. I need to create a global cyrus filter of any kind, so that all delive

Re: Cyrus sieve vacation database

2007-04-02 Thread Andrew Morgan
On Mon, 2 Apr 2007, Jerome Nenert wrote: Hi, With the "days" parameter on a vacation sieve script, the reply message will not be resent each time a sender send a message. Where is the database that stores the sender list ? deliver.db Andy Cyrus Home Page: http://cyrusimap.web.

Re: Cyrus::SIEVE::managesieve documentation?

2006-07-31 Thread Kjetil Torgrim Homme
On Wed, 2006-07-19 at 18:52 +0200, Sebastian Hagedorn wrote: > --On 19. Juli 2006 10:23:07 -0500 "Chris St. Pierre" wrote: > > Are there any other scripts out there that use > > Cyrus::SIEVE::managesieve? I'm fine with learning by example -- I > > just need more than one example. > > I've attache

Re: Cyrus::SIEVE::managesieve documentation?

2006-07-19 Thread Andrew Morgan
On Wed, 19 Jul 2006, Chris St. Pierre wrote: Ditto here. I tried emailing the guy listed in the Cyrus::SIEVE::managesieve man page, but the address no longer appears to be active. As of now, my options appear to be: 1. Learn Ruby, and write the first (and probably last) Ruby script at my

Re: Cyrus::SIEVE::managesieve documentation?

2006-07-19 Thread Robert Banz
On Jul 19, 2006, at 11:23, Chris St. Pierre wrote: Ditto here. I tried emailing the guy listed in the Cyrus::SIEVE::managesieve man page, but the address no longer appears to be active. As of now, my options appear to be: 1. Learn Ruby, and write the first (and probably last) Ruby script at

Re: Cyrus::SIEVE::managesieve documentation?

2006-07-19 Thread Sebastian Hagedorn
Hi, --On 19. Juli 2006 10:23:07 -0500 "Chris St. Pierre" <[EMAIL PROTECTED]> wrote: Are there any other scripts out there that use Cyrus::SIEVE::managesieve? I'm fine with learning by example -- I just need more than one example. I've attached ours ... Cheers, Sebastian Hagedorn -- .:

Re: Cyrus::SIEVE::managesieve documentation?

2006-07-19 Thread Chris St. Pierre
Ditto here. I tried emailing the guy listed in the Cyrus::SIEVE::managesieve man page, but the address no longer appears to be active. As of now, my options appear to be: 1. Learn Ruby, and write the first (and probably last) Ruby script at my site; or 2. Guess with Perl. Neither is a gr

Re: Cyrus::SIEVE::managesieve documentation?

2006-07-18 Thread Andr�s Tarallo
Im more a PERL person, what can be done for me? Thanks Andres > Hi Chris > > On Mon, 2006-07-17 at 11:13 -0500, Chris St. Pierre wrote: > > Does anyone know of any documentation for Cyrus::SIEVE::managesieve? > > The man page is decidedly sparse. Reading through the source of > > sieveshell

Re: Cyrus::SIEVE::managesieve documentation?

2006-07-17 Thread Andre Nathan
Hi Chris On Mon, 2006-07-17 at 11:13 -0500, Chris St. Pierre wrote: > Does anyone know of any documentation for Cyrus::SIEVE::managesieve? > The man page is decidedly sparse. Reading through the source of > sieveshell gives some idea, but not enough to start writing my own > code. Thanks! If yo

Re: Cyrus - sieve - notify

2006-07-10 Thread Alexander Dalloz
Am Mo, den 10.07.2006 schrieb Michael Luich um 20:51: > Hello everyone, > I've been trying for a while now to setup new mail notifications using > sieve's notify. > > I've tested sieve in cyrus with a forwarding script. > > Now I've edited cyrus.conf to enable the notify daemon, and teste

Re: Cyrus Sieve filtering ignored

2005-08-04 Thread Wil Cooley
On Thu, 2005-08-04 at 14:53 +0200, Stefan Fricke wrote: > I'm using Procmail with Cyrus Imapd ans Spamassassin under Suse 9.3. > Everything works find, Spamassassin marks the mail and it get delivered to > the Cyrus Mailboxes. > > Under Suse 9.3 the mailboxes are at /var/spool/imap/user/$USER. I

Re: Cyrus Sieve filtering ignored

2005-08-04 Thread Darin Perusich
you need to turn on a few for 'require' flags, here's what i use. i use the squirrelmail avelseive plugin for sieve creation. require ["fileinto","reject","vacation","imapflags","relational","comparator-i;ascii-numeric","regex","notify"]; if header :regex :comparator "i;ascii-casemap" "Subjec

Re: Cyrus Sieve filtering ignored

2005-08-04 Thread Simon Matter
> I'm using Procmail with Cyrus Imapd ans Spamassassin under Suse 9.3. > Everything works find, Spamassassin marks the mail and it get delivered to > the Cyrus Mailboxes. > > Under Suse 9.3 the mailboxes are at /var/spool/imap/user/$USER. I set up a > subfolder /var/spool/imap/user/stefan/Spam and

Re: Cyrus Sieve + Postfix vacation reply problem

2005-06-17 Thread Andrew Morgan
On Fri, 17 Jun 2005, Oliver Kaltenecker wrote: Andrew Morgan schrieb: Any mail sent out of a sieve script ends up calling the local sendmail binary to send the mail. In the case of postfix of course, sendmail is a dummy program to inject messages into postfix's mail queue. I don't know

Re: Cyrus Sieve + Postfix vacation reply problem

2005-06-16 Thread Oliver Kaltenecker
Andrew Morgan schrieb: Any mail sent out of a sieve script ends up calling the local sendmail binary to send the mail. In the case of postfix of course, sendmail is a dummy program to inject messages into postfix's mail queue. I don't know enough about postfix to directly answer your que

Re: Cyrus Sieve + Postfix vacation reply problem

2005-06-16 Thread Andrew Morgan
On Thu, 16 Jun 2005, Oliver Kaltenecker wrote: Hello, we have a problem with vacation replies sent from cyrus sieve where the sender address isn't converted according to the given sender_canonical_maps entry in postfix configuration. When normal mail is sent from the accounts the sender ad

Re: Cyrus, Sieve, and Evolution.

2005-03-24 Thread Derrick J Brashear
On Thu, 24 Mar 2005, Brian Dockter wrote: I have Cyrus 2.1.17 set up on a Debian Sarge box. I use Evolution 2.0.3 to read my email via IMAP. Recently, I have started to use Sieve to sort my incoming email. One problem I've noticed is when I click on a new message (not all new messages, typically ju

Re: Cyrus Sieve Problems

2004-05-20 Thread Tony
I have tried the following syntax, but none of them work. fileinto "INBOX/Junk"; fileinto "INBOX.Junk"; fileinto "Junk"; > > Just a guess.. How about "Junk" or "INBOX.Junk" ? > > >> fileinto "INBOX/Junk"; --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andr

RE: cyrus sieve notify can't work !

2003-04-03 Thread John Straiton
You need to take a look at your /var/log/maillog and see what messages are going in there when you send a message to this address. If you need help, we would all probably need to start with that information to help you diagnose it. These are the lines I see due to sieve's reply function if I have

Re: cyrus sieve authentication imapd-2.1.3

2002-04-26 Thread Kalpit Jain
Thanx Hein, The sieve thing worked . I already had the sieve file in pam.d directory I had to just put the sasl_mech_list line in /etc/imapd.conf   and it worked ... Thanx a lot for the help     Hein Roehrig wrote: Do you have a sieve file in /etc/pam.d as you probably have for imap? WRT the sasl

Re: cyrus sieve authentication imapd-2.1.3

2002-04-26 Thread Kalpit Jain
Yes, I have installed the sasl-plain plugin   Luca Olivetti wrote: Kalpit Jain wrote: > Yes i do have a sieve file in /etc/pam.d/ > but it still does not seem to work Have you installed the sasl-plain plugin? (libplain.la, libplain.so* in a location where sasl will look for them, tipically /usr/l

Re: cyrus sieve authentication imapd-2.1.3

2002-04-26 Thread Luca Olivetti
Kalpit Jain wrote: > Yes i do have a sieve file in /etc/pam.d/ > but it still does not seem to work Have you installed the sasl-plain plugin? (libplain.la, libplain.so* in a location where sasl will look for them, tipically /usr/lib/sasl2) Bye -- Luca Olivetti Wetron Automatización S.A. ht

Re: cyrus sieve authentication imapd-2.1.3

2002-04-26 Thread Kalpit Jain
Yes i do have a sieve file in /etc/pam.d/ but it still does not seem to work Hein Roehrig wrote: Do you have a sieve file in /etc/pam.d as you probably have for imap? WRT the sasldb2 queries, you may want to add sasl_mech_list: plain to /etc/imapd.conf -Hein On Fri, 2002-04-26 at 05:26, Kalpit Ja

Re: cyrus sieve authentication imapd-2.1.3

2002-04-26 Thread Hein Roehrig
On Fri, 2002-04-26 at 09:28, Kalpit Jain wrote: > Yes i do have a sieve file in /etc/pam.d/ Ok, then maybe you should post some more detailed information --- the pertinent log messages, as what user you try to log in, whether that user has an IMAP mailbox, the command lines for logging into cyrad

Re: cyrus sieve authentication imapd-2.1.3

2002-04-26 Thread Hein Roehrig
Do you have a sieve file in /etc/pam.d as you probably have for imap? WRT the sasldb2 queries, you may want to add sasl_mech_list: plain to /etc/imapd.conf -Hein On Fri, 2002-04-26 at 05:26, Kalpit Jain wrote: [...] > I have started saslauthd using pam: > saslauthd -a pam > > My ima

Re: Cyrus Sieve/Notifications

2001-10-18 Thread Ken Murchison
Jeremy Howard wrote: > > > Try 'denotify' in your sieve script, you can then explicitly call > > 'notify' when you want. I *think* that cmu-sieve has an implicit > > 'notify' unless explicitly turned off. > > > But doesn't the notify daemon get called for every message regardless of > what Sie

Re: Cyrus Sieve/Notifications

2001-10-18 Thread Jeremy Howard
> Try 'denotify' in your sieve script, you can then explicitly call > 'notify' when you want. I *think* that cmu-sieve has an implicit > 'notify' unless explicitly turned off. > But doesn't the notify daemon get called for every message regardless of what Sieve says? ...Because that's how it work

Re: Cyrus Sieve/Notifications

2001-10-18 Thread Ken Murchison
Jeremy Howard wrote: > > The little Perl scripts are Unix socket daemons. You need to run one of them > (start with the one that just does logging) and then check that stuff > appears in your logs when you deliver mail. Also make sure that the > directory exists that the Unix socket daemon is u

Re: Cyrus Sieve/Notifications

2001-10-18 Thread Jewfish
I suppose I should have noted that I DO have the Perl daemon running (simple_notify.pl). I have only seen an entry in my logs one time (aside from the daemon start/stop messages), and one time only. It has not worked since, and I have no idea what was different. In fact, the log entry doesn

Re: Cyrus Sieve/Notifications

2001-10-18 Thread Jeremy Howard
The little Perl scripts are Unix socket daemons. You need to run one of them (start with the one that just does logging) and then check that stuff appears in your logs when you deliver mail. Also make sure that the directory exists that the Unix socket daemon is using (there are constants at the t

Re: cyrus sieve

2001-07-14 Thread Pavel Levshin
Hello Kalpit, Wednesday, July 11, 2001, 12:12:53 PM, you wrote: KJ> I found out that in managesieve.c there is a line for FREETMPS , if I KJ> hash that line, then it does not core dump , but the directory which it KJ> creates has a "!" mark at the end. I'm not sure if anybody already fixed th