Displaying 7 results from an estimated 7 matches for "rcmail_config".
Did you mean:
mail_config
2012 Jul 17
1
probleme rpm roundcubemail-0.7.2-2.el6.noarch force ssl fail
...cubemail centos 6
options for config roundcubemail to force SSL connections not working
// enforce connections over https
// with this option enabled, all non-secure connections will be
redirected.
// set the port for the ssl connection as value of this option if it
differs from the default 443
$rcmail_config['force_https'] = true;
// tell PHP that it should work as under secure connection
// even if it doesn't recognize it as secure ($_SERVER['HTTPS'] is not
set)
// e.g. when you're running Roundcube behind a https proxy
$rcmail_config['use_https'] = true;
this optio...
2019 Feb 20
2
Using SHA256/512 for SQL based password
...he session info)
// %l is replaced with the local part of the username
// (in case the username is an email address)
// %d is replaced with the domain part of the username
// (in case the username is an email address)
%D seems to be what I want...
And in mysql, I believe the table is mailbox.
$rcmail_config['password_query'] = "UPDATE mailbox SET password = %D, modified = NOW() WHERE username = %u";
I got from:
https://kaworu.ch/blog/2016/04/20/strong-crypt-scheme-with-dovecot-postfixadmin-and-roundcube/
thanks!
-------------- next part --------------
An HTML attachment was s...
2019 Feb 20
0
Using SHA256/512 for SQL based password
.../ %p is replaced with the plaintext new password
> // %c is replaced with the crypt version of the new password, MD5 if
> available
> // otherwise DES.
> // %D is replaced with the dovecotpw-crypted version of the new password
> [...]
>
> %D seems to be what I want...
>
the rcmail_config[] syntax you pasted in your mail indicates you're
using a very old version of roundcube. Here's the relevant content of my
version of the password plugin :
// The SQL query used to change the password.
// The query can contain the following macros that will be expanded as follows:
//??...
2011 Aug 10
2
How do I change the date format displayed on webmail?
I am running Dovecot on OS X Lion and the webmail displays the date in a
European style format - day of the month and then month number. How can I
reverse this?
--
View this message in context: http://old.nabble.com/How-do-I-change-the-date-format-displayed-on-webmail--tp32233645p32233645.html
Sent from the Dovecot mailing list archive at Nabble.com.
2015 Jun 12
4
Sorry, another faq
I've installed a mailserver according to these instructions:
http://www.server-world.info/en/note?os=CentOS_7&p=httpd&f=13
When I try to login to the server through Roundcube webmail I get
Connection to storage server failed.
So checking on this
[12-Jun-2015 11:28:53 +0000]: <6jap13r2> IMAP Error: Login failed for
martin from 83.251.209.249. Could not connect to
2015 Sep 28
5
distuguish between different domains
Hello!
Marco Fretz <marco.fretz at gmail.com> schrieb am 28.09.15 um 08:29:59 Uhr:
> Hi Andreas,
>
> I'm not 100% sure what you're trying to accomplish.
>
> smtp_server in roundcube is the outgoing server (submission server, i.e.
> postfix). Mailbox is IMAP (dovecot).
> You can easily spawn 2 instances of dovecot, one serving aaa.de and one
> serving
2019 Feb 12
6
Using SHA256/512 for SQL based password
I have trying to find how to set the dovecot-sql.conf for using
SHA256/512.? I am going to start clean with the stronger format, not
migrate from the old MD5.? It seems all I need is:
driver = mysql connect = host=/var/lib/mysql/mysql.sock dbname=postfix
user=postfix password=$Postfix_Database_Password default_pass_scheme =
SHAxxx-CRYPT # following should all be on one line. password_query =