Re: MAPI Properties?

2015-10-26 Thread Bob Miller
The last time I investigated that was a couple years ago, but according to my understanding the IMAP protocol does not support the colour categories provided by Outlook, and therefore anything Outlook does in that respect is a "Local Only" feature. That is, the colour categories cannot be stor

Re: LDAP authentication

2015-06-22 Thread Bob Miller
Hi, I would suggest starting with a simplified config. by example: hosts = my.server.local auth_bind = yes ldap_version = 3 base = CN=Person,CN=Schema,CN=Configuration,DC=company,DC=local base = DC=company,DC=local scope = subtree user_attrs = \ =home=/home/imapproxy/%u, \ =mail=mail

Re: Evolution clientware and Dovecot

2014-11-14 Thread Bob Miller
Hi, On Fri, 2014-11-14 at 11:46 -0700, The Doctor wrote: > Got a customer using Evolution 2.12.3 and was using SSL and could not > retrieve e-mail in the last week. Got the custome to turn off > SSL and he was able to retrieve e-mail. > > Recently I compiled SSL so that any comprimise was remove

Re: X-sieve-redirected-from

2014-10-04 Thread Bob Miller
mail; dovecot-lda was missing the -a argument for the recipient... -- Computerisms Bob Miller 867-334-7117 / 867-633-3760 http://computerisms.ca

X-sieve-redirected-from

2014-10-03 Thread Bob Miller
ing for a while now, and I can't figure out where it is picking up the hostname from. doveconf -a | grep hostname comes up empty. the hostname is not in any of the mta config files. Anyone got a hint? -- Computerisms Bob Miller 867-334-7117 / 867-633-3760 http://computerisms.ca

Re: Authentication using AD : bug ?

2014-09-22 Thread Bob Miller
Hi, > I authenticate my test user in AD well in Dovecot. However, if I change > this user's password in AD, the old password still works for > authentication in Dovecot and the new is working too. > > Is there a time to make Dovecot don't "remember" the old password or is > it a bug ? Are you

Re: LDAP authentication

2014-09-10 Thread Bob Miller
Hi, > [joliver@localhost ~]$ cat /etc/dovecot/dovecot-ldap.conf.ext > hosts = localhost > base = ou=Users,dc=my,dc=domain > ldap_version = 3 > auth_bind = yes > auth_bind_userdn = uid=%u,ou=Users,dc=my,dc=domain > this looks different than mine. here is my example config file, maybe it helps:

Re: outlook 2013

2014-09-10 Thread Bob Miller
> That’s odd. The one and only thing that Lookout does pretty well is IMAP. After several hours scouring the net last night, I am surprised to hear that. Certainly has never been my experience with outlook, especially 2013... > > is there some special trick that google is hiding from me? > >

Re: LDAP authentication

2014-09-10 Thread Bob Miller
Hi, > Sep 10 11:27:00 localhost dovecot: auth: pam(testuser1,127.0.0.1): > pam_authenticate() failed: Permission denied > Sep 10 11:27:00 localhost dovecot: auth: ldap(testuser1,127.0.0.1): > invalid credentials I am not clear from this if you are using pam auth first and ldap auth 2nd, or if you

Re: outlook 2013

2014-09-09 Thread Bob Miller
Hi Patrick, Thanks for your reply. > I have no idea what your doing to cause this issue :( > > I have a normal install of dovecot running, and I have 3 webmail pages > open, 2 phones using imap, and a thunderbird connected to it. I > started with outlook 2007, then 2010, and now 2013 for the

outlook 2013

2014-09-09 Thread Bob Miller
f the computers. But the problem inevitably returns in short order. Surely people have outlook 2013 connecting via imap to dovecot without problems; is there some special trick that google is hiding from me? -- Computerisms Bob Miller 867-334-7117 / 867-633-3760 http://computerisms.ca

Re: Mailboxes are in Maildir format. Any good backup tips? Had success with version control?

2014-06-30 Thread Bob Miller
Hi, > > > > Suggestions and warnings are most welcome. > > > > Thanks! > > Since you're using maildir, you might want to check rsync out as well, > especially with --link-dest. In short, you call rsync on your backup > machine like this: > > rsync --link-dest=previous-backup-dir source new-bac

Re: Dovecot authentication against active directory

2014-06-23 Thread Bob Miller
Hi , > My dovecot-ldap.conf: > > > hosts = ** > dn = CN=*,OU=*,OU=*,OU=*,DC=**,DC=*,DC=de > dnpass = > tls = no > debug_level = -1 > ldap_version = 2 > base = OU=*,DC=*,DC=*,DC=de > deref = never > scope = subtree > user_attrs = sA

Re: [Dovecot] Dovecot2 vs. AD, "Inactivity during authentication"

2014-02-27 Thread Bob Miller
Hi, have you verified from you AD logs that dovecot is sending the same thing as your ldapsearch? -- Computerisms Bob Miller 867-334-7117 / 867-633-3760 http://computerisms.ca On Thu, 2014-02-27 at 12:58 +0100, Jeroen Scheerder wrote: > Quoth Jeroen Scheerder (27 Feb 2014, 12

Re: [Dovecot] lda+ldap multiple users

2014-02-17 Thread Bob Miller
Hi, > so not much to do on the qmail side. and thats the reason everything > user related is done in dovecot itself. ok > ...but if nobody knows if its possible inside the dovecot lookup > process, a new/seperate lookup process that calls dovecot-lda with the > username instead of the mailadd

Re: [Dovecot] lda+ldap multiple users

2014-02-14 Thread Bob Miller
mails sent to x...@domain.com will deliver to all users. I documented my sandbox qmail-ldap/dovecot system here, maybe it is useful to you: http://cocnm.computerisms.ca/index.php/Install_Qmail-ldap,_Dovecot,_and_Related_Email_Services -- Computerisms Bob Miller 867-334-7117 / 86

Re: [Dovecot] Authentification Dovecot + Samba4

2013-12-06 Thread Bob Miller
Bob Miller 867-334-7117 / 867-633-3760 http://computerisms.ca On Fri, 2013-12-06 at 19:21 +0100, d...@quantentunnel.de wrote: > Hello list, > > I am struggling with setting up dovecot 2.1.7 with samba 4.1.2 on debian > wheezy. Dovecot should authenticate via LDAP, but I cannot ge

Re: [Dovecot] using dovecot in Asterisk imap storage

2013-10-21 Thread Bob Miller
-- Computerisms Bob Miller 867-334-7117 / 867-633-3760 http://computerisms.ca On Tue, 2013-10-22 at 02:47 +0200, Asmaa Ahmed wrote: > Hello, > I am trying to use postfix/dovecot as mail server to be the imap storage for > my voicemail system.For that I installed postfix and do

Re: [Dovecot] Dovecot extremely slow!

2013-09-26 Thread Bob Miller
hi, > Sep 26 11:03:23 wasabi dovecot: imap-login: Disconnected (no auth attempts in > 1 secs): user=<>, rip=24.58.62.118, lip=146.83.9.56, TLS, \ > > session= > > Sep 26 11:03:26 wasabi dovecot: imap-login: Login: user=, method=PLAIN, > rip=24.58.62.118, lip=146.83.9.56, mpid=3973, TLS, sessio

Re: [Dovecot] Dovecot extremely slow!

2013-09-25 Thread Bob Miller
-- Computerisms Bob Miller 867-334-7117 / 867-633-3760 http://computerisms.ca On Wed, 2013-09-25 at 16:15 -0600, LuKreme wrote: > On 25 Sep 2013, at 16:05 , Patricio Rojo wrote: > > > I attach the 10-master configuration > > That’s not that useful. > > doveco

Re: [Dovecot] Disagreement on where mail goes.

2013-08-16 Thread Bob Miller
One guess: your mail_location is misconfigured. something like: mail_location = maildir:/usr/local/%u/Maildir might fix it up... -- Computerisms Bob Miller 867-334-7117 / 867-633-3760 http://computerisms.ca On Fri, 2013-08-16 at 17:09 -0600, LuKreme wrote: > My virtual users h

Re: [Dovecot] lda and home directory

2013-08-15 Thread Bob Miller
Hi Rick, > I had/have the same issue. In Dovecot 1.x I was able to use LDA with > vpopmail and only environment variables to deliver to a home directory. I > was never able to get it to work with Dovecot 2.x - don't know if using > environment variables is depricated, but I ended up having to s

[Dovecot] lda and home directory

2013-08-15 Thread Bob Miller
ere a $VAR I can use instead of $USER that will expand to just the part before the @?) -- Computerisms Bob Miller 867-334-7117 / 867-633-3760 http://computerisms.ca

Re: [Dovecot] Calling dovecot-lda from within Antispam pipe script (bash) seems to have no effect

2013-06-20 Thread Bob Miller
I got another quick idea, too; try running dovecot in the foreground. Maybe something that isn't being written to the log will show up on the terminal... -- Computerisms Bob Miller 867-334-7117 / 867-633-3760 http://computerisms.ca On Thu, 2013-06-20 at 19:00 -0700, Bob Miller

Re: [Dovecot] Calling dovecot-lda from within Antispam pipe script (bash) seems to have no effect

2013-06-20 Thread Bob Miller
Hi Ben, >> Maybe using something like set -e to try and get some output from the >> script? >> >Adding the -e switch doesn't seem to produce any output, either. To be clear, I meant putting the line: set -e near the top of your script. I forget exactly how it functions, but it makes it so

Re: [Dovecot] Calling dovecot-lda from within Antispam pipe script (bash) seems to have no effect

2013-06-19 Thread Bob Miller
Hi Ben, I checked over your script, and I don't see the problem either. You already checked everything that comes to my mind. Maybe using something like set -e to try and get some output from the script? -- Computerisms Bob Miller 867-334-7117 / 867-633-3760 http://computeris

Re: [Dovecot] Passwordless auth?

2013-05-23 Thread Bob Miller
> You can also use doveadm for quite a lot of this sort of administration; > this may be easier if you're scripting in shell rather than something > more sophisticated. +1

Re: [Dovecot] Slooow imap copy to "Sent" folders

2013-04-18 Thread Bob Miller
these reports... -- Computerisms Bob Miller 867-334-7117 / 867-633-3760 http://computerisms.ca On Thu, 2013-04-18 at 15:21 +0200, Frank Bonnet wrote: > Hello > > Many users here use the "copy to Sent folder" using the IMAP protocol > with Dovecot 2.1.15 on a FresBSD 9

Re: [Dovecot] qmail-ldap LDA Delivery and sieve

2013-04-17 Thread Bob Miller
Hi, > > : > lda(sar): Fatal: Unknown argument: sar > Usage: dovecot-lda [-c ] [-a ] [-d ] [-p > ] >[-f ] [-m ] [-e] [-k] > > It happens on messanges that could not be delivered and need to be > returned to the sender. I would think this indicates that lda is trying to deliv

Re: [Dovecot] postfix, dovecot, samba, winbind

2013-02-28 Thread Bob Miller
can share more of how I set things up... -- Computerisms Bob Miller 867-334-7117 / 867-633-3760 http://computerisms.ca On Thu, 2013-02-28 at 18:22 +0100, Denis Witt wrote: > Hello List, > > we're currently working on the migration of our LDAP/Samba3-Domain to > Samb

Re: [Dovecot] How To Remove?

2013-01-02 Thread Bob Miller
> > > So your package shouldn't need to come with its own installer, nor > should you need to extract the files by hand... Bah! My neural pathways are shorting out. That should read: So your package shouldn't need to come with its own uninstaller, nor should you need to delete the files by ha

Re: [Dovecot] How To Remove?

2013-01-02 Thread Bob Miller
> the pkg installer did not come with an uninstaller, and since the install is > pretty much useless, is there some list of what it installed so i can get rid > of it all? This would actually be a function of your package manager. For example on debian you can do dpkg -L to get a list of fil

Re: [Dovecot] [OT] MS Exchange Alternative?

2012-12-04 Thread Bob Miller
other features to make it shine a little brighter than an exchange server, such as openupload or webdav storage. And, if you really want a windows networking environment, all of this stuff can be made to authenticate against Samba4 active directory... -- Computerisms Bob Miller 867-334-7117 / 86

Re: [Dovecot] POLL: v2.2 to allow one mail over quota?

2012-10-29 Thread Bob Miller
+1 to one last mail, though it would be nice if the over percentage could be configurable... -- Computerisms Bob Miller 867-334-7117 / 867-633-3760 http://computerisms.ca On Mon, 2012-10-29 at 22:39 +0200, Timo Sirainen wrote: > Currently if user is 1MB under quota and someone tries

Re: [Dovecot] dovecot auth against AD on samba4

2012-10-24 Thread Bob Miller
auth-ldap.conf file. Samba4/Active Directory is just another ldap implementation. between the config files and the wiki, I believe all the documentation you need is there... -- Computerisms Bob Miller 867-334-7117 / 867-633-3760 http://computerisms.ca On Wed, 2012-10-24 at 11:48

Re: [Dovecot] Dovecot configuration and question about IP trusted

2012-10-06 Thread Bob Miller
than my second language (if you could even say I have one), so good on you... I interpret this sentence as an if statement: if [[ (using NFS||Cluster) == true || (using OS w separate cache for mmap, such as OpenBSD) == true ]]; then setting is required (set to yes/true) fi > > Thank

Re: [Dovecot] Dovecot configuration and question about IP trusted

2012-10-05 Thread Bob Miller
rse lookup or something like that. And it would explain the > overhead. I don't know about the reverse lookup, but this sounds like a caching issue to me. http://wiki2.dovecot.org/IndexFiles > > Thank you -- Computerisms Bob Miller 867-334-7117 / 867 633 3760 http://computerisms.ca

Re: [Dovecot] sieve vacation

2012-09-27 Thread Bob Miller
Robert, > The settings are listed in the example conf.d/15-lda.conf file. The > important settings are: > > sendmail_path is used to send mails. Note that the default is > /usr/sbin/sendmail, which doesn't necessarily work the same as > /usr/lib/sendmail. > > Alternatively you can u

[Dovecot] sieve vacation

2012-09-27 Thread Bob Miller
place else I should be looking for the missing vacation response... Thank you for any suggestions... -- Computerisms Bob Miller 867-334-7117 / 867 633 3760 http://computerisms.ca