Re: [RCU] How to add a new font family in html signature

2014-02-14 Thread Heinze, Markus
Hello Das,

maybe the hint is a little late.

We discussed the font problematic end of 2013.
Someone asked how to add fonts to roundcube.

This was an answer:

Roundcube uses some standard fonts (see config/main.inc.php)



// Default font for composed HTML message.

// Supported values: Andale Mono, Arial, Arial Black, Book Antiqua, Courier New,

// Georgia, Helvetica, Impact, Tahoma, Terminal, Times New Roman, Trebuchet MS, 
Verdana

$rcmail_config['default_font'] = '';





But, Roundcube uses TinyMCE editor ( program/js/tiny_mce/ )

And you can extend TinyMCE with custom fonts.



How to add Different fonts in TinyMCE Editor

http://kvcodes.com/2013/10/how-to-add-different-fonts-in-tinymce-editor/





Adding new fonts to TinyMCE font options

http://stackoverflow.com/questions/14170758/adding-new-fonts-to-tinymce-font-options
 







And Sven added to the answer:

Beware: If the recipient of the mail does not have the font used, the mail 
will look different than you might think it will look.





So, you have to add your own fonts to TinyMCE.





Greetings

Markus Heinze



--

http://www.paidmailer-geld-verdienen.de/en/homework-earn-money-online.html

http://www.paidmailer-geld-verdienen.de

Earn money online.

Geld verdienen Online am PC.

--
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

Re: [RCU] upload size limit

2014-02-14 Thread Martin Mazur

Am 2014-02-14 03:01, schrieb Grant:

I've set main.cf in postfix, php.ini, and nginx.conf to an 8M file
upload limit but Roundcube still states a 2M limit.  Is there
somewhere else I need to specify this?

- Grant


Hello,

nginx uses fpm, so you have to set the upload limit in 
/etc/php5/fpm/php.ini (Debian system...others may have a different 
location)


Best regards

Martin

--
Martin Mazur

m...@martin-mazur.net
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] Secure certain directories?

2014-02-14 Thread Thomas Bruederli
On Thu, Feb 13, 2014 at 6:13 PM, Grant emailgr...@gmail.com wrote:
 Should I disallow access to certain roundcube directories in nginx?
 I'm especially concerned about arbitrary PHP execution in the user
 upload directory.

Yes, you should. Have a look at the .htaccess file which holds some
rewrite rules for Apache webserver:

# security rules:
# - deny access to files not containing a dot or starting with a dot
#   in all locations except installer directory
RewriteRule ^(?!installer)(\.?[^\.]+)$ - [F]
# - deny access to some locations
RewriteRule 
^/?(\.git|\.tx|SQL|bin|config|logs|temp|tests|program\/(include|lib|localization|steps))
- [F]
# - deny access to some documentation files
RewriteRule /?(README\.md|composer\.json-dist|composer\.json|package\.xml)$
- [F]

If you manage to translate these into ngnix rules, we'd much
appreciate if you could post your findings in order to have it added
to the configuration guide here:
http://trac.roundcube.net/wiki/Howto_Config/Webservers

Future versions of Roundcube will ship with a dedicated 'public_html'
directly which will be the target directory for webserver access and
all other directories which are supposed to be protected from public
access, will be outside of the document root.

Kind regards,
Thomas
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] RC 1.0-rc: Where's the Move to.... select box

2014-02-14 Thread Thomas Bruederli
On Thu, Feb 13, 2014 at 3:21 AM, Tim Eggleston li...@timeggleston.co.uk wrote:
 Is there a possibility to display the Move to... select box directly
 again?

 +1, this was a pretty jarring change from the point of view of my email
 workflow :(

FYI: there's now a Move toolbar button in git master. It has
basically the same function as the previous selector box but
integrates better with the other actions in the toolbar.

Kind regards,
Thomas
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] RC 1.0-rc: Where's the Move to.... select box

2014-02-14 Thread Claudio Kuenzler
Hello Thomas,

I just installed the latest version from github and tested it. Took me a
minute to see the new button... ;-)

It's great like that, thank you very much!

cheers
On Feb 14, 2014 2:15 PM, Thomas Bruederli tho...@roundcube.net wrote:

 On Thu, Feb 13, 2014 at 3:21 AM, Tim Eggleston li...@timeggleston.co.uk
 wrote:
  Is there a possibility to display the Move to... select box directly
  again?
 
  +1, this was a pretty jarring change from the point of view of my email
  workflow :(

 FYI: there's now a Move toolbar button in git master. It has
 basically the same function as the previous selector box but
 integrates better with the other actions in the toolbar.

 Kind regards,
 Thomas
 ___
 Roundcube Users mailing list
 users@lists.roundcube.net
 http://lists.roundcube.net/mailman/listinfo/users

___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

[RCU] Ticket #1487677 : Per folder option to check for new messages

2014-02-14 Thread Sandor Takacs

Hi all!

I just made a plugin to do the per-folder option to check for new 
messages. You can find here: https://github.com/Takika/rc_check_recent

I think the plugin is compatible with 1.0-rc and current git too.

--
Takika
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


[RCU] Managesieve plugin not working with dovecot 1.2 anymore?

2014-02-14 Thread Claudio Kuenzler
Hi Alec,

I am testing 1.0-rc with, now, an hour old version from git.
My goal is to upgrade an existing RC version, currently running 0.8.6 to
1.0 when 1.0 is officially released.

The server is running Debian Squeeze (oldstable).

It seems that the managesieve plugin doesn't work anymore with an older
Dovecot version (1.2). Even when I set managesieve_port to 2200, the
plugin doesn't load.

The following errors are shown in error log:

14-Feb-2014 17:29:58 Europe/Zurich] Failed to read from socket ():
14-Feb-2014 17:29:58 +0100]: PHP Error: Unable to connect to managesieve on
localhost:2200 in
/var/www/roundcube-trunk-20140214/plugins/managesieve/lib/Roundcube/rcube_sieve
ngine.php on line 188 (GET /?_task=settings_action=plugin.managesieve)
14-Feb-2014 17:29:58 Europe/Zurich] Not currently in AUTHORISATION state
(1):
14-Feb-2014 17:29:58 Europe/Zurich] Failed to read from socket ():
14-Feb-2014 17:30:46 Europe/Zurich] Failed to read from socket ():

On the same server, the parallel installed version of 0.8.6 works fine.

Any ideas? Did I misconfigure something, although there's not that much to
configure in plugins/managesieve/config.inc.php?

thanks,
Claudio
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

Re: [RCU] Ticket #1487677 : Per folder option to check for new messages

2014-02-14 Thread Arne Berglund
 

On 2014-02-14 08:18, Sandor Takacs wrote: 

 Hi all!
 
 I just made a plugin to do the per-folder option to check for new messages. 
 You can find here: https://github.com/Takika/rc_check_recent [1]
 I think the plugin is compatible with 1.0-rc and current git too.

Nice! It appears to be working perfectly on my 1.0-rc test instance. 

-- 
Arne Berglund
System Administrator, Internet Services
Lane Education Service District
Eugene, OR

 

Links:
--
[1] https://github.com/Takika/rc_check_recent
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

Re: [RCU] upload size limit

2014-02-14 Thread Benny Pedersen

On 2014-02-14 03:01, Grant wrote:

I've set main.cf in postfix, php.ini, and nginx.conf to an 8M file
upload limit but Roundcube still states a 2M limit.  Is there
somewhere else I need to specify this?


in your php.ini it have a safe default for all webpages on server, in 
roundcube you extend that default safe to more so it can use max msg 
size in mta, so in outher words check .htaccess file in roundcube 
webroot dir


you should limit default in php.ini to be much less then what is in the 
roundcube upload max

___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] Managesieve plugin not working with dovecot 1.2 anymore?

2014-02-14 Thread Benny Pedersen

On 2014-02-14 18:03, Claudio Kuenzler wrote:


It seems that the managesieve plugin doesn't work anymore with an
older Dovecot version (1.2). Even when I set managesieve_port to
2200, the plugin doesn't load.


try 2000 :=)
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users