Displaying 20 results from an estimated 2000 matches similar to: "Dovecot Proxy with MySQL auth"
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
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
2011 Mar 19
2
dovecot proxy, imapproxy, perdition . . . or?
Hi,
I have two load-balanced dovecot servers using a single NFS
mount. The version is 1.2.11. I chose this so that if one server
goes down the other will take up the load, and if my load is
too much for one server I just have to add more identical
servers. It works, but I wish to move to SAN storage because
the NFS server is exhibiting irregular performance. (I spent a
lot of time with tcpdump to
2012 Nov 26
2
IMAP proxy - can it detect parodying to itself?
Hi all,
I have some IMAP servers fronted with separate perdition processes, and it would be ideal if I could collapse this down to having dovecot do both the IMAP proxying and the IMAP serving at the same time on the same IP addresses.
One of the fields in my LDAP entries contains the canonical name of the server that hosts their mailbox, and if I follow the manual at
2009 Mar 09
1
pop-proxy to redundant servers ?
I'm considering putting two servers with failover IP-addresses in
front of our pop/imap cluster, with dovecot in proxy-mode running
on both servers. But, can dovecot handle more than one backend
server for each user ?
I.e. I would want to point the dovecot proxy to send userX to
backend-server1, or backend-server2 if backend-server1 is down. Is
something like that possible ?
-jf
2008 Feb 03
2
NULL for password and proxy fields
In the course of experimenting with getting dovecot proxying to work,
I took a guess at two things. These work fine for me, but now I'm
wondering if they are "as designed" or just a lucky accident that
might stop working in the future.
(I'm using dovecot 1.0.rc17, which is the included version in Ubuntu
Feisty. (I am aware that some details change in v1.1, and I'm not
2009 Feb 25
3
Quick question...
Hi,
Here's the scenario.
I want to set up a mailbox so that when mail sent to the address is piped to
a processing application, instead of going to a mailbox.
One way I can do this is to set up a mailbox and then have an application
that checks to see if there's mail and then processes it.
(Old school Unix script)
Is there a way to set it up with dovecot?
(Cleaner solution)
Thx
2009 Mar 12
4
Extremely custom mailbox locations
I'm in the position where I'd like to offer IMAP access
to a collection of email accounts which are stored in
a very odd manner.
Files are stored as:
/blah/$dd-$mm-$yy/$domain/1234/1234
For example:
/reject/12-3-2009/cvsrepository.org/35199/35199639
There is a single file for each mail, which I guess technically
probably counts as an mbox folder, but only just.
I
2015 Mar 02
6
IP drop list
Dave McGuire writes:
>> http://wiki2.dovecot.org/PasswordDatabase/ExtraFields/AllowNets
>>
>> then setup fail2ban to manage extrafields
>
> Now that's a very interesting idea, thank you! I will investigate this.
If you don't expect yor firewall to handle 45K+ IPs, I'm not how you
expect dovecot will handle a comma separated string with 45K+ entries
any
2011 Jan 11
4
Denying authentication
Hello,
I've been running dovecot for over 3 years now and it works
with no problems. I have it setup so that it authenticates users against
Active Directory via LDAP and so far no problems.
What I would like to know is if there is any way that I
could deny access for users trying to access email via cellphones or email
clients outside the company. I can
2017 Nov 23
3
Dovecot LMTP Proxy + STARTTLS?
Hi
I got dovecot 2.2.26 on a Centos7 with latest updates. Dovecot is
configured to act as director and delivers to my two backend servers.
I enabled lmtp proxy on director to listen on port 24.
Now I see in msg headers that the connection to the lmtp proxy uses
STARTTLS but the connection from proxy to backend seems to be
unencrypted. Is it possible to enforce the use of STARTTLS in the
2015 Mar 09
3
Overriding dovecot.conf from Userdb Extras
Hi,
I thought I read that anything from dovecot.conf can be overridden in a
userdb lookup. Or a passdb lookup with "userdb_" prefix.
But I tried for fun change log_path but it never worked. Is that because
logging is special, already started logging before it comes to the
passdb/userdb lookups? So are there some dovecot.conf settings
that cannot be overridden?
Thanks!
2018 May 15
1
Upgrading dovecot 2.2 to 2.3 without downtime when using proxy/director?
On 15 May 2018, at 12.06, Timo Sirainen <tss at iki.fi> wrote:
>
> If you look at .176's error log, do you see an error about "director_consistent_hashing settings differ between directors"? Have you set director_consistent_hashing=yes in the old directors? That is needed now, because the old non-consistent-hashing method is obsoleted. Unfortunately there's no easy
2007 Mar 26
3
proxy host specified as fqdn in userdb
Abstract from http://wiki.dovecot.org/PasswordDatabase/ExtraFields/Proxy
>
> host=s: The destination server's *IP address*. This field is required.
> Note that currently it's required to use an IP address since no DNS
> resolving is done.
>
Hello Timo,
Here goes one more item for the v2.0 wishlist:
Will it become possible to do dovecot imap proxying based on a
2014 Oct 22
2
special "what's my ip" pop account
Hello,
I like to enable the allow_nets Feature
(http://wiki2.dovecot.org/PasswordDatabase/ExtraFields/AllowNets)
for my customers. To help them knowing there own IP I imagine a
special mailbox/loginuser at the pop3 server.
That user could give a valid pop3 answer from a dummy pop3 server or
simply throw a login error with customised answer containing the IP
information.
Has anybody done
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
2007 Sep 05
2
securing dovecot proxy connections
The wiki <http://wiki.dovecot.org/PasswordDatabase/ExtraFields/Proxy>
page says this: "The connections created to the destination server
can't be TLS/SSL encrypted.".
Hrmm. Right now, with perdition, I'm forcing the use of STARTTLS on
the internal connections. I'd just as soon get rid of perdition (to
have one less moving part in my architecture), but I need the
2007 Jul 30
2
IMAP-Proxy and LDAP?
I am doing some research on Dovecots IMAP-Proxy features mentioned in
<http://wiki.dovecot.org/HowTo/ImapProxy> and
<http://wiki.dovecot.org/PasswordDatabase/ExtraFields/Proxy>.
The docs only mention SQL as backend to hold required data. Is it also
possible to use LDAP?
TIA,
p at rick
--
state of mind
Agentur f?r Kommunikation, Design und Softwareentwicklung
Patrick Koetter
2012 Jun 22
1
Dovecot proxy/director and mail pop3/imap backend service on same server
Hi all,
I am interested in running a Dovecot Proxy(with Director) on the same
server as
the main Dovecot IMAP/POP3 service. I have a basic Proxy/Director
configuration working,
however I am struggling with getting the Proxy and IMAP/POP3 service to
coexist on
the same server. I plan to use three IMAP/POP3 servers with a NFS/maildir
backend,
and I am playing with Dovecot 2.1.5 at the moment.
I
2011 Feb 17
5
[Bug 1860] New: UseDNS option ignored
https://bugzilla.mindrot.org/show_bug.cgi?id=1860
Summary: UseDNS option ignored
Product: Portable OpenSSH
Version: 5.6p1
Platform: All
OS/Version: Other
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: pavel.krejci at