[Dovecot] unsu

2009-06-30 Thread pj2002
-- Tavs bezmaksas pasts Inbox.lv

Re: [Dovecot] System users, mbox format and global ACLs

2009-06-30 Thread Axel Luttgens
Le 28 juin 09 à 18:26, Axel Luttgens a écrit : [...] Is such a file supposed to be created there? If yes, why? I would have tended to believe that it is more a server internal matter than a name having to appear in the namespace. [...] Re-reading the above, I thought it could be worth to so

Re: [Dovecot] sieve vacation messages trouble

2009-06-30 Thread Stéphane Cottin
Le 30 juin 09 à 16:26, Steffen Kaiser a écrit : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 30 Jun 2009, Stéphane Cottin wrote: sieve vacation replies are rejected by gmail with a "555 5.5.2 Syntax error". This looks like a SMTP error. What does your local SMTP server logs? Siev

[Dovecot] 64 bit vs 32 Bit

2009-06-30 Thread Mario Antonio Garcia
Do you think that there is a substantial performance gain by running Dovecot in a 64 bit Architecture? Regards, Mario Antonio

Re: [Dovecot] Dovecot 1.2rc7 / Sieve Plugin problem / Namespaces

2009-06-30 Thread reg9009
Timo Sirainen schrieb: > On Tue, 2009-06-30 at 03:40 -0400, Timo Sirainen wrote: > >> On Sun, 2009-06-28 at 15:04 +0200, reg9009 wrote: >> >>> I've got a problem with Dovecot 1.2rc7 and a Sieve script which should >>> store eMails in a subfolder. It always fails with >>> >>> Jun 28 14:56:43

Re: [Dovecot] configure dovecot to invoke pam_setcred() from the same process that accesses ~/Maildir?

2009-06-30 Thread Timo Sirainen
On Jun 30, 2009, at 12:39 PM, Adam Megacz wrote: In particular, I'm trying to use dovecot with pam_krb5 (which associates a ticket cache to a specific pid) and pam_afs_session (which associates tokens to a specific process authentication group -- roughly equivalent to a process and all its de

Re: [Dovecot] configure dovecot to invoke pam_setcred() from the same process that accesses ~/Maildir?

2009-06-30 Thread Adam Megacz
Timo Sirainen writes: > Not easily. PAM lookups are done by dovecot-auth process, which is > completely different from the eventual imap/pop3 process. Yes, I know... I find that most unfortunate. This design creates security problems when the machine where the files are stored does not uncondit

[Dovecot] v1.2.rc8 released

2009-06-30 Thread Timo Sirainen
http://dovecot.org/releases/1.2/rc/dovecot-1.2.rc8.tar.gz http://dovecot.org/releases/1.2/rc/dovecot-1.2.rc8.tar.gz.sig Last few fixes before tomorrow's v1.2.0 release. Also this release was built in dovecot.org to make sure I can make a usable Dovecot release while not at work/home. :)

Re: [Dovecot] ACLs, imap and launchd

2009-06-30 Thread Axel Luttgens
Le 30 juin 09 à 17:04, Timo Sirainen a écrit : [...] http://hg.dovecot.org/dovecot-1.2/rev/62b9661b4c7a Once again, many thanks Timo! Axel

Re: [Dovecot] Under POP attack - now to prevent?

2009-06-30 Thread Mark Sapiro
On Tue, Jun 30, 2009 at 05:23:18PM +1000, James Brown wrote: > > Any regex experts out there that can help me set up Fail2Ban to stop > this? > > Jun 5 11:48:20 mail dovecot[2620]: pop3-login: Aborted login (auth > failed, 1 attempts): user=, method=PLAIN, rip=85.189.169.94, > lip=192.168.

[Dovecot] No folders listed in felamimail

2009-06-30 Thread Jonathan Knight
Egroupware 1.4.004 I thought I try and solve a long standing bug we've had with felamimail not listing folders from our dovecot server. Watching dovecot's packet dumps I'm seeing dovecot do a namespace call and the a list call. Felamimail does a namespace and gets back * NAMESPACE (("" "/")) NIL

Re: [Dovecot] Location of sieve_global_dir setting

2009-06-30 Thread Timo Sirainen
On Tue, 2009-06-30 at 15:28 +0200, Rainer Frey wrote: > Hi, > > I'm a bit confused by the Wiki. Do the settings "sieve_dir" > and "sieve_global_dir" belong to the lda or the plugin section (Dovecot > 1.1.11)? They work in both for Sieve, but you should put them to plugin {} since in future they

Re: [Dovecot] ACLs, imap and launchd

2009-06-30 Thread Timo Sirainen
On Sun, 2009-06-28 at 12:44 +0200, Axel Luttgens wrote: > I thus tried this variant: > > } else { > /* try to use some existing user. at least osx launchd > doesn't like non-existing users. */ > struct passwd *pw; > > /* writte

Re: [Dovecot] SSL / TLS

2009-06-30 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 30 Jun 2009, Carlos Williams wrote: So I have OpenSSL installed. I am creating the SSL certificate to use for my mail server via TLS. When I am on Verisign's website, they ask for "Server Platform" and normally I would select "Apache" but I

Re: [Dovecot] configure dovecot to invoke pam_setcred() from the same process that accesses ~/Maildir?

2009-06-30 Thread Timo Sirainen
On Mon, 2009-06-29 at 13:32 -0700, Adam Megacz wrote: > Hello. I'm wondering how one would go about configuring dovecot to > invoke pam_setcred() from the same process as (or a parent process of) > the process which eventually reads the user's mail off the disk. Not easily. PAM lookups are done b

Re: [Dovecot] SSL / TLS

2009-06-30 Thread Carlos Williams
On Tue, Jun 30, 2009 at 10:30 AM, Steffen Kaiser wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Tue, 30 Jun 2009, Carlos Williams wrote: > >> No I do not. I don't even have a /etc/ssl/ direcory on my mail server > > hmm, do you have openssl installed at all :) ? > I had guessed tha

Re: [Dovecot] SSL / TLS

2009-06-30 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 30 Jun 2009, Carlos Williams wrote: No I do not. I don't even have a /etc/ssl/ direcory on my mail server hmm, do you have openssl installed at all :) ? I had guessed that any openssl package comes with at least a bunch of CA certs. Bye

Re: [Dovecot] sieve vacation messages trouble

2009-06-30 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 30 Jun 2009, Stéphane Cottin wrote: sieve vacation replies are rejected by gmail with a "555 5.5.2 Syntax error". This looks like a SMTP error. What does your local SMTP server logs? Sieve uses the local "sendmail" binary to transmit the m

Re: [Dovecot] sieve vacation messages trouble

2009-06-30 Thread Stéphane Cottin
After looking at the source, I saw that the return path is not set by dovecot. Seems to be a qmail related issue, sorry for the noise. Le 30 juin 09 à 16:06, Stéphane Cottin a écrit : Hi, sieve vacation replies are rejected by gmail with a "555 5.5.2 Syntax error". The return path is set t

[Dovecot] sieve vacation messages trouble

2009-06-30 Thread Stéphane Cottin
Hi, sieve vacation replies are rejected by gmail with a "555 5.5.2 Syntax error". The return path is set to "<>", I think this is why this error is triggered by gmail. The rest of the vacation message seems ok. I'm using dovecot 1.1.11 (waiting for final 1.2 to upgrade) , delivering with

[Dovecot] Location of sieve_global_dir setting

2009-06-30 Thread Rainer Frey
Hi, I'm a bit confused by the Wiki. Do the settings "sieve_dir" and "sieve_global_dir" belong to the lda or the plugin section (Dovecot 1.1.11)? Thanks Rainer

Re: [Dovecot] Dovecot / Sieve

2009-06-30 Thread Stephan Bosch
Joan wrote: Hi Stephan, What is the HG url for the "ManageSieve" part ? Depends on the Dovecot version. Just go here for an overview: http://hg.rename-it.nl/ Regards, Stephan.

Re: [Dovecot] Dovecot / Sieve

2009-06-30 Thread Joan
Hi Stephan, What is the HG url for the "ManageSieve" part ? thanks in advance JM Stephan Bosch wrote: Joan schreef: thanks Stefan for the reply. Yes, I have problems, as the "gratefully stolen copy" in Sieve is not synchronized with the Dovecot one, so the current "new Sieve" (0.15) does

Re: [Dovecot] Dovecot 1.2rc7 / Sieve Plugin problem / Namespaces

2009-06-30 Thread Timo Sirainen
On Tue, 2009-06-30 at 03:40 -0400, Timo Sirainen wrote: > On Sun, 2009-06-28 at 15:04 +0200, reg9009 wrote: > > I've got a problem with Dovecot 1.2rc7 and a Sieve script which should > > store eMails in a subfolder. It always fails with > > > > Jun 28 14:56:43 deliver(): Error: sieve: > > msgid=<4

Re: [Dovecot] Dovecot 1.2rc7 / Sieve Plugin problem / Namespaces

2009-06-30 Thread Timo Sirainen
On Sun, 2009-06-28 at 15:04 +0200, reg9009 wrote: > I've got a problem with Dovecot 1.2rc7 and a Sieve script which should > store eMails in a subfolder. It always fails with > > Jun 28 14:56:43 deliver(): Error: sieve: > msgid=<4a47687d.30...@some.domain>: failed to store into mailbox '': > Inval

Re: [Dovecot] Under POP attack - now to prevent?

2009-06-30 Thread James Brown
On 05/06/2009, at 4:19 PM, James Brown wrote: Thanks to Curtis and others who replied. I managed to block the IP at our Firewall (learnt a few quirky things about Astaro Security Gateway on the way!) In order to automate the process, Fail2Ban has been suggested. I know this is getting a

Re: [Dovecot] SSL / TLS

2009-06-30 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 29 Jun 2009, Carlos Williams wrote: When TLS occurs and my SSL certificate is used, I am assuming that I need to add the SSL certificate somewhere in my /etc/dovecot.conf, correct? Yes Secondly, as it stands right now. When someone tries