Re: [Dovecot] sieve discard

2008-09-18 Thread Jim Horner
> July 23, 2007, Jim Horner wrote: wow a year ago... > I remember it was fixed in 1.0.3 but I've got dovecot-sieve-1.1.5_1 and I'm still using the 1.0 series. But your sieve script looks fine to me. I usually use if anyof ( address :contains ["to"

Re: [Dovecot] Sieve Frustrations

2008-04-10 Thread Jim Horner
On Thursday 10 April 2008 02:03:56 Shawn wrote: > My personal Sieve rules are firing properly (now), so I know Sieve is > operational. Just the global rule isn't being applied. This statement is slightly confusing so I will throw this out there... dovecot will not use the global script if a use

Re: [Dovecot] Postfix, mailbox_command, Dovecot deliver, LDAP and mail_location

2008-01-27 Thread Jim Horner
> The initial problem yet still remains. If I use "mailbox_command = > ../deliver" deliver seems to use the $ENV settings. I can probably change > those, but I'd rather have deliver read system user delivery options from > LDAP, jsut as I do for my virtual users. Ah, I see. I guess what I was say

Re: [Dovecot] Postfix, mailbox_command, Dovecot deliver, LDAP and mail_location

2008-01-27 Thread Jim Horner
On Sunday 27 January 2008 12:48:24 Patrick Ben Koetter wrote: > I am trying to tell Dovecot deliver to use $mail_location as the location > # Dovecot > # dovecot-ldap.conf > user_attrs = > mailHomeDirectory=home,mailUidNumber=uid,mailGidNumber=gid,mailQuota=quota= >maildir:storage,mail=mailHomeDir

Re: [Dovecot] plus-address delivery

2008-01-22 Thread Jim Horner
On Tuesday 22 January 2008 22:02:26 Jon Fullmer wrote: > I'm sorry I didn't clarify that. Yes, I am using Dovecot deliver as my > LDA. Here's the line I have in Postfix's master.cf: > > dovecotunix - n n - - pipe > flags=DRhu user=vmail:vmail argv=/usr/lib/do

Re: [Dovecot] plus-address delivery

2008-01-21 Thread Jim Horner
On Monday 21 January 2008 18:31:01 Jon Fullmer wrote: > > I've recently set up postfix, amavisd-new/SpamAssassin, and dovecot. > > @addr_extension_spam_maps = ('spam'); > $recipient_delimiter = '+'; > It is unclear if you are using Dovecot deliver or Postfix as your LDA. The solution might

Re: [Dovecot] file system permissions

2008-01-13 Thread Jim Horner
On Sunday 13 January 2008 21:37:27 Anil wrote: > I am using Maildir and virtual domains. > > I have the following definitions in the dovecot.conf: > mail_uid = 1 > mail_gid = 1 > mail_location = maildir:/var/mail/apps/%d/%n/Maildir > ... > > Userdb database is LDAP based. Some users in LDAP

Re: [Dovecot] help using sendmail LDA

2008-01-04 Thread Jim Horner
On Saturday 05 January 2008 00:06:21 Anil wrote: > How does sendmail work when configured like this? > > # grep Mlocal /etc/mail/sendmail.cf > Mlocal, P=/usr/lib/mail.local, F=lsDFMAw5:/|@qPSXmnz9, > S=EnvFromSMTP/HdrFromL, R=EnvToL/HdrToL, My basic test is to run the following: cat /etc/

Re: [Dovecot] help using sendmail LDA

2008-01-04 Thread Jim Horner
> auth default: > verbose: yes > debug: yes > passdb: > driver: ldap > args: /usr/local/dovecot/etc/dovecot-ldap.conf > userdb: > driver: static > args: uid=vmail gid=vmail home=/var/mail/apps/%d/%n This probably goes back to your other questions. I believe deliver uses th

Re: [Dovecot] %d not recognized with LDAP

2008-01-04 Thread Jim Horner
> Here's the relevant LDAP configuration: > auth_bind = yes > pass_attrs = uid=user > pass_filter = uid=%n > > I tried setting the mail_location to: maildir:~/Maildir and explicitly > specifying the full path, but still the Maildir is getting created > with out the %d. Of course, the user is loggi

Re: [Dovecot] Homedir permissions problem with LDAP

2008-01-03 Thread Jim Horner
> namespace private { > prefix = .DELETED/.EXPUNGED/ > separator = / > location = maildir:~/deleted/expunged > hidden = yes > } Have you tried using the %d and %n in your namespaces? Like location = maildir:/var/virtual/%d/%n/deleted/expunged

Re: [Dovecot] Building path to maildir

2008-01-02 Thread Jim Horner
> dovecot-ldap.conf > user_attrs = mail,/var/spool/virtualmail/%d/%n Sorry, I posted an answer to your later question which I think is useless given this question. These user_attrs need to be LDAP attributes like: # User attributes are given in LDAP-name=dovecot-internal-name list. The #

Re: [Dovecot] Trying to build the maildir path

2008-01-02 Thread Jim Horner
> This atribute return to me something like : [EMAIL PROTECTED] where i use > tu build the path to maildir, using %d and %n variables . > > /var/spool/vmail/%d/%n = /var/spool/vmail/casa.com/pepe We have a similar path structure. It is hard to tell from your post what is wrong but since you are

Re: [Dovecot] Dovecot Antispam Problem (Using mail sending backend)

2007-12-10 Thread Jim Horner
On Monday 10 December 2007 15:10:05 Justin Refice wrote: > > And that's it. I never hear from the plugin again, regardless of how > > many times I create/delete the SPAM folder, or how many times I move/copy > > into/out of the folder. The plugin is basically silent. > > I don't see the mails b

Re: [Dovecot] using complete email address as username

2007-08-12 Thread Jim Horner
On Sunday 12 August 2007 14:10:53 WJCarpenter wrote: > I've been poking around the dovecot wiki, and this idea looks > plausible. I'm just double-checking with the assembled experts to see > if there is some "gotcha" that will happen to me down the road. "Assembled experts"? Not here but we do us

Re: [Dovecot] Deleting deleted eMails

2007-08-10 Thread Jim Horner
On Friday 10 August 2007 10:12:50 Michael Weisgerber wrote: > Hello 2gether, > > I am using Dovecot 1.0.rc15 together with Outlook (I apologize) via IMAPS. > Now I discovered, that all the old eMails, I marked for deleting, are still > there, even the veeery old ones. Dovecot is marking the eMails

Re: [Dovecot] sieve discard

2007-07-23 Thread Jim Horner
On Monday 23 July 2007 01:13:37 Timo Sirainen wrote: > On Mon, 2007-07-23 at 00:52 -0400, Jim Horner wrote: > > Does the keyword/action discard work by default or is there something I > > have to do in the configuration to get to work... > > Sorry, looks like I broke this for

[Dovecot] sieve discard

2007-07-22 Thread Jim Horner
Does the keyword/action discard work by default or is there something I have to do in the configuration to get to work... maybe I missed something on http://wiki.dovecot.org/LDA/Sieve I have the following rule: if anyof ( header :contains ["Subject"] ["Test Discard"] ) { discard;

Re: [Dovecot] 1.0.1: corrupt index on fresh mailbox, ideas?

2007-07-10 Thread Jim Horner
On Tuesday 10 July 2007 17:32:57 Troy Engel wrote: > Timo Sirainen wrote: > > On Tue, 2007-07-10 at 13:28 -0400, Stewart Dean wrote: > >> when will there be a respin for a V1.0.2? > > > > This week. > > Thank you! I'm not sure how I would test this for you, prior to 1.0.2 - > do you need it tested

Re: [Dovecot] utime : operation not permitted

2007-07-06 Thread Jim Horner
On Tuesday 03 July 2007 18:47:41 Jim Horner wrote: > > > > This should fix it: > > > > http://hg.dovecot.org/dovecot-1.0/rev/8f7e3311006f > > > > > > before I try that I found > > > > > > Jul 1 22:13:48 giganta dovecot: IMAP([EMAIL

Re: [Dovecot] Upgrade from 1.00 to 1.0.1

2007-07-06 Thread Jim Horner
On Thursday 05 July 2007 10:49:02 Timo Sirainen wrote: > On Thu, 2007-07-05 at 11:34 +0200, Jon Essen-Moller wrote: > > Hi, > > > > I tried uprading and I get less errors but I still get them. Don't you > > get any error messagess with dovecot-1.0_rc29? > > What error messages? FWIW, after my upg

Re: [Dovecot] utime : operation not permitted

2007-07-03 Thread Jim Horner
On Tuesday 03 July 2007 14:56:24 you wrote: > On Tue, 2007-07-03 at 14:37 -0400, Jim Horner wrote: > > > This should fix it: http://hg.dovecot.org/dovecot-1.0/rev/8f7e3311006f > > > > before I try that I found > > > > Jul 1 22:13:48 giganta dovecot: IMAP

Re: [Dovecot] utime : operation not permitted

2007-07-03 Thread Jim Horner
> This should fix it: http://hg.dovecot.org/dovecot-1.0/rev/8f7e3311006f before I try that I found Jul 1 22:13:48 giganta dovecot: IMAP([EMAIL PROTECTED]): utime(/home/rootmail/Maildir/tmp) failed: Operation not permitted hz does not have permission via dovecot-acl to see this directory (

Re: [Dovecot] utime : operation not permitted

2007-07-03 Thread Jim Horner
> Permission problems I suppose.. You could try this yourself too: yeah, permissions was the first thing I checked. drwxrwx--- 2 arinbe users 4096 2006-10-28 18:03 cur -rwxr-xr-x 1 arinbe users 96 2007-06-28 22:43 dovecot-acl -rw-r- 1 arinbe users0 2006-10-28 16:42 dovecot-shared -

Re: [Dovecot] utime : operation not permitted

2007-07-03 Thread Jim Horner
On Tuesday 03 July 2007 13:06:44 you wrote: > On Tue, 2007-07-03 at 12:24 -0400, Jim Horner wrote: > > With the upgrade to 1.0.1, I am seeing some errors/warnings > > > > dovecot: IMAP([EMAIL PROTECTED]): > > utime(/home/arinbe/Maildir/.resumes.vabch/tmp) failed: Ope

[Dovecot] utime : operation not permitted

2007-07-03 Thread Jim Horner
With the upgrade to 1.0.1, I am seeing some errors/warnings dovecot: IMAP([EMAIL PROTECTED]): utime(/home/arinbe/Maildir/.info/tmp) failed: Operation not permitted: 1 Time(s) dovecot: IMAP([EMAIL PROTECTED]): utime(/home/arinbe/Maildir/.resumes.vabch/tmp) failed: Operation not permitted: 1 Ti

Re: [Dovecot] Differences in deliver and IMAP

2007-07-01 Thread Jim Horner
> This works if I use separate userdb and passdb queries. Does deliver > not support the prefetch authentication method? deliver does not support prefetch. See bottom of page: http://wiki.dovecot.org/AuthDatabase/LDAP I have three stanzas in my dovecot.conf # other hosts passdb ldap {

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

Re: [Dovecot] deliver: -m, sieve and -n

2007-03-25 Thread Jim Horner
> > My testing shows that if the mailbox does not exist then the mail is > > rejected like so: > > So it seems. Fixed: > http://dovecot.org/list/dovecot-cvs/2007-March/008355.html Verified. Thanks. The small "feature" of ignoring "" for -m is really going to save us a lot of sieve writing. Than

Re: [Dovecot] deliver: -m, sieve and -n

2007-03-25 Thread Jim Horner
> -n: If the destination mailbox doesn't exist, don't create it. This affects > both -m parameter and fileinfo action in Sieve scripts. The fallback is to > deliver mail to INBOX. > > (typo: fileinto not fileinfo) > > My testing shows that if the mailbox does not exist then the mail is > rejected

[Dovecot] deliver: -m, sieve and -n

2007-03-23 Thread Jim Horner
Hi, I took a stab at editing the wiki ... the changes disappeared? I guess I was overruled. The wiki (http://wiki.dovecot.org/LDA) states -m : Destination mailbox (default is INBOX). If the mailbox doesn't exist, it's created (unless -n is used). If message couldn't be saved to the mailbox