[Dovecot] unsubscribe

2011-03-04 Thread Rob Coward
Please consider the environment before printing this email. Game Stores Group Limited, registered number 1937170, registered in England

Re: [Dovecot] NTLM configuration

2009-05-11 Thread Rob Coward
Have you confirmed winbind is configured and working correctly ? "user not authenticated: NT_STATUS_NO_LOGON_SERVERS" suggests to me that you havent got a working winbind setup. Rob On Mon, 2009-05-11 at 10:01 +0200, Cédric Laruelle wrote: > Hi again everybody ! > > > > I’m still stuck with

Re: [Dovecot] Auto creating client folders on the IMAP server after installing client.

2008-06-10 Thread Rob Coward
On Mon, 2008-06-09 at 20:29 -0700, Radio Tron wrote: > It's a buggy, moth infested, Linux client - you guys > are using the windows TBird client. I use the Linux version of thunderbird (v2.0.0.14 20080515) on a RHEL5.1 desktop against a 1.0-1.2.0.el5 build of Dovecot and have never experienced an

Re: [Dovecot] more than one ldap database.

2008-04-17 Thread Rob Coward
You can define multiple userdb/passworddb sections, each using ldap but using a different conf file. If you search the archives for one if my earlier posts this week, you will see my configuration where we actually have 3 different ldap configs defined to handle searching specific sub-trees within

Re: [Dovecot] Please help: LDAP configuration _almost_ works.

2008-04-16 Thread Rob Coward
On Wed, 2008-04-16 at 08:28 -0500, Jack McKinney wrote: > Looking at your config, it seems that your passdb for LDAP depends on > your userdb, as you have mail= twice in your pass_attrs, once for > userdb_user. > For that matter, why do you have userPassword=password? dovecot should > n

Re: [Dovecot] Please help: LDAP configuration _almost_ works.

2008-04-16 Thread Rob Coward
ctly necessary in a single server setup. > > Rob, could you send me your ldap config (/etc/ldap/slapd.conf) please? > maybe i am making some simple mistake with my ldap config... As I said, we use Active Directory (running on Win2k3 servers I believe), not slapd. Regards, Rob > R

Re: [Dovecot] Please help: LDAP configuration _almost_ works.

2008-04-16 Thread Rob Coward
I cant help you with what is going wrong for you, but we use dovecot very successfully with ldap lookups against Active Directory, using auth_bind=yes, and it does not require anonymous connections. The initial connection is by an un-privileged user that searches for the user, then a 2nd connection

Re: [Dovecot] maildir directory structure

2008-02-27 Thread Rob Coward
Have a read of http://wiki.dovecot.org/Variables On Wed, 2008-02-27 at 09:46 +0100, Chantal Rosmuller wrote: > Hi list, > > I would like my mail directory structure to be like this: > > /var/vmail/firstletterdomain/domain/username > > what would be the syntax in dovecot.conf? > > > Thanks, ch

Re: [Dovecot] Static list of users with passdb pam

2008-01-18 Thread Rob Coward
If you are using pam already, why not add to /etc/pam.d/dovecot something like: authrequiredpam_listfile.so onerr=fail item=user sense=allow file=/etc/dovecot/allowed_users The syntax may not be quite correct as this is off the top of my head and I havent tested it, but we do somethin

Re: [Dovecot] Audit log?

2007-12-21 Thread Rob Coward
t; > On Fri, 21 Dec 2007 14:32:01 + > Rob Coward <[EMAIL PROTECTED]> wrote: > > > I use pam authentication in dovecot and the following fail2ban filter > > seems to work fine for me: > > > > failregex = auth\(default\): pam\(.*,\): pam_authenticate\(\)

Re: [Dovecot] Audit log?

2007-12-21 Thread Rob Coward
I use pam authentication in dovecot and the following fail2ban filter seems to work fine for me: failregex = auth\(default\): pam\(.*,\): pam_authenticate\(\) failed: Rob On Fri, 2007-12-21 at 12:04 +0100, Bjørn T Johansen wrote: > On Thu, 20 Dec 2007 18:42:01 +0200 > Timo Sirainen <[EMAIL PROT