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

[RCU] version 1.3.8. with Melanie2-Larry-Mobile

2018-12-02 Thread Meaulnes Legler @ roundcube


/scrambled above on 1.3.8 — ok below on 1.3.7/

hello again

I wrote already a month ago to know if the mobile plug-in Melanie2-Larry-Mobile 
would work with version 1.3.8. of RoundCube.

I tried it anyway, but unfortunately, it doesn't. It's fine with 1.3.7, with 
1.3.8 I get a scrambled mobile view.

Anyone knows why? Could it be a missing StyleSheet?

Thank you and best regards

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

 Zurich, Switzerland

+41¦0 44 260 16 60


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

Re: [RCU] Roundcube Webmail 1.3.8 released

2018-10-27 Thread Meaulnes Legler @ roundcube

On 26.10.18 20:29, Thomas Bruederli wrote:

Dear subscribers
We proudly announce the next service release to update the stable version 1.3.


great!

I'm using the Melanie2-Larry-Mobile skin on version 1.3.7 that works fine on 
both views, desktop and mobile. Will this version 1.3.8. do it, too?

I see that the new 1.4 beta version 
 will have 
native responsive skin with mobile support. Is it more worth waiting for this version?

Thank you and best regards

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

 Zurich, Switzerland

+41¦0 44 260 16 60






It contains fixes to several bugs backported from the master branch including a 
security fix for a reported XSS vulnerability plus updates to ensure 
compatibility with PHP 7.3 and recent versions of Courier-IMAP, Dovecot and 
MySQL 8.

See the full changelog in the release notes on the Github download page [1].

This release is considered stable and we recommend to update all productive 
installations of Roundcube with this version. Download it from
https://roundcube.net.

Best,
Alec & Thomas

[1] https://github.com/roundcube/roundcubemail/releases/tag/1.3.8


___
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] can't login after upgrade — solved!

2018-10-24 Thread Meaulnes Legler @ roundcube

hello all

I just wanted to let you know about the outcome of my RC issue, I couldn't 
login after an update to version 1.3.7... It seemed to login, then immediately 
logged out and said « _/*!*\_ Login failed ». The roundcube/logs/errors 
reported:

[08-Oct-2018 15:37:11 +0200]: <345va73k> DB Error: [1364] Field 'alias' doesn't 
have a default value (SQL Query: INSERT INTO `users` (`created`, `last_login`, 
`username`, `mail_host`, `language`) VALUES (now(), now(), 'username', 'www.domain.tld', 
'en_US')) in /home/.sites/106/site3/web/roundcube/program/lib/Roundcube/rcube_db.php on 
line 543 (POST /roundcube/?_task=login&_action=login)

Someone told me, the culprit was this «alias» field in the MySQL database. 
Since I don't know how to manipulate mysql from the command line, I managed to 
access the database thru phpMyAdmin. I found out which database RC was using 
reading roundcube/config/config.inc.php:

// Format (compatible with PEAR MDB2): db_provider://user:password@host/database
$config['db_dsnw'] = 
'mysql://nwa_L3w0xPCrNgqS:xxPZTNPgoBYYzn3q@localhost/nwa_YFXkGrYIiVZi';

then in phpMyAdmin, I looked for table * users * and clicked * Structure *. 
Then selected the * alias * field by clicking its checkbox and clicked on  
Change (with the pencil). Then, in the new form, set the * Default * value from 
standard to *NULL*. And saved.

Now the user could log into the new version.

Best regards

_~_
'¿')
`-´  Meaulnes Legler
 Zurich, Switzerland
+41¦0 44 260 16 60



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

Re: [RCU] can't login after upgrade

2018-10-09 Thread Meaulnes Legler @ roundcube

thanks all for your help! but I still didn't manage to fix this issue.


Your issue is quite rare, don't expect automated solution. Minimal knowledge 
about
database administration is required in this case.


that's why I'm contacting a database specialist, I'm unfortunately not very 
familiar with mySQL, phpMyAdmin and such...

I'll let you guys know the outcome.

Best regards

_~_
'¿')
`-´  Meaulnes Legler
 Zurich, Switzerland
+41\0 44 260 16 60



On 08.10.18 19:40, A.L.E.C wrote:

On 10/08/2018 06:36 PM, Vincent Van Houtte wrote:

Although your assessment is correct, it misses the overall picture. The 
question relates
to an existing installation that was merely updated. There is no reason why RC 
would need
to create (INSERT INTO 'users') a new user upon login.

You know nothing, John Snow ;)
@Meaulnes, the upgrade script did not fix the database structure for some 
reason. You have
to do this manually. Visit
https://github.com/roundcube/roundcubemail/tree/master/SQL/mysql. The files 
there are
named by date. You have to check all files starting from 2012080700 in order 
from most
recent to the oldest, until you see that the changes in the file are already in 
place.
Another option is to compare result of `show columns from table` command on 
every table
with table definitions from SQL/mysql.initial.sql file.
Your issue is quite rare, don't expect automated solution. Minimal knowledge 
about
database administration is required in this case.


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

Re: [RCU] can't login after upgrade

2018-10-08 Thread Meaulnes Legler @ roundcube

thanks Vincent for your answer

On 08.10.18 14:37, Vincent Van Houtte wrote:

To your second question, you may want to look into Roundcube logging, f.e.


I got the following, but it doesn't help me on...

506# tail roundcube/logs/errors
...
[08-Oct-2018 14:32:12 +0200]: <345va73k> PHP Error: Failed to create new user in 
/home/.sites/106/site3/web/roundcube/program/lib/Roundcube/rcube_user.php on line 688 
(POST /roundcube/?_task=login&_action=login)
[08-Oct-2018 14:32:12 +0200]: <345va73k> PHP Error: Failed to create a user record. 
Maybe aborted by a plugin? in 
/home/.sites/106/site3/web/roundcube/program/include/rcmail.php on line 652 (POST 
/roundcube/?_task=login&_action=login)
[08-Oct-2018 15:37:11 +0200]: <345va73k> DB Error: [1364] Field 'alias' doesn't have a 
default value (SQL Query: INSERT INTO `users` (`created`, `last_login`, `username`, `mail_host`, 
`language`) VALUES (now(), now(), 'arcgraph', 'www.arcgraphics.ch', 'en_US')) in 
/home/.sites/106/site3/web/roundcube/program/lib/Roundcube/rcube_db.php on line 543 (POST 
/roundcube/?_task=login&_action=login)[08-Oct-2018 15:37:11 +0200]: <345va73k> PHP Error: 
Failed to create new user in 
/home/.sites/106/site3/web/roundcube/program/lib/Roundcube/rcube_user.php on line 688 (POST 
/roundcube/?_task=login&_action=login)
[08-Oct-2018 15:37:11 +0200]: <345va73k> PHP Error: Failed to create a user record. 
Maybe aborted by a plugin? in 
/home/.sites/106/site3/web/roundcube/program/include/rcmail.php on line 652 (POST 
/roundcube/?_task=login&_action=login)
logs/errors lines 1-18/18 (END)
507#

I don't know why this 'alias' field shows up here, I uninstalled and 
reinstalled RG, the database seems okay after bin/updatedb.sh --package 
roundcube --dir=./SQL and after bin/update.sh --package roundcube --dir=./SQL, 
it wished me Have fun! :-(

Any clue?

Thank you and best regards

_~_
'¿')
`-´  Meaulnes Legler
 Zurich, Switzerland
+41\0 44 260 16 60




$config['per_user_logging'] = true;
$config['log_session'] = true;
$config['log_logins'] = true;
$config['debug_level'] = 4;
$config['sql_debug'] = true;
$config['imap_debug'] = true;
$config['imap_log_session'] = true;
$config['ldap_debug'] = true;
$config['smtp_log'] = true;
$config['smtp_debug'] = true;

This may help you retrieve more specific error codes

Kr,
Vincent

On 2018-10-08 14:06, Meaulnes Legler @ roundcube wrote:


dear RoundCubers

it's me again, I still cannot login after an update to version 1.3.7... After 
googling the necessary bin/updatedb.sh params, I got:

497# bin/update.sh --package roundcube --dir=./SQL
What version are you upgrading from? Type '?' if you don't know.
?
WARNING: Mimetype to file extension mapping doesn't work properly!
Please check the 'mime_types' config option and run this script again.
Executing database schema update.
Updating database schema (2013011000)... [OK]
Updating database schema (2013042700)... [OK]
Updating database schema (2013052500)... [OK]
Updating database schema (2013061000)... [OK]
Updating database schema (2014042900)... [OK]
Updating database schema (2015030800)... [OK]
Updating database schema (201500)... [OK]
Updating database schema (2016081200)... [OK]
Updating database schema (2016100900)... [OK]
Updating database schema (2016112200)... [OK]
This instance of Roundcube is up-to-date.
Have fun!
498#

I was all exited thinking it would work now, but it I didn't :-( Still get the 
« /!\ Login failed » error with the correct credentials.

I uninstalled and reinstalled RC and went thru the same procedures -- no 
success.

2nd question: how can I get more specific error messages as just a lapidary « 
/!\ Login failed » ?

Thank you and best regards

Meaulnes Legler
Zurich, Switzerland

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



Vincent Van Houtte



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

Re: [RCU] can't login after upgrade

2018-10-08 Thread Meaulnes Legler @ roundcube

On 08.10.18 14:37, Reindl Harald wrote:

Am 08.10.18 um 14:06 schrieb Meaulnes Legler@roundcube:

_2nd question:_ how can I get more specific error messages as just a
lapidary « _/!\_ Login failed » ?

have you ever considered to look at your maillog?
roundcube is just a client


yes I did, it just says logged in and logged out.

502# less /var/log/maillog | grep username
Oct  8 14:32:12 blue2 dovecot: imap-login: Login: user=, method=PLAIN, 
rip=94.103.xx.xx, lip=94.103.xx.xx, mpid=32040, secured, session=Oct 8 14:32:12 
blue2 dovecot: imap(username): Logged out in=29 out=496 503#

so I guess the login was correct but the session obviously doesn't last...


when you see no conenction your config is wrong, when you see
connections you see also what fails


yeah well no clue why the session doesn't stay alive.

Thank you and best regards

_~_
'¿')
`-´  Meaulnes Legler
 Zurich, Switzerland
+41\0 44 260 16 60


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

Re: [RCU] can't login after upgrade

2018-10-08 Thread Meaulnes Legler @ roundcube

dear RoundCubers

it's me again, I still cannot login after an update to version 1.3.7...

After googling the necessary bin/updatedb.sh params, I got:

497# bin/update.sh --package roundcube --dir=./SQL
What version are you upgrading from? Type '?' if you don't know.
?
WARNING: Mimetype to file extension mapping doesn't work properly!
Please check the 'mime_types' config option and run this script again.
Executing database schema update.
Updating database schema (2013011000)... [OK]
Updating database schema (2013042700)... [OK]
Updating database schema (2013052500)... [OK]
Updating database schema (2013061000)... [OK]
Updating database schema (2014042900)... [OK]
Updating database schema (2015030800)... [OK]
Updating database schema (201500)... [OK]
Updating database schema (2016081200)... [OK]
Updating database schema (2016100900)... [OK]
Updating database schema (2016112200)... [OK]
This instance of Roundcube is up-to-date.
Have fun!
498#

I was all exited thinking it would work now, but it I didn't :-( Still get the 
« _/!\_ Login failed » error with the correct credentials.

I uninstalled and reinstalled RC and went thru the same procedures — no success.

_2nd question:_ how can I get more specific error messages as just a lapidary « 
_/!\_ Login failed » ?

Thank you and best regards

Meaulnes Legler
Zurich, Switzerland


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

Re: [RCU] can't login after upgrade

2018-10-06 Thread Meaulnes Legler @ roundcube

hey Mike, thanks for the reply!

On 05.10.18 17:19, Mike Burger wrote:

Have you run the /bin/updatedb.sh script, yet?


no, I didn't, but I tried now and it says:

483# bin/updatedb.sh
Error 500: Database schema directory not specified (--dir).
484#

what params do I have to enter?

_2nd question:_ how can I get more specific error messages as just a lapidary « 
/!\ Login failed » ?

Thank you and best regards

Meaulnes Legler
Zurich, Switzerland




On 2018-10-05 10:17, Meaulnes Legler @ roundcube wrote:

hello again

I'm still having login problems on different sites on my webserver. On
several sites, I upgraded from version 1.2.4 to 1.3.7 and since then,
a login attempt says « /!\ Login failed ». Users at sites running
RoundCube 1.2.4 have no problems.

A.L.E.C. said, I should fix the database. How can I do this? I
couldn't find any instructions online...
 Thank you and best regards




--
Meaulnes Legler ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ http://www.WaveWeb.ch ~ ~ ~ ~ ~ ~ ~ 
~ ~ ~ ~ ~ ~ ~ ~ Zurich, Switzerland ~ ~ +41\0 44 260 16 60 ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 
~ ~ ~ ~

Meaulnes Legler
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
~ www.WaveWeb.ch  ~
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
~ Zurich, Switzerland ~
~ tel: +41 44 2601660 ~


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

Re: [RCU] can't login after upgrade

2018-10-06 Thread Meaulnes Legler @ roundcube

hey Mike, thanks for the reply!

On 05.10.18 17:19, Mike Burger wrote:

Have you run the /bin/updatedb.sh script, yet?


no, I didn't, but I tried now and it says:

483# bin/updatedb.sh
Error 500: Database schema directory not specified (--dir).
484#

what params do I have to enter?

Thank you and best regards

Meaulnes Legler
Zurich, Switzerland




On 2018-10-05 10:17, Meaulnes Legler @ roundcube wrote:

hello again

I'm still having login problems on different sites on my webserver. On
several sites, I upgraded from version 1.2.4 to 1.3.7 and since then,
a login attempt says « /!\ Login failed ». Users at sites running
RoundCube 1.2.4 have no problems.

A.L.E.C. said, I should fix the database. How can I do this? I
couldn't find any instructions online...
 Thank you and best regards




--
Meaulnes Legler ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ http://www.WaveWeb.ch ~ ~ ~ ~ ~ ~ ~ 
~ ~ ~ ~ ~ ~ ~ ~ Zurich, Switzerland ~ ~ +41\0 44 260 16 60 ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 
~ ~ ~ ~

Meaulnes Legler
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
~  www.WaveWeb.ch  ~
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
~ Zurich, Switzerland ~
~ tel: +41 44 2601660 ~


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

[RCU] can't login after upgrade

2018-10-05 Thread Meaulnes Legler @ roundcube

hello again

I'm still having login problems on different sites on my webserver. On several 
sites, I upgraded from version 1.2.4 to 1.3.7 and since then, a login attempt 
says « _/*!*\_ Login failed ». Users at sites running RoundCube 1.2.4 have no 
problems.

A.L.E.C. said, I should fix the database. How can I do this? I couldn't find 
any instructions online...

Thank you and best regards
_~_
'¿')
`-´  Meaulnes Legler
 Zurich, Switzerland
+41\0 44 260 16 60


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

Re: [RCU] can't login new user

2018-09-24 Thread Meaulnes Legler @ roundcube

On 23.09.18 08:01, A.L.E.C wrote:

On 09/22/2018 06:48 PM, WaveWeb - M. Legler wrote:
Looks like your database structure is outdated. There's no 'alias' column since 
Roundcube
0.8. You can just drop the column, but would be better to verify the whole 
structure.


hm, don't know how to check the structure of the database... In phpMyAdmin, 
there are only the databases

 * avspam6
 * information_schema
 * mysql
 * nwa
 * performance_schema

and in none of them there is an «alias» column... Which one is the RoundCube 
database anyway?

The strange thing is that this login with subsequent immediate-logout only 
occurs with this new user, with other users RoundCube works fine.

Thank you and best regards

_~_
'¿')
`-´  Meaulnes Legler
 Zurich, Switzerland
+41\0 44 260 16 60


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

[RCU] Database error

2018-05-12 Thread Meaulnes Legler @ roundcube

hello

I installed Roundcube's new version 1.3.4 from the previous version 1.2.4 the 
on a BlueOnyx server. Since then, I can't login at http://server/roundcube/, I 
get instead of the login form the error

*DATABASE ERROR: CONNECTION FAILED!*
Unable to connect to the database!
Please contact your server-administrator.

I am actually the server administrator with root access, but have no idea how 
to proceed here...

Anybody knows how to fix/reconnect this MySQL database?

Thank you and best regards

_~_
'¿')
`-´  Meaulnes Legler
 Zurich, Switzerland
+41\0 44 260 16 60


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

Re: [RCU] adaptive design

2017-12-07 Thread Meaulnes Legler @ roundcube

On 07.12.17 15:21, Julian Kippels wrote:

Hi,
try the Melanie2 mobile skin. Works great for my install
https://github.com/messagerie-melanie2/Roundcube-Skin-Melanie2-Larry-Mobile
Julian
___
Roundcube Users mailing list


yes, the screenshots look very nice!

I could successfully install it, however, the StyleSheets don't seem to be 
implemented, I just get plain HTML «Times»-text and no images...

what do I do wrong?

Thank you and best regards

_~_
'¿')
`-´  Meaulnes Legler
 Zurich, Switzerland
+41\0 44 260 16 60


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

[RCU] adaptive design

2017-12-07 Thread Meaulnes Legler @ roundcube

hello all

I have users that complain that the webmailer doesn't display correctly on 
their smartphones when using FLINT's Larry skin interface. They cannot reduce 
the display size nor change the width of the left folders column.

Is there a skin interface that uses adaptive design? How can one install it?

Thank you and best regards

_~_
'¿')
`-´  Meaulnes Legler
 Zurich, Switzerland
+41\0 44 260 16 60



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

Re: [RCU] managesieve -> «Unable to connect to server»

2017-06-05 Thread &quot;Meaulnes Legler"@roundcube

On 05.06.17 14:28, Reindl Harald wrote:

Am 05.06.2017 um 14:17 schrieb "Meaulnes Legler"@roundcube:

hello
I installed Roundcube and enabled managesieve in 
*/roundcube/config/config.inc.php* with
// List of active plugins (in plugins/ directory)
$config['plugins'] = array(
'archive',
'managesieve',
'zipdownload',
);
but the filters don't work, I get the message «Unable to connect to server» 
(see screenshot)
The sieve plugin seems to be installed in Dovecot, the partial output of 
*`dovecot -n`* is (see whole output at the end of this mail)
plugin {
sieve =file:~/sieve;active=~/.dovecot.sieve
}
What am I missing?

where is your service managesieve {}
do you see a sieve service in "netstat -l"
guess what "Unable to connect to server" means

`*netstat -l | grep sieve*` > no output...

means that managesieve is not running, I guess... How do I make it run ? It was 
installed with:

`*yum install dovecot-pigeonhole*`

Thank you and best regards

_~_
'¿')
`-´ Meaulnes Legler
Zurich, Switzerland
+41\0 44 260 16 60


*# netstat -l | grep dovecot*
unix  2  [ ACC ] STREAM LISTENING 426328354 
/var/run/dovecot/login/ssl-params
unix  2  [ ACC ] STREAM LISTENING 426328365 
/var/run/dovecot/login/pop3
unix  2  [ ACC ] STREAM LISTENING 426328377 
/var/run/dovecot/login/ipc-proxy
unix  2  [ ACC ] STREAM LISTENING 426328387 
/var/run/dovecot/login/imap
unix  2  [ ACC ] STREAM LISTENING 426328431 
/var/run/dovecot/login/login
unix  2  [ ACC ] STREAM LISTENING 426328346 
/var/run/dovecot/stats
unix  2  [ ACC ] STREAM LISTENING 426328352 
/var/run/dovecot/ssl-params
unix  2  [ ACC ] STREAM LISTENING 426328358 
/var/run/dovecot/replicator
unix  2  [ ACC ] STREAM LISTENING 426328362 
/var/run/dovecot/replication-notify
unix  2  [ ACC ] STREAM LISTENING 426328371 
/var/run/dovecot/log-errors
unix  2  [ ACC ] STREAM LISTENING 426328375 /var/run/dovecot/ipc
unix  2  [ ACC ] STREAM LISTENING 426328381 
/var/run/dovecot/indexer-worker
unix  2  [ ACC ] STREAM LISTENING 426328385 
/var/run/dovecot/indexer
unix  2  [ ACC ] STREAM LISTENING 426328393 
/var/run/dovecot/imap-urlauth-worker
unix  2  [ ACC ] STREAM LISTENING 426328399 
/var/run/dovecot/imap-urlauth
unix  2  [ ACC ] STREAM LISTENING 426328407 
/var/run/dovecot/doveadm-server
unix  2  [ ACC ] STREAM LISTENING 426328411 
/var/run/dovecot/dns-client
unix  2  [ ACC ] STREAM LISTENING 426328415 
/var/run/dovecot/director-admin
unix  2  [ ACC ] STREAM LISTENING 426328419 
/var/run/dovecot/director-userdb
unix  2  [ ACC ] STREAM LISTENING 426328423 
/var/run/dovecot/dict
unix  2  [ ACC ] STREAM LISTENING 426328429 
/var/run/dovecot/config
unix  2  [ ACC ] STREAM LISTENING 426328395 
/var/run/dovecot/token-login/imap-urlauth
unix  2  [ ACC ] STREAM LISTENING 426328437 
/var/run/dovecot/auth-login
unix  2  [ ACC ] STREAM LISTENING 426328433 
/var/run/dovecot/token-login/tokenlogin
unix  2  [ ACC ] STREAM LISTENING 426328441 
/var/run/dovecot/auth-client
unix  2  [ ACC ] STREAM LISTENING 426328445 
/var/run/dovecot/auth-userdb
unix  2  [ ACC ] STREAM LISTENING 426328449 
/var/run/dovecot/auth-master
unix  2  [ ACC ] STREAM LISTENING 426328453 
/var/run/dovecot/auth-worker
unix  2  [ ACC ] STREAM LISTENING 426328457 
/var/run/dovecot/anvil
unix  2  [ ACC ] STREAM LISTENING 426328461 
/var/run/dovecot/anvil-auth-penalty
unix  2  [ ACC ] STREAM LISTENING 426328389 
/var/run/dovecot/imap-master
unix  2  [ ACC ] STREAM LISTENING 426328403 
/var/run/dovecot/imap-hibernate
unix  2  [ ACC ] STREAM LISTENING 426328425 
/var/run/dovecot/dict-async
unix  2  [ ACC ] STREAM LISTENING 426328463 
/var/run/dovecot/master
  

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