NTLM fails: dovecot: auth: Fatal: Unknown authentication mechanism 'NTLM'

2022-01-22 Thread David Koski
After upgrading Debian to 11 I found Dovecot at version 2.3.13 (89f716dc2).  Now auth method NTLM fails and is not even listed: # doveadm pw -l SHA1 SSHA512 SCRAM-SHA-256 BLF-CRYPT PLAIN HMAC-MD5 OTP SHA512 SHA DES-CRYPT CRYPT SSHA MD5-CRYPT PLAIN-MD4 PLAIN-MD5 SCRAM-SHA-1 SHA512-CRYPT CLEAR C

Re: NTLM fails: dovecot: auth: Fatal: Unknown authentication mechanism 'NTLM'

2022-01-22 Thread David Koski
   src/lib-ntlm/ntlm-encrypt.h D   src/lib-ntlm/ntlm-flags.h D   src/lib-ntlm/ntlm-message.c D   src/lib-ntlm/ntlm-message.h D   src/lib-ntlm/ntlm-types.h D   src/lib-ntlm/ntlm.h David On 1/22/22 4:22 PM, David Koski wrote: After upgrading Debian to 11 I found Dovecot at

Custom SASL authentication

2023-03-17 Thread David Koski
sued password and compare it with the hashed password in the database.  I soon discovered the sql driver supplied by Dovecot doesn't provide that ability, unless I'm missing something. I'm looking for documentation on how to implement a custom authentication script if needed. Regards, David Koski dko...@sutinen.com

Re: Custom SASL authentication

2023-04-06 Thread David Koski
rd='%w')  28 ) as password  29 FROM  30 view_users  31 WHERE  32     email = '%u' AND enable = '1' But it seems wasteful in the number of queries required.  Looking for ideas to consolidate queries. Regards, David Koski dko...@sutinen.co

Re: Custom SASL authentication

2023-04-06 Thread David Koski
Fixing to not top post. On 3/18/23 10:07, Aki Tuomi wrote: On 18/03/2023 00:44 EET David Koski wrote: Hello, I'm looking for a good way to apply a custom hash to passwords.  My hope is to add passwords to a (MySQL) database: INSERT INTO users (user='joblo', pass=MYHASH('pl

Re: Custom SASL authentication

2023-04-18 Thread David Koski
Hello R., Thank you for the reply. On 4/17/23 14:49, Robert Lister wrote: Interesting... I'm not sure why you would need to set : "NULL AS password, 'Y' as nopassword", but then I haven't seen the rest of your auth config. This would seem to allow any password but succeed if it matches the

quotas and Trash

2023-04-18 Thread David Koski
lmtp {   mail_plugins = quota quota   postmaster_address = dko...@sutinen.com } protocol lda {   mail_plugins = quota quota } protocol imap {   mail_max_userip_connections = 14   mail_plugins = quota quota imap_quota } protocol pop3 {   mail_plugins = quota quota } Regards,

Re: quotas and Trash

2023-04-19 Thread David Koski
On 4/18/23 23:46, Aki Tuomi via dovecot wrote: On 19/04/2023 02:38 EEST David Koski wrote: Hello, I am testing quotas with the following configuration: plugin {   quota_rule = *:storage=1M   quota_rule2 = INBOX.Trash:storage=+100M   quota_grace = 10%% } The 1M limit works

Re: quotas and Trash

2023-04-19 Thread David Koski
On 4/19/23 08:24, Aki Tuomi wrote: On 19/04/2023 18:15 EEST David Koski wrote: On 4/18/23 23:46, Aki Tuomi via dovecot wrote: On 19/04/2023 02:38 EEST David Koski wrote: Hello, I am testing quotas with the following configuration: plugin {   quota_rule = *:storage=1M   quota_rule2

Re: quotas and Trash

2023-04-19 Thread David Koski
On 4/19/23 09:48, Benny Pedersen wrote: David Koski skrev den 2023-04-19 18:19: plugin {   quota_rule = *:storage=1M   quota_rule2 = INBOX.Trash:storage=+100M   quota_grace = 10%% } Re: "..just says that you can save additional 100M to Trash." In addition to what?  What

Re: quotas and Trash

2023-04-21 Thread David Koski
On 4/19/23 09:48, Benny Pedersen wrote: David Koski skrev den 2023-04-19 18:19: plugin {   quota_rule = *:storage=1M   quota_rule2 = INBOX.Trash:storage=+100M   quota_grace = 10%% } Re: "..just says that you can save additional 100M to Trash." In addition to what?  What

Outlook not showing all email in inbox at random

2023-08-04 Thread David Koski
works perfectly.  Also, interestingly, I can copy email from Thunderbird (or move emails on the server) to a temporary directory form the inbox, then move them back and they will appear if I don't move too many at a time. Regards, David Koski dko...@s

Re: Outlook not showing all email in inbox at random

2023-08-04 Thread David Koski
5237P16733.mail Regards, David Koski dko...@sutinen.com On 8/4/23 15:35, David Koski wrote: I manage IT for a small office with about 10 workstations.  Dovecot has been installed for years and is now at 2.3.4.1-5 (Debian).  I just discovered that the user cannot see many emails in the inbox. I wa

Re: Outlook not showing all email in inbox at random

2023-08-06 Thread David Koski
issue, no? David Koski On 8/5/23 02:35, Marc wrote: I have discovered a whole list of bugs in Outlook 2019 and reported them constantly at this Q&A of them, up to a point where their advised workarounds where even contradictory and I got blocked. One bug that surprised me the most (exis

Re: Outlook not showing all email in inbox at random

2023-08-07 Thread David Koski
On 8/7/23 00:40, Robert Schetterer via dovecot wrote: Am 06.08.23 um 22:15 schrieb David Koski: Note that this is not just an Outlook problem.  I have discovered that Thunderbird fails on the same emails but continues forward with synchronization instead of blocking.  Why would changing the

Re: Outlook not showing all email in inbox at random

2023-08-08 Thread David Koski
Problem resolved.  There was a spam filter on the network that access the mail server that was interfering. Regards, David Koski dko...@sutinen.com On 8/4/23 16:59, David Koski wrote: I found the problem in Dovecot.  It was an illusion that Thunderbird works.  Where in Outlook there are

[Dovecot] warning: connect to transport dovecot: No such file or directory

2008-02-18 Thread David Koski
log. No /var/vmail/example.com is created. After creating the domain directory and user directory, applying correct ownership, still it made no difference. I checked my main.cf: virtual_mailbox_base = /var/vmail Any clues? Thanks! David Koski [EMAIL PROTECTED]

Re: [Dovecot] warning: connect to transport dovecot : No such file or directory

2008-02-19 Thread David Koski
On Tuesday 19 February 2008 02:02, Uldis Pakuls wrote: > David Koski wrote: > > I have installed postfix, dovecot, mysql as per: > > > > http://wiki.dovecot.org/HowTo/DovecotLDAPostfixAdminMySQL > > > > ..on Debian Etch. I thought mailboxes were created by postf

[Dovecot] multiple namespaces, Mac OS X

2008-03-04 Thread David Koski
, where all the folders are listed under the inbox at the same level, and where all folders are listed one level below the inbox. I don't really want to keep my "INBOX." prefix so existing accounts remain unchanged. How do I solve this? The current dovecot.conf is below. Regar

Re: [Dovecot] multiple namespaces, Mac OS X

2008-03-04 Thread David Koski
naries 1.0.10-1~bpo40+1 and it works with Mac OS X mail clients now. Regards, David On Tuesday 04 March 2008 14:37, David Koski wrote: > After installing a new server with postfix/dovecot I found that the Mac OS > X mail client does not see email in subfolders. It seemed to be rela

[Dovecot] dovecot LDA: "temporary failure"

2011-03-17 Thread David Koski
: path: /var/spool/postfix/private/auth mode: 432 user: postfix group: postfix master: path: /var/run/dovecot/auth-master mode: 384 user: vmail Regards, David Koski da...@kosmosisland.com

Re: [Dovecot] dovecot LDA: "temporary failure"

2011-03-17 Thread David Koski
liver.info: (nothing) /var/log/dovecot/deliver.err: (nothing) I tried the script on another machine with Dovecot 1.0.15-2.3+lenny1 with success if I run as root. Regards, David Koski dko...@sutinen.com > This really has me stumped and desperate. I upgraded Debian from 5...

Re: [Dovecot] dovecot LDA: "temporary failure"

2011-03-18 Thread David Koski
Forget it. I must have been crosseyed. Someone had put the log file in a non-standard place /home/vmail/dovecot-deliver.log. It told all. A plugin cmusieve was not found, possibly depreciated? I learned how to make the deliver command line work. ;) Sorry, David Koski dko...@sutinen.com

Re: [Dovecot] dovecot LDA: "temporary failure"

2011-03-20 Thread David Koski
Forget it. I must have been crosseyed. Someone had put the log file in a non-standard place /home/vmail/dovecot-deliver.log. It told all. A plugin cmusieve was not found, possibly depreciated? I learned how to make the deliver command line work. ;) Sorry, David Koski dko...@sutinen.com