Re: IMAP hibernate and scalability in general

2017-04-05 Thread Mark Moseley
We've been using hibernate for about half a year with no ill effects. There were various logged errors in earlier versions of dovecot, but even with those, we never heard a reported customer-side error (almost always when transitioning from hibernate back to regular imap; in the case of those error

Re: IMAP hibernate and scalability in general

2017-04-06 Thread Mark Moseley
On Thu, Apr 6, 2017 at 3:10 AM, Timo Sirainen wrote: > On 6 Apr 2017, at 9.56, Christian Balzer wrote: > > > >> For no particular reason besides wanting to start conservatively, we've > got > >> client_limit set to 50 on the hibernate procs (with 1100 total > hibernated > >> connections on the b

Re: Host ... is being updated before previous update had finished

2017-04-07 Thread Mark Moseley
On Mon, Apr 3, 2017 at 6:04 PM, Mark Moseley wrote: > We just had a bunch of backend boxes go down due to a DDoS in our director > cluster. When the DDoS died down, our director ring was a mess. > > Each box had thousands (and hundreds per second, which is a bit much) of > log

Re: IMAP hibernate and scalability in general

2017-04-10 Thread Mark Moseley
On Thu, Apr 6, 2017 at 9:22 PM, Christian Balzer wrote: > > Hello, > > On Thu, 6 Apr 2017 22:13:07 +0300 Timo Sirainen wrote: > > > On 6 Apr 2017, at 21.14, Mark Moseley wrote: > > > > > >> > > >> imap-hibernate processes are similar to ima

Re: Host ... is being updated before previous update had finished

2017-04-21 Thread Mark Moseley
Timo/Aki/Docecot guys, any hints here? Is this a bug? Design issue? On Fri, Apr 7, 2017 at 10:10 AM Mark Moseley wrote: > On Mon, Apr 3, 2017 at 6:04 PM, Mark Moseley > wrote: > >> We just had a bunch of backend boxes go down due to a DDoS in our >> director cluster. Wh

Retrieving mail from read-only mdbox

2017-05-31 Thread Mark Moseley
This is a 'has anyone run into this and solved it' post. And yes, I've been reading and re-reading TFM but without luck. The background is that I'm working on tooling before we start a mass maildir->mdbox conversion. One of those tools is recovering mail from backups (easy as pie with maildir). We

Re: Retrieving mail from read-only mdbox

2017-06-01 Thread Mark Moseley
> > > > > > I've tried using IMAP with mail_location pointed at the snapshot, but, > > > though I can get a listing of emails in the mailbox, the fetch fails > when > > > dovecot can't write-lock dovecot.index.log. > > > > I've thought about doing this someday (adding snapshots to a user's > > name

Re: Retrieving mail from read-only mdbox

2017-06-01 Thread Mark Moseley
On Wed, May 31, 2017 at 3:24 PM, M. Balridge wrote: > Quoting Mark Moseley : > > > I've tried using IMAP with mail_location pointed at the snapshot, but, > > though I can get a listing of emails in the mailbox, the fetch fails when > > dovecot can't wri

Redis auth?

2017-06-12 Thread Mark Moseley
I was curious what the status of this redis auth patch is: https://dovecot.org/list/dovecot/2016-June/104763.html

Re: v2.2.31 release candidate released

2017-06-22 Thread Mark Moseley
On Tue, Jun 20, 2017 at 12:45 PM, Timo Sirainen wrote: > https://dovecot.org/releases/2.2/rc/dovecot-2.2.31.rc1.tar.gz > https://dovecot.org/releases/2.2/rc/dovecot-2.2.31.rc1.tar.gz.sig > > Unless new bugs are found, this will be the final v2.2.31 release, which > will be released on Monday. > >

Re: v2.2.31 release candidate released

2017-06-23 Thread Mark Moseley
On Fri, Jun 23, 2017 at 4:30 AM, Timo Sirainen wrote: > On 23 Jun 2017, at 3.44, Mark Moseley wrote: > > > > It'd be great if https://dovecot.org/list/dovecot/2016-June/104763.html > > could make it into this RC (assuming you guys approved it back when it > was &

Unable to Kerberos/GSSAPI an existing user on new workstation

2017-07-12 Thread Mark Foley
My last message probably contained too much information. This one is more succient. I have a user, 'mark', who has been running a Thunderbird client on Windows to Dovecot server with Kerberos/GSSAPI authentication for over a year. I created a new Tbird account on a new Linux works

stopped being able to kerberos/GSSAPI authenticate with new email accounts

2017-07-12 Thread Mark Foley
name_format = %n auth_verbose = yes auth_verbose_passwords = plain disable_plaintext_auth = no info_log_path = /var/log/dovecot_info mail_location = maildir:~/Maildir passdb { driver = shadow } protocols = imap ssl_cert = ): Credentials: Jul 11 17:28:31 auth: Debug: client passdb out: OK 1

weakforced

2017-07-18 Thread Mark Moseley
I've been playing with weakforced, so it fills in the 'fail2ban across a cluster' niche (not to mention RBLs). It seems to work well, once you've actually read the docs :) I was curious if anyone had played with it and was *very* curious if anyone was using it in high traffic production. Getting t

Re: weakforced

2017-08-16 Thread Mark Moseley
On Tue, Jul 18, 2017 at 10:40 PM, Aki Tuomi wrote: > > > On 19.07.2017 02:38, Mark Moseley wrote: > > I've been playing with weakforced, so it fills in the 'fail2ban across a > > cluster' niche (not to mention RBLs). It seems to work well, once you've &g

Re: weakforced

2017-08-17 Thread Mark Moseley
On Thu, Aug 17, 2017 at 1:16 AM, Teemu Huovila wrote: > Below is an answer by the current weakforced main developer. It overlaps > partly with Samis answer. > > ---snip--- > > Do you have any hints/tips/guidelines for things like sizing, both in a > > per-server sense (memory, mostly) and in a c

Re: lazy_expunge doesn't work since upgrade 2.2.30 to 2.2.32

2017-09-15 Thread Mark Moseley
On Wed, Sep 6, 2017 at 2:01 AM, Harald Leithner wrote: > Any idea why this doesn't setup work anymore in 2.2.32? > > thx > > Harald > > I just ran into the same thing myself. For me, when I added this to the "location" in the expunged namespace, it started working again: ...:LISTINDEX=expunged.

Re: lazy_expunge doesn't work since upgrade 2.2.30 to 2.2.32

2017-09-18 Thread Mark Moseley
On Fri, Sep 15, 2017 at 1:42 PM, Harald Leithner wrote: > Am 2017-09-15 21:25, schrieb Mark Moseley: > >> On Wed, Sep 6, 2017 at 2:01 AM, Harald Leithner >> wrote: >> >> Any idea why this doesn't setup work anymore in 2.2.32? >>> >>> thx &

Conditionally disabling auth policy

2017-09-27 Thread Mark Moseley
I've been digging into the auth policy stuff with weakforced lately. There are cases (IP ranges, so could be wrapped up in remote {} blocks) where it'd be nice to skip the auth policy (internal hosts that I can trust, but that are hitting the same servers as the outside world). Is there any way to

Re: Conditionally disabling auth policy

2017-09-27 Thread Mark Moseley
On Wed, Sep 27, 2017 at 10:03 AM, Marcus Rueckert wrote: > On 2017-09-27 16:57:44 +0000, Mark Moseley wrote: > > I've been digging into the auth policy stuff with weakforced lately. > There > > are cases (IP ranges, so could be wrapped up in remote {} blocks) where >

Re: Conditionally disabling auth policy

2017-09-28 Thread Mark Moseley
On Wed, Sep 27, 2017 at 10:06 PM, Aki Tuomi wrote: > > > On 27.09.2017 20:14, Mark Moseley wrote: > > On Wed, Sep 27, 2017 at 10:03 AM, Marcus Rueckert > wrote: > > > >> On 2017-09-27 16:57:44 +, Mark Moseley wrote: > >>> I've been digging

Re: Conditionally disabling auth policy

2017-09-28 Thread Mark Moseley
On Thu, Sep 28, 2017 at 9:34 AM, Aki Tuomi wrote: > > > On September 28, 2017 at 7:20 PM Mark Moseley > wrote: > > > > > > On Wed, Sep 27, 2017 at 10:06 PM, Aki Tuomi > wrote: > > > > > > > > > > > On 27.09.2017 20:14, Ma

Simplifying Support of Virtual and System Users

2022-03-28 Thread Mark Olbert
ils-when-using-usernamedomain-format> on ServerFault. It works fine. But being able to pass a username_format parameter to the PAM module (which I tried, but it was rejected) would be a lot simpler, and a lot more intuitive. - Mark

Re: Thunderbird can't connect to Dovecot (bad certificate: SSL alert number 42)

2022-09-14 Thread Mark Stevens
allow the exception. I allowed the exception which worked and TB is fine now. I only did this because my ssl cert is a wildcard for the domain but does not explicitly list the hostname. Mark On 9/14/2022 8:23 AM, Meikel wrote: Hello. Am 14.09.2022 um 13:59 schrieb Christian Mack: Sound to me

Re: The end of Dovecot Director?

2022-11-01 Thread Mark Moseley
TL;DR: Sure, this affects medium/large/Enterprise folks (that's where I was using Director -- though currently retired, so no existing self-interest in this email). This will also affect *any* installation with a whopping two dovecot servers with mdbox backends talking to a single li

Shared Mailboxes Not Visible

2015-08-25 Thread Mark Usrey
Xata Corporation/Mike Uremovich INBOX root@srv56:~# But no "Shared" or "rself" to be found. Help, please. I'm quickly going bald over this one. -- *Mark Usrey* Director of Information Technologies *Solaray LLC Solaray LLC* 620 S. Linden Sapulpa, Ok 74066 (918) 227-0722 Ext. 527

How to "Windows Authenticate"

2015-09-02 Thread Mark Foley
I've been using Dovecot 2.2.15 as the IMAP server for Outlook (2010/2013) on Windows workstations for over 6 months with no problems. Dovecot is hosted on the office Samba4 AC/DC server. I have been using auth_mechanisms plain login, and passdb driver = shadow. What I'd like to do now is use th

Re: How to "Windows Authenticate"

2015-09-03 Thread Mark Foley
gt; auth_verbose_passwords = plain > disable_plaintext_auth = no > info_log_path = /var/log/dovecot_info > mail_location = maildir:~/Maildir > passdb { > driver = shadow > } > protocols = imap > ssl_cert = ssl_key = userdb { > driver = passwd > } > verbose

Re: How to "Windows Authenticate"

2015-09-05 Thread Mark Foley
-secret.dat Sep 05 16:46:22 auth: Debug: auth client connected (pid=13487) Sep 05 16:46:22 auth: Debug: client in: AUTH1 NTLMservice=imap session=IlvqGwYf0wDAqAA6lip=192.168.0.2 rip=192.168.0.58 lport=143 rport=52947 Sep 05 16:46:22 auth: Debug: client pas

Re: How to "Windows Authenticate"

2015-09-06 Thread Mark Foley
More info ... My dovecot error log shows: Sep 05 16:45:19 auth: Debug: client in: AUTH1 NTLMservice=imap Sep 05 16:45:19 auth: Debug: client passdb out: OK 1 user=mark@hprs original_user=mark@HPRS Sep 05 16:45:19 auth: Debug: master in: REQUEST 998899713 10219

Re: How to "Windows Authenticate"

2015-09-07 Thread Mark Foley
Comments interspersed with yours ... --Mark -Original Message- > Date: Sun, 06 Sep 2015 20:00:11 -0500 > From: Rick Romero > To: dovecot@dovecot.org > Subject: Re: How to "Windows Authenticate" > > Hmm. I would expect to see 'm...@hprs.com'

Re: How to "Windows Authenticate"

2015-09-08 Thread Mark Foley
LURE Sep 08 18:38:18 auth: Debug: client passdb out: FAIL1 Notice that my userid (mark or mark@ohprs) is nowhere to be found. Whereas when I specified the userdb passwd at least it had a user id in the error log. From my previous test with userdb passwd amd passdb shadow: Sep 05 16:45:19 auth:

Re: How to "Windows Authenticate"

2015-09-09 Thread Mark Foley
working: Sep 05 16:45:19 auth-worker(5498): Debug: shadow(mark@hprs,192.168.0.58): lookup Sep 05 16:45:19 auth-worker(5498): Info: shadow(mark@hprs,192.168.0.58): unknown user Dovecot gets the user as" mark@hprs" instead of "mark" and therefore can't find it in the userdb

Re: My dovecot works fine against Active Directory 2003, but not against AD2008

2015-09-09 Thread Mark Foley
Fran and/or Matthias, Could you publish your doveconf -n? I can't get dovecot to authenticate with my AD. Maybe you have a solution I could try. What mail client(s) are you using? I assume by "AD 2003/8" You mean SBS2003/8 and are therefore using Outlook? --Mark -O

Need help on checkpassword userdb/passdb

2015-09-10 Thread Mark Foley
(null) userdb_gid: (null) arg1=/usr/local/libexec/dovecot/checkpassword-reply CMD: /usr/bin/ntlm_auth --username="mark" --password='mypass' ntlm_auth status: 0 Now, the wiki says 2 things that have me stumped: 1. It says that, "Dovecot calls the script with AUTHORIZED=1 env

Re: How to "Windows Authenticate"

2015-09-10 Thread Mark Foley
ion wants you to also set environment variables (which don't appear to be there) and execute programs from within programs, and of course, it doesn't "just work". Why the complexity? Why not return a simple 0 or 1 and go with that? Oh well, I'm going to have to abandon this

Re: Need help on checkpassword userdb/passdb

2015-09-11 Thread Mark Foley
environment variables as described in (http://wiki2.dovecot.org/AuthDatabase/CheckPassword). My debug output of env variables sent to checkpassword-reply: $USER=mark userdb_uid=326 userdb_gid=100 INSECURE_SETUID=1 EXTRA=userdb_uid userdb_gid I have confirmed that my checkpassword program ret

Re: My dovecot works fine against Active Directory 2003, but not against AD2008

2015-09-11 Thread Mark Foley
Fran - thanks for your reply. I'm cc'ing you directly on this as well as posting to the list as I'm not sure how often you check the list and I'm down to hanging by my last fingernail on this project. I have some preliminary questions interspersed below. Thanks, --Mark -

Re: Need help on checkpassword userdb/passdb

2015-09-12 Thread Mark Foley
e this bit of information added in the appropriate place(s) or the developer/hackster will waste days trying to get checkpassword working until he/she stumbles across the userdb_home comment elsewhere. Nevertheless, checkpassword turns out not to be the solution to my original problem, so I will keep

Re: How to "Windows Authenticate"

2015-09-12 Thread Mark Foley
and how to fix it? Note that I have read http://wiki2.dovecot.org/HowTo/ActiveDirectoryNtlm over and over, so simply referring me to that link will not help. Thanks, Mark

Re: How to "Windows Authenticate"

2015-09-16 Thread Mark Foley
Does the Dovecot NTLM mechanism work with MS Outlook? [ ] YES [ ] NO Please check one ... anybody. --Mark -Original Message- From: Mark Foley Date: Sun, 13 Sep 2015 01:10:57 -0400 To: dovecot@dovecot.org Subject: Re: How to "Windows Authenticate" I am running Dovecot 2.2.1

Re: How to "Windows Authenticate"

2015-09-16 Thread Mark Foley
ry: /usr/local/lib/dovecot/auth Sep 13 00:53:12 imap-login: Info: Disconnected: Auth process broken (disconnected before auth was ready, waited 0 secs): user=<>, rip=192.168.0.58, lip=98.102.63.107, session=<2PnkuZkfqADAqAA6> Any idea what would generate this message? --Mark -Origin

MAPI Properties?

2015-10-25 Thread Mark Foley
s color categories can be set from Outlook. Can someone tell me where to look for these properties? THX - Mark

How to Restore emails

2015-11-12 Thread Mark Foley
t out"? Thanks, --Mark

Re: How to Restore emails

2015-11-12 Thread Mark Foley
I'm going to try it. I've also seen `dovadm import` as a possible suggestion, though if a simple copy works I don't see why anyone would use `dovadm import`. --Mark -Original Message- From: Mark Foley Date: Thu, 12 Nov 2015 17:13:50 -0500 To: dovecot@dovecot.org Subject: How to R

Re: How to Restore emails

2015-11-12 Thread Mark Foley
ee what happens. I'll report back. --Mark -Original Message- > Date: Thu, 12 Nov 2015 23:36:52 +0100 > From: Heiko Schlittermann > To: dovecot@dovecot.org > Subject: Re: How to Restore emails > > Hi, > > Mark Foley (Do 12 Nov 2015 23:31:39 CET): > &

Re: How to Restore emails

2015-11-13 Thread Mark Foley
end up with duplicates. Next time I will restore to a temp directory and check the flags and not restore files with the same name but different flags. --Mark -Original Message- > Date: Fri, 13 Nov 2015 09:08:55 +0100 (CET) > From: Steffen Kaiser > To: Mark Foley > Subject:

Interpreting keywords

2015-12-02 Thread Mark Foley
somewhere or does the mail client just "know" what these correspond to? --Mark

sieve-filter to script fails with SHUT_WR

2015-12-30 Thread Mark Stover
;m doing wrong... Thanks, Mark $ doveconf -n # 2.2.21 (5345f22): /usr/local/etc/dovecot/dovecot.conf # Pigeonhole version 0.4.9 (357ac0a0e68b+) # OS: Darwin 15.2.0 x86_64 lda_mailbox_autocreate = yes mail_location = maildir:~/Maildir maildir_broken_filename_sizes = yes maildir_very_dirty_syncs = ye

Re: sieve-filter to script fails with SHUT_WR

2015-12-31 Thread Mark Stover
On Wed, Dec 30, 2015 at 11:25 AM, Stephan Bosch wrote: > > > Op 30-12-2015 om 15:15 schreef Mark Stover: >> >> Trying to make vnd.dovecot.filter to exchange an email with my script. >> (I have a vnd.dovecot.pipe script working, so I'm pretty sure it's not >

dsync issues due to Prefix difference?

2016-01-29 Thread Mark Little
one could provide some assistance it would be greatly appreciated! Thanks, Mark

Re: dsync issues due to Prefix difference?

2016-02-01 Thread Mark Little
th an alternate configuration? If I change the name space won't it fail to find the local folders in their mailbox? Cheers, Mark On 2016-01-30 19:05, Timo Sirainen wrote: On 29 Jan 2016, at 23:16, Mark Little wrote: Hi everyone, I'm hoping I am just missing something obvious - but I

Re: dsync issues due to Prefix difference?

2016-02-02 Thread Mark Little
On 2016-02-02 07:22, Timo Sirainen wrote: On 01 Feb 2016, at 23:39, Mark Little wrote: Hi Timo, Thank you very much for the information. I had seen the DSync page but I was confused as to how to configure it. I'd definitely love to be able to get the proper dsync migration working

Re: How to understand NFS lookup (requests) spike?

2016-02-17 Thread Mark Moseley
On Wed, Feb 17, 2016 at 12:49 AM, Alessio Cecchi wrote: > Hi, I'm are running a classic Dovecot setup: > > About ten thousand connected users > mailbox in Maildir format shared via NFS (NetApp) > Director for POP/IMAP > Delivery via Dovecot LDA > > All works fine but sometimes I see a spike on th

Re: dsync issues due to Prefix difference?

2016-02-23 Thread Mark Little
even if I specify "imapc:"? Any help at all would be greatly appreciated! Thank you. On 2016-02-02 10:04, Mark Little wrote: On 2016-02-02 07:22, Timo Sirainen wrote: On 01 Feb 2016, at 23:39, Mark Little wrote: Hi Timo, Thank you very much for the information. I had seen the D

Looking for NTLM config example

2016-04-21 Thread Mark Foley
The Outlgoing server (SMTP) my.server.name does not support the selected authentication method. Please change the 'Autnentication method' in 'Account Settings | Outgoing Server (SMTP)'." Clearly, something is configured wrong, but I've no clue what. Can I get some advice? THX --Mark

Re: Looking for NTLM config example

2016-06-25 Thread Mark Foley
cation method and it therefore does not work. Thanks, --Mark -Original Message- From: Mark Foley Date: Fri, 22 Apr 2016 02:07:24 -0400 Organization: Ohio Highway Patrol Retirement System To: dovecot@dovecot.org Subject: Looking for NTLM config example > Now that I am running Thunderbird

Re: Looking for GSSAPI config [was: Looking for NTLM config example]

2016-06-26 Thread Mark Foley
could find no such file on the host running Dovecot. Is that file needed? If so, I've got a message in to the Samba4 folks asking where it is located. I'm also using Dovecot 2.2.15. Too old? Do you think auth_krb5_keytab is my problem or something deeper? THX --Mark -Original

Re: Looking for NTLM config example

2016-06-26 Thread Mark Foley
ly with Dovecot? Please speak up! Let me know you exist! --Mark -Original Message- > Date: Sun, 26 Jun 2016 15:08:03 +0300 (EEST) > From: aki.tu...@dovecot.fi > To: dovecot@dovecot.org, Mark Foley > Subject: Re: Looking for NTLM config example > > Also it seems we lack supp

Re: Looking for GSSAPI config [was: Looking for NTLM config example]

2016-06-26 Thread Mark Foley
were set up. I can, however, kerberos authenticate from domain workstations both WIN7 and Linux. I will (and have already) contacted the Samba list to see what needs to be done. I'll post back what I find. Maybe I can finally get to the bottom of this problem. Thanks again -- Mark -Original Mes

Re: Looking for GSSAPI config [was: Looking for NTLM config example]

2016-06-27 Thread Mark Foley
sers=yes > } I used my same userdb and passdb settings (although I understand that passdb is not used by gssapi?) passdb { driver = shadow } userdb { driver = passwd } > In /etc/pam.d/dovecot : > #%PAM-1.0 > auth sufficient pam_krb5.so no_user_check validate > accountsufficient pam_permit.so The /etc/pam.d directory did not exist so I created it and added the dovecot file as shown. The permissions are a+r. So, no go so far, but I am encouraged that you have it working. Perhaps you can point out what I might have missing or am otherwise done wrong? THX --Mark

Re: Looking for GSSAPI config [was: Looking for NTLM config example]

2016-06-27 Thread Mark Foley
th gssapi? (providing I get other configs correct) --Mark -Original Message- > Date: Tue, 28 Jun 2016 00:19:45 +0300 (EEST) > From: aki.tu...@dovecot.fi > To: dovecot@dovecot.org > Subject: Re: Looking for GSSAPI config [was: Looking for NTLM config example] > > > On

Re: Looking for GSSAPI config [was: Looking for NTLM config example]

2016-06-27 Thread Mark Foley
Aki, To review your 5 points: On Mon, 27 Jun 2016 09:18:54 +0300 Aki Tuomi wrote: > 1. Functional AD or Kerberos environment > 2. Time synced against your KDC (which is your Domain Controller on Windows) > 3. /etc/krb5.conf configured > 4. Both forward / reverse DNS names correct for clients an

Re: Looking for GSSAPI config [was: Looking for NTLM config example]

2016-06-28 Thread Mark Foley
f. Why "Unknown authentication mechanism 'gssapi'"? Do you have any idea from the configs I've posted? I'm rather depressed about this. I thought I'd finally able to get AD authentication going for Dovecot. Not ready to give up though! Suggestions? THX -- Mark --

Re: Looking for GSSAPI config [was: Looking for NTLM config example]

2016-06-28 Thread Mark Foley
nd will peruse the possible options after I send this. I am on version 2.2.15 and I see that the current downloadable version is 2.2.24. Should I upgrade? Do you think that would help? (a perusal of the changes since 2.2.15 shows nothing obvious realated to gssapi) --Mark -Original Message-

Re: Looking for GSSAPI config [was: Looking for NTLM config example]

2016-06-28 Thread Mark Foley
se notify [192.168.0.58] Jun 28 22:44:11 imap-login: Info: Disconnected (no auth attempts in 6 secs): user=<>, rip=192.168.0.58, lip=98.102.63.107, TLS, session= Does this tell you anything? `doveconf -n` and krb5.conf are configured as shown in previous messages below. Closer! --Mark ---

Re: Looking for GSSAPI config [was: Looking for NTLM config example]

2016-06-29 Thread Mark Foley
ain/realm name, not the public FQDN. I'm suspecting there is something wrong with the kerberos config. To further confuse. There *is* a WIN7 workstation 'mark' in the domain, though not the workstation from which this testing is being done (this workstation is named 'com

Re: Looking for GSSAPI config [was: Looking for NTLM config example]

2016-06-29 Thread Mark Foley
urther comments in that message that I won't clutter the list by repeating here. Check out that message and see what you think could be wrong. Thanks for your help! I'm sure this is solvable! --Mark -Original Message- > Date: Wed, 29 Jun 2016 08:03:14 -0400 > Subject: Re:

Re: Looking for GSSAPI config [was: Looking for NTLM config example]

2016-06-30 Thread Mark Foley
rdb: checkpassword nss passwd prefetch passwd-file should I see authentication methods there? --Mark -Original Message- Subject: Re: Looking for GSSAPI config [was: Looking for NTLM config example] To: dovecot@dovecot.org From: Aki Tuomi Organization: Dovecot Oy Date: Thu, 30 Jun 201

Re: Looking for GSSAPI config [was: Looking for NTLM config example]

2016-07-01 Thread Mark Foley
Aki - comments interspersed below ... --Mark -Original Message- > Subject: Re: Looking for GSSAPI config [was: Looking for NTLM config example] > To: dovecot@dovecot.org > From: Aki Tuomi > Organization: Dovecot Oy > Date: Fri, 1 Jul 2016 10:10:43 +0300 > > Th

Configure Dovecot for GSSAPI [formerly: Looking for GSSAPI config]

2016-07-03 Thread Mark Foley
required info on creating the SPNs and krb keytab file for other poor schmucks like me. Now, if I can get NTLM figured out for the remaining Outlook users ... ! --Mark

Re: Configure Dovecot for GSSAPI [formerly: Looking for GSSAPI config]

2016-07-04 Thread Mark Foley
indmill! I'll check back with the list to see if you've come up with anything. > Aki Again, thanks for all your help. --Mark -Original Message- > Subject: Re: Configure Dovecot for GSSAPI [formerly: Looking for GSSAPI > config] > To: dovecot@dovecot.org > From: A

Re: Configure Dovecot for GSSAPI [formerly: Looking for GSSAPI config]

2016-07-04 Thread Mark Foley
/host.domain.name@MYREALM (des-cbc-md5) (0x232616c2a4fd08f7) 1 imap/host.domain.name@MYREALM (arcfour-hmac) (0x9dae89a221dc374a39f560833 --Mark -Original Message- From: Mark Foley Date: Mon, 04 Jul 2016 03:23:30 -0400 Organization: Ohio Highway Patrol Retirement System To: doveco

Re: Configure Dovecot for GSSAPI [formerly: Looking for GSSAPI config]

2016-07-04 Thread Mark Foley
Brendan - yes, go ahead and send that doc directly to my email address. I've got Maildir folders going, but not nfs; and I'm curious about your load balance. THX --Mark -Original Message- > Date: Mon, 04 Jul 2016 10:40:06 -0400 > From: Brendan Kearney > To:

Moving Maildir folders

2016-07-15 Thread Mark Foley
, etc.). I did manually add olduser to the curuser/Maildir/subscriptions file, but still nothing. So, what did I do wrong and how do I fix it? THX -- Mark

Re: Moving Maildir folders

2016-07-16 Thread Mark Foley
On Sat, 16 Jul 2016 08:53:27 +0200 Luigi Rosa wrote: > > Mark Foley wrote on 16/07/2016 07:43: > > Our office had a user leave. Another user is taking over her duties and > > needs reference to the > > departing user's email. I've copied that entire departe

Re: an e-mail client for dovecot ?

2016-07-16 Thread Mark Foley
d not live without; and can be configured to have a very similar look-and-feel as Outlook. In over a year of running Thunderbird (currently at 38.8.0 Ubuntu, 45.2.0 Window) it has performed flawlessly. I concur with Charles Marcus' query: can you elaborate on how Thunderbird is failing for yo

Re: Moving Maildir folders

2016-07-16 Thread Mark Foley
Hey!! It is now showing the former users' folders at the top level of the current user. Great! Perhaps dovecot just needed time to "index" the new messages? Anyway, Luigi's suggestion on moving and renaming the folders apparently worked. Thanks --Mark -Original Me

Re: Moving Maildir folders

2016-07-16 Thread Mark Foley
Information bpatterson.INBOX.2013 Investment Confirmation Responses where the 1st 7 listed are part of the user's existing list and the next ones are what I added for the former user's mail folders. This did not work. Ideas? --Mark -Original Message- From: Mark Foley Date: Sa

Re: an e-mail client for dovecot ?

2016-07-16 Thread Mark Foley
things don't support what you want. My dovecot server is Slackware64 14.1. One of the users has over 1400 mail folders and 7.2G of IMAP space. She has had no problems with Thunderbird. All of our WIN7 workstations are x64, so perhaps there are issues with x86 version of dovecot/Thunderbird.

Re: Moving Maildir folders

2016-07-16 Thread Mark Foley
On Sun, 17 Jul 2016 03:44:05 +0200 Achim Gottinger wrote: Am 17.07.2016 um 02:36 schrieb Mark Foley: > Not quite there yet. The folders show up, but I cannot see the mail inside > the folders unless > (in the Thunderbird client) I uncheck the setting "Show only subscribed >

Re: Moving Maildir folders

2016-07-17 Thread Mark Foley
ird, then dragged the folders out of the .bpatterson hierarchy to the new folder. That worked, but was a bit time consuming. I supposed I was thrown off because the destination user's Maildir has no .INBOX/ directory, only: .INBOX.this/ .INBOX.that/ but, I suppose INBOX is a special case since the rest of the top-level folders (Drafts, Templates, Sent Items, ...) do have directories. Next time! Thanks --Mark

Panic when runing "doveadm mailbox status ... vsize"

2016-07-19 Thread Mark Costlow
chroot = login process_limit = 128 process_min_avail = 5 service_count = 1 user = dovecot vsz_limit = 64 M } service pop3 { drop_priv_before_exec = no process_limit = 512 vsz_limit = 256 M } ssl_cert = was automatically rejected:%n%r sendmail_path = /usr/sbin/sendmail } -

Re: Panic when runing "doveadm mailbox status ... vsize"

2016-07-19 Thread Mark Costlow
rks. I don't have a theory for why dotlock wouldn't be supported in that path. Thanks again, Mark On Wed, Jul 20, 2016 at 01:25:44AM +0200, Michael Kliewe wrote: > Hi Mark, > > Am 19.07.2016 um 21:23 schrieb Mark Costlow: > > I have converted some test users and they gene

IMAP flags and dovecot-keywords not working as expected

2016-07-29 Thread Mark Foley
tags are create in Tbird, they get new flag letters. That would, of course, mean that if a user changes Thunderbird tag name, they would lose all tag settings on existing message. That doesn't seem right and I hope my theory is wrong. Any insight would be appreciated. --Mark

Re: [Dovecot] Dovecot 2, Imap service, client_limit

2011-07-19 Thread Mark Moseley
On Tue, Jul 19, 2011 at 3:56 PM, Steve Fatula wrote: > I see back in November of last year, a thread about using client_limit in the > imap service (not imap-login) that would allow each imap process serve more > than > one connection. Sounded good, until I tried it! > > When I did, unlike the OP

[Dovecot] Post-login scripting with virtual users

2011-08-24 Thread Mark Willcox
com): Post-login script denied access to user devn...@dhzone.com Aug 24 13:01:57 callisto dovecot: log: Error: service(imap-postpop): child 668 returned error 89 (Fatal failure) Aug 24 13:02:03 callisto dovecot: master: Warning: Killed with signal 15 (by pid=1 uid=0 code=kill) -- _ Mark Willcox Data Helper, Inc.

Re: [Dovecot] Post-login scripting with virtual users

2011-08-24 Thread Mark Willcox
is just: #!/bin/bash echo "$USER $IP `host $IP`" > /var/lib/postpop/db/$IP exec "$@" The IP-named file is not being created. popuser owns the folder. Also, when I get this working, can I set up a pop3 equivalent? _ Mark Willcox Data Helper, Inc. On 8/24/20

Re: [Dovecot] Post-login scripting with virtual users

2011-08-24 Thread Mark Willcox
not run at all. Is there anything I can do to narrow down what is going wrong? Some higher level of logging? Thanks! _____ Mark Willcox Data Helper, Inc. On 8/24/2011 3:37 PM, Timo Sirainen wrote: > On Wed, 2011-08-24 at 13:57 -0500, Mark Willcox wrote: > >> Aug 24

Re: [Dovecot] Post-login scripting with virtual users

2011-08-24 Thread Mark Willcox
I am about 97.2% certain that it never tries to run the script. I changed it to simply touch a file in /tmp with the same result. I simplified it to: #!/bin/sh exec "$@" Still refused. _ Mark Willcox Data Helper, Inc. On 8/24/2011 5:16 PM, Mark Willcox wrote: >

Re: [Dovecot] Post-login scripting with virtual users

2011-08-24 Thread Mark Willcox
I downloaded the source and patched script-login.c. It is working fine now! Thank you! My script is running as root now and it resisted all efforts to make it run as popuser, but I can work with that. Why did I wait so long to move from bincimap? _ Mark Willcox Data Helper

Re: [Dovecot] Virtual user and post-login 2.0.13

2011-08-26 Thread Mark Willcox
the proper user in the script. _____ Mark Willcox Data Helper, Inc. On 8/25/2011 10:47 AM, Pelle Svensson wrote: > Hi > > I tried several variants of suggestions but I can't get it working > > dovecot-info.log: > === > Aug 25 17:37:48 imap-login:

[Dovecot] Glued-together private namespaces

2011-09-23 Thread Mark Moseley
I've been goofing with this all day with 2.0.15 and I'm starting to realize that either a) I'm not that smart, b) it's been so long since I messed with namespaces that I'm going about it completely wrong, or c) it's just not possible. I haven't posted 'doveconf -n' and other details, because mainly

Re: [Dovecot] Glued-together private namespaces

2011-09-26 Thread Mark Moseley
On Fri, Sep 23, 2011 at 3:35 PM, Mark Moseley wrote: > I've been goofing with this all day with 2.0.15 and I'm starting to > realize that either a) I'm not that smart, b) it's been so long since > I messed with namespaces that I'm going about it completely wrong,

[Dovecot] Port variable in LMTP userdb lookups?

2011-10-20 Thread Mark Zealey
fixed in the newest version. Thanks, Mark

Re: [Dovecot] Port variable in LMTP userdb lookups?

2011-11-07 Thread Mark Zealey
04-11-2011 23:56, Timo Sirainen yazmış: On Thu, 2011-10-20 at 12:38 +0300, Mark Zealey wrote: I'm currently changing some systems to use the redirector service, which means that to get local deliveries going I need to get lmtp set up so it can be redirected as well. This is working

[Dovecot] indexes permissions problem

2011-11-10 Thread Mark Hanford
estion is, what perms and ownership should /u/indexes be set to? I've tried several different things before this cry for help... Thanks. Mark

Re: [Dovecot] Glued-together private namespaces

2011-11-14 Thread Mark Moseley
On Mon, Sep 26, 2011 at 10:11 AM, Mark Moseley wrote: > On Fri, Sep 23, 2011 at 3:35 PM, Mark Moseley wrote: >> I've been goofing with this all day with 2.0.15 and I'm starting to >> realize that either a) I'm not that smart, b) it's been so long since >>

[Dovecot] Seg fault in dovecot/auth 2.0.15

2011-11-15 Thread Mark Goldey
Folks: I've been running Dovecot 2.0.7 on a Qmail / Vpopmail installation built on Debian Squeeze, with no problems for about a year. Dovecot is used for IMAP/S auth only. Dovecot is built from source. I just upgraded to 2.0.15 but it segfaults whenever an IMAP auth is attempted, regardless of

Re: [Dovecot] Glued-together private namespaces

2011-11-15 Thread Mark Moseley
On Tue, Nov 15, 2011 at 11:39 AM, Timo Sirainen wrote: > On Mon, 2011-11-14 at 10:23 -0800, Mark Moseley wrote: > >> > Thanks to a fortuitously unrelated thread ("how to disable quota for >> > second namespace"), I got the quota part figured out and that seem

<    1   2   3   4   5   6   >