Displaying 20 results from an estimated 180 matches similar to: "Cannot make disable_plaintext_auth = no works in configuration"
2021 Aug 20
2
Join multiple Gluster Cluster
Hi,
I Configured 3 Clusters (For several Shared Homes between different
maschines) .. So far no Problem.
Now it need a Volume that going across this maschines, but the nodes are
bound to there own clusters so peer probe fails .
How i can build one big cluster with all nodes but without dataloss (And
best without Downtime J)
Hope there is some Pro that can help J
Greets from Germany
2018 Nov 12
0
Cannot make disable_plaintext_auth = no works in configuration
Please keep list communications on list.
If your doveconf -n doesn't reflect the changes you are making, then you
are editing the wrong file.
On Mon Nov 12 2018 10:22:45 GMT-0500 (Eastern Standard Time), Steve
Leung <steveleung597 at yahoo.com> wrote:
> The doveconf -n did not show this setting, which I suppose it is keeping
> the default value.
>
> Thanks
>
> Sent
2011 Apr 14
1
disable_plaintext_auth = no per IP
Hello,
I have disable_plaintext_auth=yes enabled. ( dovecot-2.0.12 )
But for one internel host I like to allow plaintext.
Can somebody point me to the configuration ?
I did not found it in the wiki2 ...
Thanks
Andreas
--
Andreas Schulze
Internetdienste | P252
DATEV eG
90329 N?rnberg | Telefon +49 911 319-0 | Telefax +49 911 319-3196
E-Mail info @datev.de | Internet www.datev.de
Sitz: 90429
2005 Jan 25
1
disable_plaintext_auth, inetd, localhost, IPv6, and mapped addresses
Dovecot 0.99.13.
I've noticed that the condition
client->secured = ssl ||
(IPADDR_IS_V4(ip) && strncmp(addr, "127.", 4) == 0) ||
(IPADDR_IS_V6(ip) && strcmp(addr, "::1") == 0);
(in (imap-login|pop3-login)/client.c) isn't enough, at least not when
running from inetd. The thing is that you will come across
::ffff:127.0.0.1, which is secure,
2009 Jul 29
1
problem with disable_plaintext_auth
Hi,
I am using dovecot with postfix for authentication.
Everything (TLS/SSL, authentication) is working fine, except that when
I set:
disable_plaintext_auth = yes
I still can authenticate with plain text on a no TLS/SSL session:
20 mail2.cs.ait.ac.th ESMTP Postfix (2.6.2)
EHLO [192.41.170.57]
250-mail2.cs.ait.ac.th
250-PIPELINING
250-SIZE 10240000
250-VRFY
2009 Nov 10
2
selective disable_plaintext_auth
Hi,
I've been using dovecot for some time now, always with the setting:
disable_plaintext_auth = yes
so that no user can accidentally expose their username/password in the open.
However, I'm now trying to configure a webmail client in a nearby server
which doesn't support TLS or SSL IMAP connections :-(
Is there any way to allow plaintext_auth only for a small set of IP
2011 Apr 14
0
solved: disable_plaintext_auth = no per IP
found:
remote 192.0.2.143/32 {
disable_plaintext_auth = no
}
( http://dovecot.org/list/dovecot/2011-February/057282.html )
--
Andreas Schulze
Internetdienste | P252
DATEV eG
90329 N?rnberg | Telefon +49 911 319-0 | Telefax +49 911 319-3196
E-Mail info @datev.de | Internet www.datev.de
Sitz: 90429 N?rnberg, Paumgartnerstr. 6-14 | Registergericht N?rnberg, GenReg Nr.70
Vorstand
Prof. Dieter
2013 Mar 17
1
Dovecot not obeying disable_plaintext_auth = yes and how to force/disable encryption
I'm using Dovecot 2.1.15. I need to require encryption and only secure
auth on public addresses, but allow plaintext auth over an unencrypted
connection on localhost.
I have so far (excerpts from `doveconf -a`):
auth_mechanisms = cram-md5 plain
disable_plaintext_auth = yes
listen =
service imap-login {
inet_listener imap-local {
address = ::1
port = 143
ssl = no
}
2014 Jan 03
1
disable_plaintext_auth = yes not showing in doveconf -n output?
I have it set, but it doesn't show up.
However, I noticed that it does show as enabled by default in doveconf
-a output.
Is this why it doesn't show up in doveconf -n output?
--
Best regards,
Charles
2011 Jan 31
4
disable_plaintext_auth = no ignored by dovecot in Ubuntu 10.04
Help!!
I have been trying to get Dovecot configured to allow plaintext auth
with no success. After some testing with the mail system I discovered
the >dovecot -a commant to dump the config file values from the
program. Gee, changing the value of disable_plaintext_auth had no
effect on what the program reported this value to be!
To eliminate possible errors caused by other config file
2012 Jun 14
1
disable_plaintext_auth = no as no effect on IMAP/POP3 logins
Hello
In my installation the disable_plaintext_auth does not appear to take
effect.
I can see that the value is correct using doveconf -a but it doesn't
change anything.
Whenever attempting to log in using IMAP I get this:
* BAD [ALERT] Plaintext authentication not allowed without SSL/TLS, but
your client did it anyway. If anyone was listening, the password was
exposed.
ls NO
2005 Oct 24
6
Rgnome depends on obsolete components libglade/libxml (PR#8247)
Full_Name: Hin-Tak Leung
Version: R 2.2.0
OS: x86 linux
Submission from: (NULL) (131.111.126.242)
Rgnome depends libglade 0.x and libxml 1.x .
They are no longer shipped with Redhat EL4.
(I know they are still in fedora core 4).
Just a wish-list.
2006 Jun 07
5
RIDE-ME
I know these forums are typically for questions and such, but I thought
some of you may be interested in this...
For the past couple months I''ve been working on a Windows based IDE for
Rails development in my spare time. It closely resembles Visual Studio
in many respects, so if you''re a former ASP .NET developer like me,
you''ll feel right at home.
RIDE-ME is still
2017 Oct 16
2
Gluster command not respond
Dear Sir / Madam
I had been using Glusterfs of both nodes, and it is under in distribute
mode. But I cannot use all of the gluster commands at one of the node
recently, any gluster command not respond (E.g volume info or pool list),
and I got the error in cli.log . Does anyone can help me, many thanks.
Here is the log error:
[cli.c:759:main] 0-cli: Started running gluster with version
2015 Jan 19
3
[PATCH] Makefile: add support for git svn clones
Hi,
On Mon, Jan 19, 2015 at 03:44:45PM -0500, Duncan Murdoch wrote:
> >>>>> git has an interface for cloning SVN repositories into git
> >>>>> which some users might decide to use. For those users'
> >>>>> surprise, the repository will always fail to build on
> >>>>> svnonly target and it will exit early.
>
2005 Nov 17
4
problem with \eqn (PR#8322)
Full_Name: Ross Boylan
Version: 2.2.0
OS: Linux
Submission from: (NULL) (65.175.48.58)
\eqn{{\bf\beta}_j}{b(j)} in my .Rd file produces this error
--------------------------------------------
! Missing $ inserted.
<inserted text>
$
l.7 \eqn{{\bf\beta}_j}{\bf\beta}_
jnormal-bracket5bracket-normal{b(j)}
--
! Missing $ inserted.
<inserted
2006 Aug 30
7
Hyphens
Hi there,
I''m working with some legacy data where customer phone numbers are
stored with hyphens between the area code, exchange, and number (e.g.
555-555-5555). Is this the best way to store a phone number? Perhaps
not, but it''s the way they were being stored, so I have to work with
this format.
Right, so when I save a record the log tells me acts_as_ferret indexed
the
2005 Oct 26
2
Microsoft help files
I wonder if the software here:
http://morte.jedrea.com/~jedwin/projects/chmlib/
or at any of the links on that page might allow elimination of the
need for separately downloading the Microsoft Help compiler --
which is just one more task that one must perform to get
up and running to build your own R packages on Windows.
2012 Oct 02
2
problem about R
How to run pie chart for each categorical variable in a dataset?
2011 Oct 22
3
Sweave, cairo_pdf, CJK, ghostscript
I have had some fun in the last few days trying to put together an annotated map of China with R and some public GIS data:
http://sourceforge.net/projects/outmodedbonsai/files/snpMatrix%20next/1.17.7.11/China_Choropleth_Maps.pdf/download
It is done, and rather nice... there are a few issues:
- the default pdf() device cannot do CJK with embedded fonts - and cairo_pdf() is not hooked up to