[Dovecot] Dovecot deliver and IMAP - separate user db queries possible?

2009-12-31 Thread Michael
How can I get deliver LDA and IMAP to use separate user DB SQL queries?

Re: [Dovecot] Quota with Dict + SQL not updating

2009-12-31 Thread Michael
On Thu, 31 Dec 2009 16:43:54 Pascal Volk wrote: > On 12/31/2009 04:20 AM Michael wrote: > > Hello all, > > > > I have a Dovecot server deployed with a MySQL back end. > > > > If the user logs in and there is no quota set for them in table 'quota', > > the system will automatically inset a line with

[Dovecot] Dovecot LDA with SetUID

2009-12-31 Thread Michael
Has anyone been able to get Dovecot LDA working where each user has a different UID? All the howtos on the Internet I have found set the UID of a mailbox as fixed for all users. However I have tried to run it on the current SQL database we have (with different UID per user) and I get the follo

[Dovecot] 1.2.9 -llber

2009-12-31 Thread Frank Cusack
1.2.9: configure: Added -llber to ldap libs. Fixes linking in some systems. and breaks it on others. Sun Solaris' native ldap library does not have a separate liblber. I normally check for ber_free in libldap, then in liblber, then fail. -frank

Re: [Dovecot] Issue Authenticating to a new dovecot-postfix installation

2009-12-31 Thread Noel Butler
On Thu, 2009-12-31 at 16:21 -0500, Jerry wrote: > > Dunno. Above the private field appears to be "-" (the one after > > unix). I don't know why Postfix would see it as "--n". > > Maybe asking Wietse Venema might prove > insightful. > wouldnt do that, he gets very touchy with people emailing

Re: [Dovecot] Issue Authenticating to a new dovecot-postfix installation

2009-12-31 Thread Timo Sirainen
On Thu, 2009-12-31 at 17:41 -0500, Jerry wrote: > On Thu, 31 Dec 2009 16:55:39 -0500 > Timo Sirainen articulated: > > > I'm pretty sure Wietse would prefer people to ask questions in mailing > > list (like me). > > As a regular end user, I would certainly agree. However, as a > developer of a pi

Re: [Dovecot] Issue Authenticating to a new dovecot-postfix installation

2009-12-31 Thread Jerry
On Thu, 31 Dec 2009 16:55:39 -0500 Timo Sirainen articulated: > I'm pretty sure Wietse would prefer people to ask questions in mailing > list (like me). As a regular end user, I would certainly agree. However, as a developer of a piece of software that is commonly used in conjunction with his pr

Re: [Dovecot] Issue Authenticating to a new dovecot-postfix installation

2009-12-31 Thread Timo Sirainen
On Thu, 2009-12-31 at 16:21 -0500, Jerry wrote: > Maybe asking Wietse Venema might prove > insightful. I'm pretty sure Wietse would prefer people to ask questions in mailing list (like me). signature.asc Description: This is a digitally signed message part

Re: [Dovecot] Issue Authenticating to a new dovecot-postfix installation

2009-12-31 Thread Jerry
On Thu, 31 Dec 2009 14:55:51 -0500 Timo Sirainen articulated: > > Dec 31 11:33:29 mail postfix/master[5377]: fatal: > > /etc/postfix/master.cf: line 82: field "private": bad value: "--n" > .. > > dovecot unix - n n - - pipe flags=DRhu user=vmail:mail > > argv=/usr/lib/dovecot/deliver -c /etc/

Re: [Dovecot] Issue Authenticating to a new dovecot-postfix installation

2009-12-31 Thread Timo Sirainen
On Thu, 2009-12-31 at 13:37 -0600, Anthony Nedland wrote: > sql(ra...@baldtel.com,64.33.164.10): PLAIN(rakka) != > '$1$f82c98f9$/vrwt3aZHWM/5j1pjEhVZ1' See the PLAIN(rakka). It assumes the '$1$f82..' is in plaintext, while it's really md5-crypt. Set default_pass_scheme = md5-crypt to dovecot-sql.

Re: [Dovecot] Issue Authenticating to a new dovecot-postfix installation

2009-12-31 Thread Anthony Nedland
Timo Sirainen wrote: On Thu, 2009-12-31 at 12:41 -0600, Anthony Nedland wrote: I noticed that the statement has /var/vmail//rakka. Is the // ok? That's because the %d is empty. I tried with ra...@domain and this is my log on that attempt AUTH#0111#011PLAIN#011service=pop3#011lip=

Re: [Dovecot] Issue Authenticating to a new dovecot-postfix installation

2009-12-31 Thread Anthony Nedland
<>

Re: [Dovecot] Issue Authenticating to a new dovecot-postfix installation

2009-12-31 Thread Timo Sirainen
On Thu, 2009-12-31 at 12:41 -0600, Anthony Nedland wrote: > I noticed that the statement has /var/vmail//rakka. Is the // ok? That's because the %d is empty. > I tried with ra...@domain and this is my log on that attempt > > AUTH#0111#011PLAIN#011service=pop3#011lip=192.168.1.9#011rip=64.33.164.

Re: [Dovecot] Issue Authenticating to a new dovecot-postfix installation

2009-12-31 Thread Anthony Nedland
Timo Sirainen wrote: On Thu, 2009-12-31 at 11:18 -0600, Anthony Nedland wrote: sql(rakka,64.33.164.10): query: SELECT username as user, password, '/var/vmail//rakka' as userdb_home,'maildir:/var/vmail//rakka' as userdb_mail, 150 as userdb_uid, 8 as userdb_gid FROM mailbox WHERE username = '

Re: [Dovecot] Issue Authenticating to a new dovecot-postfix installation

2009-12-31 Thread Anthony Nedland
<>

Re: [Dovecot] Oracle SQL driver

2009-12-31 Thread Timo Sirainen
On Thu, 2009-12-31 at 10:11 +0300, Alexander Bukharov wrote: > It would be great if you consider to include this driver to mainstream so > Dovecot will be the first IMAP server supporting Oracle as auth backend. The transaction handling doesn't look correct to me. The sql_update()s just add the c

Re: [Dovecot] Issue Authenticating to a new dovecot-postfix installation

2009-12-31 Thread Timo Sirainen
On Thu, 2009-12-31 at 11:18 -0600, Anthony Nedland wrote: > sql(rakka,64.33.164.10): query: SELECT username as user, password, > '/var/vmail//rakka' as userdb_home,'maildir:/var/vmail//rakka' as > userdb_mail, 150 as userdb_uid, 8 as userdb_gid FROM mailbox WHERE > username = 'rakka' AND active

Re: [Dovecot] Issue Authenticating to a new dovecot-postfix installation

2009-12-31 Thread Anthony Nedland
Timo Sirainen wrote: On Wed, 2009-12-30 at 15:09 -0600, Anthony Nedland wrote: When I telnet into 110 I can enter a username with user [username] then when I do pass [password] I get -ERR Authentication failed. I know the user info is correct. Setting auth_debug_passwords=yes and look

Re: [Dovecot] Issue Authenticating to a new dovecot-postfix installation

2009-12-31 Thread Anthony Nedland
<>

Re: [Dovecot] A Dovecot Sieve spam filter question.

2009-12-31 Thread Thomas Harold
On 12/30/2009 5:56 PM, aja-li...@tni.org wrote: On 12/30/2009 10:08 PM, Andrzej Adam Filip wrote: As I understand ":contains" tests presence of the sub-string => so you can test 'at least n consecutive stars present' ('n stars OR more') Okay, thanks, after some searching I see that quite some

Re: [Dovecot] A Dovecot Sieve spam filter question.

2009-12-31 Thread Thomas Harold
On 12/30/2009 2:21 PM, aja-li...@tni.org wrote: Hi, I'd like to make a filtering threshold for users to let them deal with spamassassin spam-level starred < 8 themselves, but spam-level starred higher than 8 should be discarded In general, it's better to quarantine high-scoring spam (we shove