Re: [Dovecot] dovecot + LDAP-SASL ?

2007-08-06 Thread Sergey A. Kobzar
Hi Hadmut, You can keep crypted passwords in LDAP also. See man (8) slappasswd: -h scheme If -h is specified, one of the following RFC 2307 schemes may be specified: {CRYPT}, {MD5}, {SMD5}, {SSHA}, and {SHA}. The default is {SSHA}. Note that scheme names may need to be protect

Re: [Dovecot] Outlook 2000/2003 frequent disconnect issue

2007-07-31 Thread Sergey A. Kobzar
Hi Jeff, Did you try play with imap_client_workarounds options? I think this must help you: outlook-idle: Outlook and Outlook Express never abort IDLE command, so if no mail arrives in half a hour, Dovecot closes the connection. This is still fine, except Outlook doesn't connect back so yo

Re: [Dovecot] Dovecot LDAP schema?

2007-07-30 Thread Sergey A. Kobzar
Hi Hadmut, Monday, July 30, 2007, 11:27:37 AM, you wrote: > Hi Sergey, > Sergey A. Kobzar wrote: >> >> You can use standard LDAP attributes. It's more than enough. > Well, I know that it works with standard LDAP attributes, that's what I > do right now

Re: [Dovecot] Dovecot LDAP schema?

2007-07-28 Thread Sergey A. Kobzar
Hi Hadmut, You can use standard LDAP attributes. It's more than enough. My configs: dovecot.conf: first_valid_uid = 8 last_valid_uid = 8 first_valid_gid = 12 last_valid_gid = 12 auth_username_format = %Lu auth default { mechanisms = plain passdb ldap { args = /etc/dovecot/dovecot-ld

Re: [Dovecot] Shared mailboxes (maildir, symlinks) and permissions

2007-07-28 Thread Sergey A. Kobzar
Hi Andreas, Check mailing list archives. I asked same questions last week. My Configuration: mail_location = maildir:/home/mail/%d/%n mail_extra_groups = mail namespace public { separator = / prefix = Public/ location = maildir:/home/mail/public } namespace private { separator = / p

Re: [Dovecot] Can't connect to auth server at default: Resource temporarily unavailable

2007-07-24 Thread Sergey A. Kobzar
Hi bob, Tuesday, July 24, 2007, 3:09:06 PM, you wrote: > # dovecot -n > Usage: dovecot [-F] [-c ] [-p] >[--exec-mail ] [--version] [--build-options] > Fatal: Unknown argument: -n # dovecot -h Usage: dovecot [-F] [-c ] [-p] [-n] [-a] [--exec-mail ] [--version] [--build-options] Fat

Re: [Dovecot] Can't connect to auth server at default: Resource temporarily unavailable

2007-07-24 Thread Sergey A. Kobzar
Hi bob, Tuesday, July 24, 2007, 2:30:24 PM, you wrote: > auth default { >mechanisms = plain login >userdb passwd { > args = blocking=yes ^^^ - try comment this. >} >passdb pam { > args = dovecot >} >user = dovecot-auth > } http://wiki.do

Re: [Dovecot] Can't connect to auth server at default: Resource temporarily unavailable

2007-07-24 Thread Sergey A. Kobzar
Hi bob, Tuesday, July 24, 2007, 2:11:31 PM, you wrote: > Hello! > What do the following messages mean? > Jul 24 13:07:20 box dovecot: pop3-login: Can't connect to auth server at > default: Resource temporarily unavailable > Jul 24 13:07:20 box dovecot: imap-login: Can't connect to auth server a

Re: [Dovecot] Shared folder

2007-07-24 Thread Sergey A. Kobzar
Hi Timo, Friday, July 20, 2007, 2:04:37 PM, you wrote: > On Fri, 2007-07-20 at 13:58 +0300, Sergey A. Kobzar wrote: >> No output from strace: >> >> # strace -tt -o log -p 9883 >> Process 9883 attached - interrupt to quit >> Process 9883 detached >> #

Re: [Dovecot] Shared folder

2007-07-20 Thread Sergey A. Kobzar
Hi Charles, Friday, July 20, 2007, 2:47:49 PM, you wrote: > On 7/20/2007, Sergey A. Kobzar ([EMAIL PROTECTED]) wrote: >> # ls -alh /home/mail/public/ >> total 4.0K >> drwxrwx--- 7 mail mail 232 Jul 20 09:53 . >> drwxr-x--- 4 mail root 104 Jul 19 09:54 .. > Shoul

Re: [Dovecot] Shared folder

2007-07-20 Thread Sergey A. Kobzar
Hi Timo, Friday, July 20, 2007, 1:32:37 PM, you wrote: > On Fri, 2007-07-20 at 13:04 +0300, Sergey A. Kobzar wrote: >> * copy 1 Public/Spam >> >> ... and no answer. > What does strace show for the imap process for this copy command? > http://wiki.dovecot.org/Debugg

Re: [Dovecot] Shared folder

2007-07-20 Thread Sergey A. Kobzar
Hi Timo, Friday, July 20, 2007, 12:40:59 PM, you wrote: > On Fri, 2007-07-20 at 12:20 +0300, Sergey A. Kobzar wrote: >> Well, now I can see Spam and Harm folders bat can't move messages from >> Inbox into Spam folder for example. MUA just freezes. Nothing in >> logs (m

Re: [Dovecot] Shared folder

2007-07-20 Thread Sergey A. Kobzar
Hi Timo, Friday, July 20, 2007, 12:07:56 AM, you wrote: > What about /home/mail/public, or /home/mail? Fixed. /home/mail/public had incorrect rights. >> /home/mail/public/Harm: >> /home/mail/public/Spam: > These are invisible to Dovecot. They need to begin with a dot. Done. Now I can see thes

Re: [Dovecot] Shared folder

2007-07-19 Thread Sergey A. Kobzar
Configuration: Account: [EMAIL PROTECTED] Server: mail.domain.com User name: [EMAIL PROTECTED] Protocol: IMAP Port: 993 Secure(SSL): 1 Code: 800cccd2 What's wrong? Thursday, July 19, 2007, 10:57:47 AM, you wrote: > On Thu, 2007-07-19 at 10:54 +0300, Sergey A. Kobzar wro

Re: [Dovecot] Shared folder

2007-07-19 Thread Sergey A. Kobzar
Hi Timo, Thursday, July 19, 2007, 10:57:47 AM, you wrote: > Oh, and I guess I asked why do you try to subscribe to that. Yes, you did. > You should create e.g. Public/Spam and Public/Ham mailboxes, and > subscribe to them. There should be no need to subscribe to Public. I see. Will try and te

Re: [Dovecot] Shared folder

2007-07-19 Thread Sergey A. Kobzar
21:55 subscriptions drwx-- 2 mail mail 48 Jul 2 21:01 tmp # dovecot --version 1.0.1 # uname -rsm Linux 2.6.20-gentoo-r8 i686 === Thursday, July 19, 2007, 10:20:38 AM, you wrote: > On Thu, 2007-07-19 at 09:53 +0300, Sergey A. Kobzar wrote: >> In CommuniGate Pro I've create

Re: [Dovecot] Shared folder

2007-07-18 Thread Sergey A. Kobzar
cript and crontab. I don't think all users > should be able to report to a spamserver as they may report unwanted > mail although they are not spam. > /jon > Sergey A. Kobzar wrote: >> Hi Jon, >> >> Wednesday, July 18, 2007, 3:30:17 PM, you wrote: >> &g

Re: [Dovecot] Shared folder

2007-07-18 Thread Sergey A. Kobzar
Hi Jon, Wednesday, July 18, 2007, 3:30:17 PM, you wrote: > Hi, > I wish to setup a shared folder where everyone can read and copy. How > does that work? Does each user get their own index file to determine > weather a mail i read or not? can users move or copy mail? > Thanks in advance > Bes

Re: [Dovecot] Upgrade from 1.00 to 1.0.1

2007-07-05 Thread Sergey A. Kobzar
Hi Timo, Thursday, July 5, 2007, 5:49:02 PM, you 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? Jun 9 14:34:11 mai

Re: [Dovecot] MailMan option

2007-07-05 Thread Sergey A. Kobzar
Hi Gerard, Thanks for explanation :) I'll switch to other mail service. Thursday, July 5, 2007, 1:27:40 PM, you wrote: > On Thursday July 05, 2007 at 05:52:26 (AM) Sergey A. Kobzar wrote: >> Is it possible receive my own posts to the list? I have configured >> such opti

[Dovecot] MailMan option

2007-07-05 Thread Sergey A. Kobzar
Hi guys, Is it possible receive my own posts to the list? I have configured such option "Receive your own posts to the list? - Yes" on Mailman page but it still does not work. Any ideas? -- Sergey

Re: [Dovecot] Upgrade from 1.00 to 1.0.1

2007-07-05 Thread Sergey A. Kobzar
Hi Jon, dovecot-1.0_rc29 works fine for me except namespaces (same problem with 1.0.1). Thursday, July 5, 2007, 12:34:58 PM, you 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? > /jo

Re: [Dovecot] Upgrade from 1.00 to 1.0.1

2007-07-04 Thread Sergey A. Kobzar
Hi Timo, Wednesday, July 4, 2007, 4:44:38 PM, you wrote: >> Does anyone know if there are changes in the config file btwn these to >> versions? > "*" marked items in NEWS file tells all the important changes. FYI: I use Linux 2.6.20-gentoo-r8 i686. Yesterday I switched from dovecot-1.0_rc29 t

Re: [Dovecot] NameSpases

2007-07-03 Thread Sergey A. Kobzar
Hi Timo, Tuesday, July 3, 2007, 4:26:58 PM, you wrote: > On 3.7.2007, at 13.08, Sergey A. Kobzar wrote: >> namespace private works well, but I can't subscribe to namespace >> Public in Outlooks Express, The Bat! and Mozilla Thunderbird. Outlook >> shows error 

[Dovecot] NameSpases

2007-07-03 Thread Sergey A. Kobzar
Hi guys, I have a problem with namespases in Dovecot: namespace public { separator = / prefix = Public/ location = maildir:/home/mail/public } namespace private { separator = / prefix = inbox = yes } namespace private works well, but I can't subscribe to namespace Public in Outlooks