Re: [RCU] favicon

2019-11-27 Thread A.L.E.C

On 11/25/19 9:28 PM, Jorge Bastos wrote:
Since 1.4 i believe, i’m seeing the logo image that i have set, beeing set as the favicon 
aswell, not sure if this was the behavior before 1.4.


Looks like a side-effect of improving skin_logo option. You can set a different image for 
favicon now. See 
https://github.com/roundcube/roundcubemail/blob/master/config/defaults.inc.php#L393-L424


--
Aleksander 'A.L.E.C' Machniak
Kolab Groupware Developer [http://kolab.org]
Roundcube Webmail Developer   [http://roundcube.net]

PGP: 19359DC1 # Blog: https://kolabian.wordpress.com
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] permanent draft?

2019-11-27 Thread Kaz Kylheku

On 2019-11-27 12:56, @lbutlr wrote:

On 26 Nov 2019, at 17:51, Gerardo Contreras  wrote:
In our experience, sending a welcome letter to new employees, It's 
better to write the template as a draft, in the drafts folder, instead 
of having to edit the sent mail. That way you fill in the pertinent 
information instead of replacing it -- this avoids overlooking a 
certain detail that was meant to a previous recipient, and sending it 
incorrectly to the new recipient.


This is a good point, but I do this by editing the welcome mail that
postfixadmin sends when a new account is created. This means the
welcome message is veery generic, but it includes the links that might
be useful and some information that everyone ignores, but hey, we sent
it!


Sending a boiler-plate mail can also be scripted (i.e. not use Roundcube
at all, or any other interactive e-mail client).

Rosetta Code has a "write a function to send mail" task, which is solved
in over fifty programming languages:

http://rosettacode.org/wiki/Send_email

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


Re: [RCU] favicon

2019-11-27 Thread @lbutlr
On 27 Nov 2019, at 11:22, darkc0de  wrote:
> There should be a plugin, called 'customizr' that allows you to set this more 
> dynamically.

Question:
> // define a custom watermark image (relative or absolute URL)
> $config['custom_watermark_image'] = './skins/watermark.png';

Is this just an image that will be converted to a watermark style, or an image 
with a low opacity that will be used as is for a water mark?

> // define a custom URI to be displayed instead of the empty watermark page
> $config['custom_watermark_uri'] = '';

And what exactly does that mean? When would a watermark “page” be shown?



-- 
Cogito cogito, ergo cogito sum, cogito
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

Re: [RCU] import contacts from a different webmail system on first login

2019-11-27 Thread @lbutlr
On 26 Nov 2019, at 23:50, A.L.E.C  wrote:
> On 11/27/19 1:46 AM, Gerardo Contreras wrote:
>> Is there a way to write a hook or script so that when a new user is created 
>> it seeks and
>> pulls all contacts from the old system? The old system's contacts exist 
>> under different
>> names on a specific directory. (~user/.openwebmail/webaddr)
> 
> Take a look at squirrelmail_usercopy plugin.

Hasn’t squirreltail died with no updates or support for a decade or so?

Or is the plugin not actually squirreltail related?



-- 
Because you liked "The Very Hungry Caterpillar" may we suggest "The
Human Centipede”?
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

Re: [RCU] permanent draft?

2019-11-27 Thread @lbutlr
On 26 Nov 2019, at 17:51, Gerardo Contreras  wrote:
> In our experience, sending a welcome letter to new employees, It's better to 
> write the template as a draft, in the drafts folder, instead of having to 
> edit the sent mail. That way you fill in the pertinent information instead of 
> replacing it -- this avoids overlooking a certain detail that was meant to a 
> previous recipient, and sending it incorrectly to the new recipient. 

This is a good point, but I do this by editing the welcome mail that 
postfixadmin sends when a new account is created. This means the welcome 
message is veery generic, but it includes the links that might be useful and 
some information that everyone ignores, but hey, we sent it!



-- 
'Can't argue with the truth, sir.' 'In my experience, Vimes, you can
argue with anything.’
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

Re: [RCU] Automatic login to RoundCube

2019-11-27 Thread Chris Wik

On 27/11/2019 18:49, Mark Moseley wrote:
On Wed, Nov 27, 2019 at 6:33 AM Chris Wik > wrote:


Hi,

We have a customer area which can be accessed by end users using their
email address and password, authenticated against an IMAP server.

I'd like to make it possible for users to open RoundCube directly from
this system without having to re-authenticate again.

I found this from 10+ years ago:

https://blog.heckel.io/2008/05/16/roundcube-login-via-php-script/

I haven't tried it, but anyway I don't think it will work for us, as
our
portal and RoundCube are on different servers. Same domain name but
different subdomains.

Is there a recommended way to achieve this functionality?

I don't have any useful snippets to paste, but I'd suggest looking at 
https://github.com/roundcube/roundcubemail/blob/master/plugins/autologon/autologon.php. 
If there's some sort of token you're setting in the other area that can 
be validated in PHP, you could replace authenticate()


Thanks Mark, I think that's exactly what I was looking for. I guess I 
didn't find it because I was searching for "login" rather than "logon"!


Chris

--
Chris Wik
Anu Internet Services
www.cwik.ch | www.anu.net
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] favicon

2019-11-27 Thread darkc0de
There should be a plugin, called 'customizr' that allows you to set this more 
dynamically.Sent from my Verizon, Samsung Galaxy smartphone
 Original message From: "Meaulnes Legler @ roundcube" 
 Date: 11/27/19  11:08 AM  (GMT-07:00) To: 
users@lists.roundcube.net Subject: Re: [RCU] favicon 
the favicon is defined in the skin, I guess...
my custom favicon.ico is in
  roundcube/skins/skin_name/images/favicon.ico
hope that helps and best regards


  

  _⌢_
'¿')
`-´
   Meaulnes Legler


  
 Zurich, Switzerland
  


  
+41¦0 44 260 16 60
  

  


On 25.11.19 21:28, Jorge Bastos wrote:

  
  
  
  
Howdy,
 
Since 1.4 i believe, i’m seeing the logo
  image that i have set, beeing set as the favicon aswell, not
  sure if this was the behavior before 1.4.
Can’t i have the logo set, and use another
  favicon.ico in the server root?
Putting a “favicon.ico” in the root, i
  always have the logo defines as the favicon,
 
How could i set this differently?
Thanks,
  
  
  
  ___
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

Re: [RCU] favicon

2019-11-27 Thread Meaulnes Legler @ roundcube

the favicon is defined in the skin, I guess...

my custom favicon.ico is in roundcube/skins/skin_name/images/favicon.ico

hope that helps and best regards

_⌢_
'¿')
`-´  Meaulnes Legler

 Zurich, Switzerland

+41¦0 44 260 16 60


On 25.11.19 21:28, Jorge Bastos wrote:


Howdy,

Since 1.4 i believe, i’m seeing the logo image that i have set, beeing set as 
the favicon aswell, not sure if this was the behavior before 1.4.

Can’t i have the logo set, and use another favicon.ico in the server root?

Putting a “favicon.ico” in the root, i always have the logo defines as the 
favicon,

How could i set this differently?

Thanks,


___
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

Re: [RCU] Automatic login to RoundCube

2019-11-27 Thread Mark Moseley
On Wed, Nov 27, 2019 at 6:33 AM Chris Wik  wrote:

> Hi,
>
> We have a customer area which can be accessed by end users using their
> email address and password, authenticated against an IMAP server.
>
> I'd like to make it possible for users to open RoundCube directly from
> this system without having to re-authenticate again.
>
> I found this from 10+ years ago:
>
> https://blog.heckel.io/2008/05/16/roundcube-login-via-php-script/
>
> I haven't tried it, but anyway I don't think it will work for us, as our
> portal and RoundCube are on different servers. Same domain name but
> different subdomains.
>
> Is there a recommended way to achieve this functionality?
>
>
I don't have any useful snippets to paste, but I'd suggest looking at
https://github.com/roundcube/roundcubemail/blob/master/plugins/autologon/autologon.php.
If there's some sort of token you're setting in the other area that can be
validated in PHP, you could replace authenticate()
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

[RCU] older messages marked as unread sporadically (1.3.10)

2019-11-27 Thread Marchello

 Hi all,

I can see that older messages are marked as unread sporadically in my 
Inbox.
As far as I can see, this behavior has nothing to do with any filtering 
rule.

My roundcube version is 1.3.10 (not the latest one).
Is it known bug?
Not that it's too annoying, but just in case wanted to know if other 
users experienced it as well.


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


[RCU] Automatic login to RoundCube

2019-11-27 Thread Chris Wik

Hi,

We have a customer area which can be accessed by end users using their 
email address and password, authenticated against an IMAP server.


I'd like to make it possible for users to open RoundCube directly from 
this system without having to re-authenticate again.


I found this from 10+ years ago:

https://blog.heckel.io/2008/05/16/roundcube-login-via-php-script/

I haven't tried it, but anyway I don't think it will work for us, as our 
portal and RoundCube are on different servers. Same domain name but 
different subdomains.


Is there a recommended way to achieve this functionality?

Thanks in advance.

Chris

--
Chris Wik
Anu Internet Services
www.cwik.ch | www.anu.net
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users