Displaying 20 results from an estimated 6000 matches similar to: "Question about password field in passwd-file"
2016 Nov 17
0
BUG: nopassword doesn't work with CRAM-MD5
On 17.11.2016 10:30, Arkadiusz Mi?kiewicz wrote:
> On Thursday 17 of November 2016, Aki Tuomi wrote:
>> On 17.11.2016 10:14, Arkadiusz Mi?kiewicz wrote:
>>> Hello.
>>>
>>> dovecot 2.2.26.0
>>>
>>> When testing nopassword extra field
>>> (http://wiki2.dovecot.org/PasswordDatabase/ExtraFields) with CRAM-MD5
>>> dovecot
2016 Nov 17
4
BUG: nopassword doesn't work with CRAM-MD5
On Thursday 17 of November 2016, Aki Tuomi wrote:
> On 17.11.2016 10:14, Arkadiusz Mi?kiewicz wrote:
> > Hello.
> >
> > dovecot 2.2.26.0
> >
> > When testing nopassword extra field
> > (http://wiki2.dovecot.org/PasswordDatabase/ExtraFields) with CRAM-MD5
> > dovecot doesn't allow any password (while it should) and returns
> >
> >
2016 Nov 17
2
BUG: nopassword doesn't work with CRAM-MD5
Hello.
dovecot 2.2.26.0
When testing nopassword extra field
(http://wiki2.dovecot.org/PasswordDatabase/ExtraFields) with CRAM-MD5 dovecot
doesn't allow any password (while it should) and returns
" Authentication failed"
while in logs:
Nov 17 08:22:34 auth-worker(1551): Info:
sql(pepe,127.0.0.1,<Y8amDXpBptV/AAAB>): Requested CRAM-MD5 scheme, but we have
a NULL password
2018 Aug 17
0
"nologin" field set leads to internal failure
Hi,
I've tried to use the "nologin" extra password-db field as specified
here:
https://wiki.dovecot.org/PasswordDatabase/ExtraFields/NoLogin
Due to lack of exact documentation, I've tried to use `nologin`='y' for
users that can't login, and setting `nologin`='n' for normal users.
Apparently setting it to NULL for normal users would have been correct,
as
2016 Nov 17
0
BUG: nopassword doesn't work with CRAM-MD5
On 17.11.2016 10:30, Arkadiusz Mi?kiewicz wrote:
> On Thursday 17 of November 2016, Aki Tuomi wrote:
>> On 17.11.2016 10:14, Arkadiusz Mi?kiewicz wrote:
>>> Hello.
>>>
>>> dovecot 2.2.26.0
>>>
>>> When testing nopassword extra field
>>> (http://wiki2.dovecot.org/PasswordDatabase/ExtraFields) with CRAM-MD5
>>> dovecot
2016 Nov 17
0
BUG: nopassword doesn't work with CRAM-MD5
On 17.11.2016 10:14, Arkadiusz Mi?kiewicz wrote:
> Hello.
>
> dovecot 2.2.26.0
>
> When testing nopassword extra field
> (http://wiki2.dovecot.org/PasswordDatabase/ExtraFields) with CRAM-MD5 dovecot
> doesn't allow any password (while it should) and returns
>
> " Authentication failed"
>
> while in logs:
>
> Nov 17 08:22:34 auth-worker(1551):
2014 Sep 24
2
LMTP proxying
How exactly is LMTP proxying supposed to work?
According to the example on
http://wiki2.dovecot.org/PasswordDatabase/ExtraFields/Proxy
I'm only seeing "proxy" in the password_query statements.
But LMTP never sends a password.
IMAP Proxying is working OK:
Sep 24 12:51:09 imap-login: Info: proxy(ralf.hildebrandt at charite.de): started proxying to dovecot.charite.de:993:
2012 Mar 30
1
Proxying Authentication on both sides
I've recently set up a director proxy environment on my test servers, with
the intention of deploying on our cluster soon.
One thing I found confusing in the proxying documentation [1] was the
first bit about their being two ways to do the authentication...either you
have the proxy forward the auth to the real server for authentication, or
you have the proxy authenticate it and then login
2012 Aug 31
1
[Postfix] SASL Auth. using Dovecot with password forwarding proxy configuration
Hi,
I'm relatively new to Dovecot and I did a bit of search but couldn't
find a possible solution for the particular setup I'm working on.
Basically I have an SMTP/POP/IMAP proxy setup running Postfix &
Dovecot. IMAP/POP authentication is done using the password proxy
feature, where the login credentials are passed to the backend server
after a db lookup, which does the actual
2014 Mar 10
0
Error configuring dovecot instance as proxy
Hi All
I follwed the steps in the below url to configure a dovecot proxy instance.
http://wiki2.dovecot.org/PasswordDatabase/ExtraFields/Proxy
I created a new file '95-test.conf' in /etc/dovecot/conf.d/ location. and
put the below lines in that file.
proxy=yes
host=****
port=143
nopassword=yes
However I am getting the following when starting the serice. I tried
'proxy' and
2015 Aug 08
0
Using a separate passdb per service
I'm not sure if this would work, but possibly having two separate
instances of dovecot with separate configs running may work for you.
http://wiki2.dovecot.org/RunningDovecot
On 08/07/15 11:04, Gerry wrote:
> Situation: one front-facing server running Dovecot as IMAP/POP3/
> ManageSieve proxy, a mixture of IMAP servers (Dovecot, Exchange, ...)
> in the back-end. Dovecot's
2015 Oct 13
0
dovecot as proxy and verification of the backends certificate
On 11 Oct 2015, at 20:04, Heiko Schlittermann <hs at schlittermann.de> wrote:
>
> Hello,
>
> I'm using a dovecot as proxy, connecting to one or more backends.
> The backends use X.509 certificates.
>
> The proxy's passdb returns
>
> extra fields:
> user=foo
> proxy
> host=backend1.<domain>
> ssl=yes
> nopassword=y
2018 Jul 06
1
Question about password field in passwd-file
Hello,
I have a question regarding the password field of the passwd-file [1].
According to the wiki, the password field assumes a {SCHEME} of CRYPT when the {SCHEME} is not prefixed
to this field.
So, a passwd-file like:
user:password: . . .
? is equivalent to:
user:{CRYPT}password: . . .
Does that mean an example passwd-file with NEITHER {SCHEME} or password, like:
user at
2016 Nov 21
4
nologin + reason -> logging reason
Hi.
I'm using nologin with own reason [1]. That works fine. For example pop3
client gets nice message like "-ERR [AUTH] Account is locked. Please contact
support."
Unfortunately maillog lacks information details about why user was not allowed
to log in.
pop3-login: Disconnected (auth failed, 1 attempts in 2 secs): user=<testuser>,
method=LOGIN, rip=1.1.1.1, lip=2.2.2.2,
2017 Mar 13
2
First time setting up Director Woes
I'm trying to setup our first director server. Trying to keep the
initial config simple really as just maybe a proof of concept and its
got me pulling my hair out today. Initially I just tried to convert one
of my already running IMAP servers to be a director just to see if I
could do it. I modified the configs as it appeared they needed based on:
https://wiki2.dovecot.org/Director
2015 Aug 07
4
Using a separate passdb per service
Situation: one front-facing server running Dovecot as IMAP/POP3/
ManageSieve proxy, a mixture of IMAP servers (Dovecot, Exchange, ...)
in the back-end. Dovecot's passdb does lookups against MySQL which
contains a simple user/host mapping, the actual authentication happens
on the back-end IMAP servers. The configuration is more or less as
described here:
2017 Mar 09
0
Dovecot 2.2.27 proxy - enforcing per client IP connection limits
Quick follow-up: updated the proxies to 2.2.28, but I still couldn't
find a way to limit the inbound IMAP connections per IP & username. I
know "mail_max_userip_connections" limit works for the mail stores, but
it doesn't seem to have any effect on the proxies. I'm using a mix of
Dovecot & Courier-IMAP servers as backends.
Basically I need to find a way to enforce
2018 Jul 19
1
Stopping login via "nologin" parameter
Hello,
I have a basic e-mail server with Postfix 3.1 and Dovecot 2.2.22.
I am using a passwd-file for both userdb and passdb:
/etc/dovecot/dovecot.conf
userdb {
driver = passwd-file
args = /etc/dovecot/passwd
}
passdb {
driver = passwd-file
args = /etc/dovecot/passwd
}
}
In the passwd file, I want to have
2010 Mar 12
1
patch: allow proxy to lookup host by name
This patch allows the dovecot proxy processes to lookup the destination
host by name instead of IP address. Tested agains 1.2.10, expected to
work against 1.2.11.
The patch is pretty straightforward, it's making it work within the
restrictions of the login process that's more interesting.
I have made some changes to the wiki (pending approval) to
- enhance the discussion of proxy
2017 Mar 15
0
Dovecot 2.2.27 proxy - enforcing per client IP connection limits
Thanks,
I thought this might be the case. Is there any solution to enforce this
on the proxy? If not, will a feature request be considered anytime soon?
I see the proxies as the first line of defense against IMAP "abuse" and
I think it's consistent having the same configurable option available on
both backends and the proxies.
---
Adi Pircalabu
On 14-03-2017 20:17, Sami Ketola