Re: [RCU] Config: ssl:// vs tls://

2015-12-18 Thread Sébastien BLAISOT
That's a bit more complicated. ssl:// = client uses a dedicated port for these connections and directly start talking encrypted to the server (negotiate encryption ciphers) tls:// (in fact, it's not tls by itself, but STARTTLS) = client uses the regular unencrypted port, start talking in

Re: [RCU] autocomplete address from envelope addresses

2013-07-09 Thread Sébastien BLAISOT
of the job. regards, -- Sébastien BLAISOT Le 10/06/2013 06:34, Suja Amitabh a écrit : Dear rc users, Is there any plugin that supports auto completion of ids from the envelope addresses (MAIL FROM, RCPT TO) of mails in your mailbox? The contacts which are not there in address book, but if we

Re: [RCU] How to implement password plugin properly...

2013-01-10 Thread Sébastien BLAISOT
Hi, I don't know how it is implemented on 1and1.com but I can explain how I implemented this functionnality for my own domain. I'm using a mysql database to store domain, user, aliases, etc... map for postfix and dovecoat. the database table is created using postfixadmin see

Re: [RCU] plugin configuration override and rpm

2012-11-10 Thread Sébastien BLAISOT
Le 10/11/2012 20:31, Jordi Llonch a écrit : I am using Fedora17 and a rpm version of roundcube. [...] As the RPM package updates from time to time, the config.inc.php gets overridden. Hi, Probably the RPM you're using is not well designed. If a rpm has a file tagged as config file, it

Re: [RCU] auto completion

2012-11-06 Thread Sébastien BLAISOT
Le 06/11/2012 22:17, Roman Gelfand a écrit : Is there auto completion on previously successful emails to to: addresses, which are not in address book? Hi, There is no such feature in core roundcube but this is exactly the purpose of the automatic_addressbook plugin which stores in a

Re: [RCU] auto completion

2012-11-06 Thread Sébastien BLAISOT
Le 06/11/2012 22:23, Arne Berglund a écrit : On 11/06/12 13:17, Roman Gelfand wrote: Is there auto completion on previously successful emails to to: addresses, which are not in address book? No, Roundcube has no ability to save previous recipients, so autocomplete has no where to get this

Re: [RCU] Password change with roundcube

2012-10-29 Thread Sébastien BLAISOT
to change password directly in the mysql database. the trick is to have only one user repository for all your usage whatever backend is used (flat file, database, ldap or whatever). regards, -- Sébastien BLAISOT Le 2012-10-24 11:48, Andreas Meyer a écrit : Hello all! A question about

Re: [RCU] how to set auto forward

2012-09-11 Thread Sébastien BLAISOT
Le 11/09/2012 21:30, l...@kingdest.com a écrit : hi, emilio have suggest me to use managesieve,but i don't know how to config it now. As far as i know, postfixadmin can set auto forwarding. but i want roundcube user can set the forwarding function from roundcube's setting or plugins.

Re: [RCU] how to set auto forward

2012-09-11 Thread Sébastien BLAISOT
Le 11/09/2012 21:46, Tache Madalin a écrit : Again. Roundcube is a CLIENT. Not a server. Creating a plugin to do such tasks is a HUGE task and the approach would differ from server to server. Now, please stop asking about it. You've already been answered. Sent from my iPhone Hi, please

Re: [RCU] adding information to top line

2012-09-07 Thread Sébastien BLAISOT
Hi, yes, it can probably do that and more. Even make coffee and achieve your world domination plan, but I'm afraid you will have to do some php coding for that. regards, -- Sébastien BLAISOT Le 2012-09-07 07:20, Joy a écrit : Thanks, Yeah it shows the user name but for last login

[RCU] adding information to top line

2012-09-06 Thread Sébastien BLAISOT
Le 06/09/2012 10:15, Joy a écrit : Dear Expert, Kindly help me to achieve the following:- 1. I wanna display User Name like (First Name Last Name) instead of Email at top bar. 2. I wanna show last login information at top bar. I will be very happy to get any clue.