Does the latest version of Dovecot support ECDSA certificates? I had a
look in:
http://wiki2.dovecot.org/SSL
but it didn't answer my question.
Can someone please help or point me in the right direction?
I'd also like to know if I can run an RSA cert AND an ECDSA certificate
at the same time
ct!
Comments and feedback are welcome! Thanks Rick and to everyone for their
valuable input.
On 06/05/2014 13:38, SIW wrote:
Hi Benjamin
Thanks for your input.
I guess I need to take a step back and define some requirements.
Currently I have too many options running through my head w
).
On 06/05/2014 08:44, Benjamin Podszun wrote:
On Tuesday, May 6, 2014 9:26:54 AM CEST, SIW wrote:
I haven't considered Yubikey but I was considering this:
http://www.s-crib.com/
I'm not sure if these USB virtual keyboards are the best option as
some internet cafes won't
d use it with
IMAP but have a SECOND set of login credentials that I only use for
Roundcube but can access my mailbox of the the other account?
I'm still battling with this!
On 06/05/2014 00:06, Professa Dementia wrote:
On 5/5/2014 3:30 PM, Benjamin Podszun wrote:
On Monday, May 5, 201
I'm beginning to wonder if I am going about this all wrong :-)
Would it not be easier/better to leave all IMAP/SMTP access in place
(for all users) and then just use "one time throw away passwords" for
logging in from an internet cafe with Roundcube?
Can this be done? So after you login it ju
any other system.
If you're unfamiliar with modifing MySQL tables, install phpmyadmin (and
lock it down) or another visual MySQL client.
If there are multiple users, you'll need to either change the query to
just
match your username or add another field to do a bit check and make the
quer
as user, password FROM virtual_users WHERE
email='%u';
I'm not familiar with VPopMail, would I need it in this situation?
Currently I use Postfix/Dovecot/MySQL/Apache/Roundcube.
On 05/05/2014 21:32, Rick Romero wrote:
Quoting Professa Dementia :
On 5/5/2014 1:05 PM, SIW
be is secure in all of this...its IMAP that I am battling with
securing...
On 05/05/2014 21:13, Professa Dementia wrote:
On 5/5/2014 1:05 PM, SIW wrote:
Thats a good point.
If I block IMAP/SMTP access to ONE user does that mean that particular
user can't use Roundcube anymore?
That
t (ie: Thunderbird, K9 email on Andriod, Outlook etc).
On 05/05/2014 19:05, Benjamin Podszun wrote:
I'm confused. Roundcube's using imap, so how are the %s queries helping?
Isn't the real question "How can I limit imap to specific clients/localhost,
depending on the user"?
On Ma
I use MySQL to store my virtual users passwords and I am running the
latest version of Dovecot.
What I need to do is have one particular user have ONLY access to their
email via Roundcube (webmail) and no IMAP/SMTP access.
Therefore, how do I disable IMAP/SMTP access for just one user?
I use MySQL to store my virtual users, domains and aliases.
My database is setup as follows:
|CREATE| |TABLE| |`dovecot_passwords` (|
|||`username` ||varchar||(100) ||NOT| |NULL||,|
|||`appname` ||varchar||(50) ||NOT| |NULL||,|
|||`||password||` varbinary(256) ||NOT| |NULL||,|
|||PRIMARY| |KEY|
11 matches
Mail list logo