Displaying 20 results from an estimated 1906 matches for "auth_mechan".
Did you mean:
auth_mech
2004 Jun 08
1
authentication configuration
I've included the non-defaulted bits of my dovecot.conf file at the
bottom of this email.
As I understand my set-up it's using unix authentication methods
(/etc/passwd via pam?).
Considering disable_plaintext_auth and auth_mechanisms, what exactly is
being passed? I was hoping to get
auth_mechanism = digest-md5
but that's not working out very well right now. It seems I can only do
plaintext authentication.
I got stuck on the userdb/auth_passdb settings. Can someone give me an
example of how to configure for md5-d...
2004 Aug 09
4
MySQL passdb, auth_verbose, and documentation
...ysql.conf leaves out a lot.) If not, I'll volunteer to write
something up.
I set up dovecot-mysql.conf as I thought it should be, created a
database, added a record with a digest-md5 password, and changed some
dovecot.conf directives as follows:
default_mail_env = maildir:/var/mail/%d/%n/
auth_mechanisms = digest-md5
auth_default_realm = example.com
auth_userdb = static uid=5000 gid=5000 home=/var/mail/%d/%n/
auth_passdb = mysql /etc/dovecot-mysql.conf
For the static auth_userdb I wasn't quite sure what to put after home=
as I wasn't really defining a home directory location. I initi...
2015 Sep 02
2
How to "Windows Authenticate"
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 the "Windows Authenticated" login so I don't have
to have separate passwords for users logging into the Windows AD workstations
and their Outlook clients.
If anyone has actually done this I'd appreci...
2017 Feb 01
3
Dovecot auth-worker error after cram-md5 auth
...r. So
I think that maybe something was written to database? I really would point
out that I only added
passdb {
driver = passwd-file
args = scheme=cram-md5 /etc/dovecot/cram-md5.pwd
}
and comment out from above block default lines
#args = /etc/dovecot/dovecot-sql.conf
#driver = sql
And in auth_mechanisms add line cram-md5. Nothing more in any other file.
I don't want to use cram-md5. I need move back to default settings.
Cram-md5 was only for testing purposes. :) But I supposed that I can move
back to default by commenting out added lines. But unfortunately it isn't
that simple.
2017-...
2018 Dec 20
2
Authentication Problem
...rote:
>
> On 20 December 2018 at 14:10 Odhiambo Washington < odhiambo at gmail.com>
> wrote:
>
>
> You've made this more difficult to understand, even :-)
>
> So the answer is:
> Set the following in 10-auth.conf
>
> 1. disable_plaintext_auth = no
> 2. auth_mechanisms = plain
>
> And yes, the encrypted passwords are stored in MySQL.
>
>
> You cannot use hashed passwords with digest-md5 mechanism.
>
> Aki
>
So, for the record, whenever passwords are hashed, digest-md5 should be
disabled/removed from auth_mechanisms.
My question thoug...
2017 Feb 01
3
Dovecot auth-worker error after cram-md5 auth
...dded
> > passdb {
> > driver = passwd-file
> > args = scheme=cram-md5 /etc/dovecot/cram-md5.pwd
> > }
> >
> > and comment out from above block default lines
> > #args = /etc/dovecot/dovecot-sql.conf
> > #driver = sql
> >
> > And in auth_mechanisms add line cram-md5. Nothing more in any other file.
> >
> > I don't want to use cram-md5. I need move back to default settings.
> > Cram-md5 was only for testing purposes. :) But I supposed that I can move
> > back to default by commenting out added lines. But unfortu...
2017 Feb 01
2
Dovecot auth-worker error after cram-md5 auth
...t;>> args = scheme=cram-md5 /etc/dovecot/cram-md5.pwd
> >>> }
> >>>
> >>> and comment out from above block default lines
> >>> #args = /etc/dovecot/dovecot-sql.conf
> >>> #driver = sql
> >>>
> >>> And in auth_mechanisms add line cram-md5. Nothing more in any other
> file.
> >>>
> >>> I don't want to use cram-md5. I need move back to default settings.
> >>> Cram-md5 was only for testing purposes. :) But I supposed that I can
> move
> >>> back to default...
2017 Feb 01
2
Dovecot auth-worker error after cram-md5 auth
It still use:
passdb {
driver = passwd-file
args = scheme=cram-md5 /etc/dovecot/cram-md5.pwd
}
When I delete above and delete "cram-md5" in auth_mechanisms it still not
working.
2017-02-01 8:45 GMT+01:00 Aki Tuomi <aki.tuomi at dovecot.fi>:
> You are probably wanting to do
> passdb {
> driver = passwd-file
> args = scheme=cram-md5 /etc/dovecot/cram-md5.pwd
> }
>
> passdb {
> driver = sql
> args = /etc/dov...
2017 Feb 01
2
Dovecot auth-worker error after cram-md5 auth
I haven't doveadm logs in /var/log/. Are they default in another place or
maybe should I turn on something?
My config (default passdb block and auth_mechanisms, nothing more changed):
root at vps342401:/etc/dovecot# doveconf -n
# 2.2.9: /etc/dovecot/dovecot.conf
# OS: Linux 3.13.0-100-generic x86_64 Ubuntu 14.04.5 LTS
auth_mechanisms = plain login
listen = *,[::]
log_timestamp = "%Y-%m-%d %H:%M:%S "
mail_max_userip_connections = 100
mail_plu...
2016 Apr 22
3
Looking for NTLM config example
....conf for NTML
and any other supporting settings or configs I need?
My current/working dovecot settings, which have been running perfectly for well over a year
now, are:
$ dovecot -n
# 2.2.15: /usr/local/etc/dovecot/dovecot.conf
# OS: Linux 3.10.17 x86_64 Slackware 14.1
auth_debug_passwords = yes
auth_mechanisms = plain login
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 = </etc/ssl/certs/OHPRS/GoDaddy/Apache/2015-08-14/57aa6ed6ae98b4c7.crt
ss...
2014 Mar 31
1
Fwd: Dovecot not honoring configuration settings (auth failure)
....03.2014 23:37, schrieb Jeffrey Walton:
>>> My dovecot.conf has the following:
>>>
>>> # No results when searching the wiki
>>> disable_plaintext_auth = no
>>>
>>> # http://wiki2.dovecot.org/Authentication/Mechanisms
>>> auth_mechanisms = plain login digest-md5 cram-md5
>>>
>>> When I attempt to run imapsync, I receive an error:
>>>
>>> Host2: <host> says it has NO CAPABILITY for AUTHENTICATE LOGIN
>>>
>>> imapsync also dumps the helo string, and it is missing:
&g...
2015 Sep 03
2
How to "Windows Authenticate"
...books using
> LDAP.
>
> 2. Should I remove "passdb { drive = shadow } from the dovecot
> configuration?
>
> Anybody?
>
> $ doveconf -n
> # 2.2.15: /usr/local/etc/dovecot/dovecot.conf
> # OS: Linux 3.10.17 x86_64 Slackware 14.1
> auth_debug_passwords = yes
> auth_mechanisms = plain login
> 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
> }
> passdb {
> args = /etc/dovecot/dovecot-ldap.conf.ext
>...
2016 Jun 26
2
Looking for NTLM config example
...My current/working dovecot settings, which have been running perfectly for well over a year
> > now, are:
> >
> > $ dovecot -n
> > # 2.2.15: /usr/local/etc/dovecot/dovecot.conf
> > # OS: Linux 3.10.17 x86_64 Slackware 14.1
> > auth_debug_passwords = yes
> > auth_mechanisms = plain login
> > 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 =...
2016 Jan 18
2
Dovecot doesn't listen on port 143, 993 in SSL
...vious setting was in my memory.
So, dovecot in run is ver 2.2.18 now.
Dovecot -n shows below and there is no "SSL" option. then all the port
143, 993 opens(It's not accesible somehow from clients but it's next matter)
----------------------No SSL version------------------------
auth_mechanisms = plain login
mail_location = maildir:~/Maildir
namespace inbox {
inbox = yes
location =
mailbox Drafts {
special_use = \Drafts
}
mailbox Junk {
special_use = \Junk
}
mailbox Sent {
special_use = \Sent
}
mailbox "Sent Messages" {
special_...
2018 Dec 06
3
argonid and dovecote
on a FreeBSD 11.2 amd64 machine, I am trying to get Dovecot 2.3.4 to play
nice with "argonid" encryption.
In the "10-auth.conf" file, I tried:
auth_mechanisms = plain argon2id
Upon restarting dovecot, I received an error message when attempting to
actually it:
auth: FATAL: Unknown authentication mechanism "ARGON2ID"
Output from doveadm pw -l
doveadm pw -l
SHA1 SSHA512 BLF-CRYPT PLAIN HMAC-MD5 OTP SHA512 SHA RPA DES-CRYPT CRYPT SSHA
MD5-...
2017 Feb 01
3
Dovecot auth-worker error after cram-md5 auth
Default it was: "auth_mechanisms = plain login" and I added cram-md5.
After restart all work perfectly. But after I added:
driver = passwd-file
args = scheme=cram-md5 /etc/dovecot/cram-md5.pwd
I can't set default lines because I got error. Please tell me which lines
should be changed to resolve this issue. Shou...
2018 Dec 20
2
Authentication Problem
You've made this more difficult to understand, even :-)
So the answer is:
Set the following in 10-auth.conf
1. disable_plaintext_auth = no
2. auth_mechanisms = plain
And yes, the encrypted passwords are stored in MySQL.
On Thu, 20 Dec 2018 at 13:36, Nikolai Lusan <nikolai at lusan.id.au> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA512
>
> Greetings
> On Thu, 2018-12-20 at 12:20 +0300, Odhiambo Washington wrote:
&...
2017 Feb 02
0
Dovecot auth-worker error after cram-md5 auth
I haven't doveadm logs in /var/log/. Are they default in another place or
maybe should I turn on something?
My config (default passdb block and auth_mechanisms, nothing more changed):
root at vps342401:/etc/dovecot# doveconf -n
# 2.2.9: /etc/dovecot/dovecot.conf
# OS: Linux 3.13.0-100-generic x86_64 Ubuntu 14.04.5 LTS
auth_mechanisms = plain login
listen = *,[::]
log_timestamp = "%Y-%m-%d %H:%M:%S "
mail_max_userip_connections = 100
mail_plu...
2015 Sep 03
0
How to "Windows Authenticate"
...seem to find on the Internet is how to configure address books using LDAP.
2. Should I remove "passdb { drive = shadow } from the dovecot configuration?
Anybody?
$ doveconf -n
# 2.2.15: /usr/local/etc/dovecot/dovecot.conf
# OS: Linux 3.10.17 x86_64 Slackware 14.1
auth_debug_passwords = yes
auth_mechanisms = plain login
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
}
passdb {
args = /etc/dovecot/dovecot-ldap.conf.ext
driver = ldap
}
protocols = imap
ssl_cert = <...
2015 Sep 07
2
How to "Windows Authenticate"
...Samba4 AD/DC should be
a very common implementation. Has someone done this successfully?
Immediately below is my doveconf -n and below that the dovecot log messages.
> doveconf -n
# 2.2.15: /usr/local/etc/dovecot/dovecot.conf
# OS: Linux 3.10.17 x86_64 Slackware 14.1
auth_debug_passwords = yes
auth_mechanisms = plain ntlm login
auth_use_winbind = yes
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 = </etc/ssl/certs/OHPRS/GoDaddy/Apache/c5fe0c...