Displaying 20 results from an estimated 10000 matches similar to: "Using LDAP for Dovecot extra/regular fields"
2008 Nov 19
2
CRAM-MD5 and proxy_maybe
When using proxy_maybe CRAM-MD5 authentication fails when the connection
is proxied. Is this expected behavior? Is proxy_maybe too simplified for
this case?
We're using SQL so I could rewrite the query with IFs to fake
proxy_maybe and return the password as NULL and nologin as Y, but if it
works that way couldn't it work with proxy_maybe?
This works:
password_query = \
SELECT NULL AS
2013 Nov 27
1
proxy_maybe & director incompatibility
Hi Folks,
I spent quite some time yesterday understanding how proxy works along with the director. I came to the conclusion that proxy_maybe and director cannot be used together, but this isn?t a true incompatibility so much as caused by the way things are handled and the order they are processed in.
The way proxy_maybe works is that it is processed by the auth provider once it gets the
2005 Jun 25
1
Confidence interval bars on Lattice barchart with groups
I am trying to add confidence (error) bars to lattice barcharts (and
dotplots, and xyplots). I found this helpful message from Deepayan
Sarkar and based teh code below on it:
http://finzi.psych.upenn.edu/R/Rhelp02a/archive/50299.html
However, I can't get it to work with groups, as illustrated. I am sure I
am missing something elementary, but I am unsure what.
Using R 2.1.1 on various
2008 Nov 26
3
Dovecot Proxy with MySQL auth
We are looking at deploying several pop/imap servers to house the mail for
15,000 or more mailbox accounts. We are contemplating on the design and are
looking at using MySQL auth (we already have a MySQL environment in place
for our user auth to live) and proxy_maybe so each server can proxy for all
the others and we just have a network load balancer distribute the incoming
connections to all of
2013 Feb 19
3
Dovecot 2.2. proxy_maybe and twice SSL connections
Hello.
1. I have two identically hosts
2. I have set up replication between two hosts
3. I have
'Y' AS proxy_maybe
in password_query.
4. password_query returns one of this one hosts
5. I set this parameters in dovecot config:
disable_plaintext_auth = yes
ssl = yes
auth_mechanisms = plain login
for enforce use encrypted connections by client programs.
2011 Dec 29
1
Trouble with proxy_maybe and auth_default_realm
Hello,
I'm using proxy_maybe and auth_default_realm. It seems that when a user
logs in without the domain name, relying on auth_default_realm, and the
"host" field points to the local server, I get the Proxying loops to
itself error. It does work as expected - log on to the local server
without proxying, if the user does include the domain name in the login.
(IP's and
2009 Jul 28
1
some QCA questions
Dear Adrian Dusa, others,
I've recently started to learn R in order to use the QCA package because
i think it might offer what other QCA packages don't: possibilities for
quite a few conditions and large n. However, can someone tell me approx.
how much RAM i need to run QCA on set of +/- 400.000 cases and +/- 15
conditions? (or differently: how much time will it take with RAM of a
2010 Feb 01
1
proxy_maybe regex
Does anyone know if dovecot support regex lookups for proxy/proxy_maybe,
rather than mysql/ldap etc?
I've been comparing it with perdition to see which one might be better
for us to do layer7 username switching.
Perdition supports the ability to not have any auth/db looks, but rather
just a regex file that parses the usernames as they come in and forwards
to the particular machine on the
2020 Sep 28
1
custom userdb server, Exim, and proxying
Hi all,
We have Exim using Dovecot for authentication. Dovecot, in turn, consults a custom internal server that answers Dovecot?s userdb queries.
When IMAP connections arrive, for some users we want to forward those connections--without authentication--to an external IMAP server. For these users, we return ?proxy_maybe? and ?nopassword? in the authn response from our userdb server. This tells
2008 Jan 27
3
proxy configuration
Before I spend some time experimenting with what might be impossible,
maybe someone can just tell me (either "how" or that it's
impossible).
I'd like to get perdition out of my environment (mainly to have one
less moving part in my architecture). I'm looking at dovecot's
built-in proxying. In my setup, I don't have dedicated front-end
machines. A user can connect
2010 Dec 04
3
1.2.15 - segfault if host field attribute not present in ldap. (proxy)
In case this is relevant:
kernel: [17549.714369] imap-login[11704]: segfault at 0 ip b75c3d23 sp
bf888178 error 4 in libc-2.11.2.so[b7551000+140000]
If no host field attribute is present in ldap (like mailHost for
qmail-ldap), and we are trying to use proxy, then dovecot segfaults. If
more information's needed, let me know.
Also, somewhat unrelated, but maybe the wiki needs to be edited
2014 Jun 04
1
feature request -- talk to the router, not the UPS
On 6/2/2014 6:28 AM, Charles Lepple wrote:
> On Jun 2, 2014, at 7:27 AM, elliot smith wrote:
>
>> For example I am using FreeNAS. Rather than supporting my unorthodox UPS
>> signaling scheme by installing it as a script in FreeNAS, (and me probably
>> messing something up in the process) this scheme could be supported
>> instead by NUT.
>
> Bear in mind that
2011 Sep 26
1
compute probabilities on a Bayesian Network
Deal R Users,
I'm trying to find out how can I compute probabilities on a Bayesian
Network using R. The Bayesian Network I modelled is shown at
http://www.dsr.inpe.br/~mello/1727/BNgrapmodel.png and I'd like to know
how can I proceed (commands on R) to answer questions like: (1) what is
the probability of S=T given C=T, L=T, R=F, H=F and D=F; or (2) what is
the probability of S=T
2012 Feb 25
1
Proxying improvements in v2.1.2
I just committed a couple of features that will make life easier for some types of proxying setups:
1. IMAP proxying has already for a while supported sending local/remote IP/port to backend server, which can use it for logging and other purposes. I've now implemented this for POP3 as well, although only the remote IP/port is forwarded, not local IP/port. I implemented this also for LMTP in
2011 Mar 25
1
Ignored proxy_maybe var and no local login when "host = Proxy FQDN"
Hi help is preciated,
PROBLEM
The dovecot-ldap.conf of "proxy server A" is working when the "host"
attribute is the FQDN of other server:
pass_attrs = uid=user,userPassword={SSHA}password,\
=proxy_maybe=,maildrop=host,=port=143,=destuser=%u,=starttls=any-cert
pass_filter = (&(objectClass=posixAccount)(uid=%u))
CASES
When the "host" attribute is the
2008 Jan 22
4
1.1beta14 cache bug ?
Helo all,
After enable auth_cache_size = 20480 and auth_cache_ttl = 0, dovecot
stops working for users that are in cache. See the log bellow:
1 - POP3 session OK
jan 22 14:02:59 mailserver--03 dovecot: auth(default): client in: AUTH
1 PLAIN service=pop3 lip=10.0.149.3 rip=10.0.2.2
resp=<hidden>
Jan 22 14:02:59 mailserver--03 dovecot: auth(default):
cache(teste2 at
2019 Dec 11
2
Submission config being ignored
I'm having trouble setting up submission with Dovecot proxy. The submission config seems to be getting ignored, but I'm probably doing something wrong.
Expected behaviour: have messages sent to submission ports (25, 465) relayed to `submission_relay_host`.
--
root at imapproxy1:~# cat /etc/dovecot/conf.d/20-submission.conf
submission_logout_format = in=%i out=%o
submission_relay_host =
2011 Sep 28
1
how to solve a simple discrete Bayesian Belief Network?
Can somebody save-me? Thanks in advance!
#R script:
#trying to find out how solve a discrete Bayesian Belief Network.
#option: using 'catnet' package
#BEGIN
library(catnet)
cnet <- cnNew(nodes = c("a", "b", "c"), cats = list(c("1", "2"),
c("1", "2"), c("1", "2")), parents = list(NULL, c(1), c(1,
2015 Nov 16
2
Contact-closure UPS
Hello,
I have one UPS Infosec XP Pro 2500 RM and it works with windows sw RUPS2000.
Now I want to install this UPS as virtual server on vmware ESXi vMA - (SUSE SLES 11SP2 linux).
On this linux I have NUT 2.6.0 and I stopped now with configuration of genericups driver.
Working cable (direct cable pin1-pin1 ... pin9-pin9) connection on Windows:
PIN | PC | UPS
2008 Dec 05
1
proxy and master user
Hi
For some application we need a master user on our IMAP servers. We use
dovecot 1.1.7 in proxy mode, with proxy_maybe (some mailboxes are on the
proxy itself, others are on remote servers, also running dovecot).
But the proxy removes the '*master' suffix from the username when using
the master user to log in on the proxy. So the base name of the user
with the master password are