Re: [Dovecot] global vs user script

2007-05-07 Thread Steffen Kaiser
On Fri, 4 May 2007, M1 wrote: What is the order of execution if both user and global sieve script exists? There was some discussion about it, what the order _should_ be. As far as I know: if exists user Sieve script then run user Sieve script elif exists global Sieve script then run global

Re: [Dovecot] global vs user script

2007-05-07 Thread M1
That's mean global script will not run if there is user script. Am I right? Any way to enforce gloabl script even there is a user script? Regards, Steve Steffen Kaiser [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On Fri, 4 May 2007, M1 wrote: What is the order of execution if

Re: [Dovecot] global vs user script

2007-05-07 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 7 May 2007, M1 wrote: Any way to enforce gloabl script even there is a user script? Not that I know of. I would patch the cmusieve plugin so that: a) it reads both scripts* in the order you like AND b) drop the results (compiled script

Re: [Dovecot] wierd ssl-parameters.dat regeneration error

2007-05-07 Thread Kyle Wheeler
On Tuesday, May 1 at 08:33 PM, quoth Kyle Wheeler: I just had a strange problem with my Dovecot 1.0 installation. After about two weeks, it logged these messages: dovecot: Error: ssl-build-param: rename(/usr/local/var/lib/dovecot/ssl-parameters.dat.tmp,

Re: [Dovecot] Dovecot not handling r/o mailboxes completely, and problem with ACL as a workaround

2007-05-07 Thread Matt Zukowski
Adam, unfortunately I don't have an answer for you, but I'd just like to add that we've had no luck getting dovecot's ACL working properly here either (see my previous message: some clarification re: ACL). No one responded to my original message, which leads me to suspect that the ACL feature

Re: [Dovecot] dovecot-dspam-integration

2007-05-07 Thread Johannes Berg
Hi Trever, Please copy the mailing list too. On Mon, 2007-05-07 at 09:45 -0600, Trever L. Adams wrote: 1) Why on line 350 of your code do you say do (almost) everything? What is left out? Is it done still by dovcecot? I don't remember. You can probably find out by comparing the code. 2) I

Re: [Dovecot] Dovecot not handling r/o mailboxes completely, and problem with ACL as a workaround

2007-05-07 Thread Jim Horner
In courier-imap, we were able to take advantage of the maildir structure and standard unix users/groups to allow 'decsstaff' members to have full write access while 'decsall' members only have r/o unless also a member of 'decsstaff': -rw-rw-r-- 1 postlocal decsstaff 37597 May 5 23:37

[Dovecot] [IDEA] Re: wierd ssl-parameters.dat regeneration error

2007-05-07 Thread Kyle Wheeler
On Monday, May 7 at 07:55 AM, quoth Kyle Wheeler: dovecot: Error: ssl-build-param: rename(/usr/local/var/lib/dovecot/ssl-parameters.dat.tmp, /usr/local/var/lib/dovecot/ssl-parameters.dat) failed: No such file or directory dovecot: Error: child 30689

[Dovecot] What would you tell the CIO in an ABCs of Email overview?

2007-05-07 Thread Esther Schindler
One of the key points that came up when I researched and wrote the Five Things CIOs Should Know about Fighting Spam article (http:// www.cio.com/article/28830) was that they should know the basics of how email works. Otherwise, said plenty of techies, the CIO won't have the first idea of

Re: [Dovecot] Dovecot not handling r/o mailboxes completely, and problem with ACL as a workaround

2007-05-07 Thread Adam McDougall
What are the directory and file permissions of your shared folder, and do your permissions cause an increase or reduction of permissions compared to the dir and file permissions, or some of both? On Mon, May 07, 2007 at 02:47:40PM -0400, Matt Zukowski wrote: I would just add to this that

Re: [Dovecot] Dovecot not handling r/o mailboxes completely, and problem with ACL as a workaround

2007-05-07 Thread Charles Marcus
On 5/7/2007 Adam McDougall ([EMAIL PROTECTED]) wrote: I gotta stop hitting reply for this list. I keep accidentally sending messages to the original authors rather than to the mailing list :) I know, I hate that... You can at least set yours up so that when someone replies to

Re: [Dovecot] Dovecot not handling r/o mailboxes completely, and problem with ACL as a workaround

2007-05-07 Thread Charles Marcus
On 5/7/2007 Charles Marcus ([EMAIL PROTECTED]) wrote: You can at least set yours up so that when someone replies to one of your messages, it goes to the list. Wups, meant to include a link: http://dovecot.org/cgi-bin/mailman/listinfo/dovecot -- Best regards, Charles

Re: [Dovecot] global vs user script

2007-05-07 Thread M1
I have 2 ideas. 1) 3 global scripts, 1 execute before user script, 1 execute after user script, 1 execute only if there is no user script. 2) Call global script from user script or call user script from global script. Regards, Steve Steffen Kaiser [EMAIL PROTECTED] wrote in message

[Dovecot] troubleshooting new dovecot installation

2007-05-07 Thread Ray
Hello, I'm setting up a new mail server using freebsd 6.2, postfix, dovecot with SASL and, eventually, squirrelmail. I've gone through http://wiki.dovecot.org/TestPop3Installation the program is running, plain works over telnet from local host or from a remote machine. I can do stat and retr