Hello,
I'm using the persistent-login plugin:
http://www.insanefactory.com/roundcube-persistent-login-plugin/
When I activate the remember feature at the login page I can't logout anymore.
Pressing Log Out brings me back to the login form, but simply doing a reload
or visiting roundcube at a later time automatically logs me in again.
Is this bug known? Any workaround? Is AuthToken working better?
I use the UserData cookie method, browser is Chromium on Linux.
Thanks,
Florian
Hi all,
I am a blind guy currently testing roundcube.
well actually i used the demo installation.
I was able to read email though i have no clue how to select multiple
messages to delete or move in the messages list.
I just was able to test this on roundcube 0.9.x. how has the interface
changed in 1.0 beta versions?
i guess with the newest technologies we could make roundcube fully
accessible.
greetings,
simon
---
Diese E-Mail ist frei von Viren und Malware, denn der avast! Antivirus …
[View More]Schutz ist aktiv.
http://www.avast.com
[View Less]
Reindl Harald <h.reindl(a)thelounge.net> wrote:
> >> open_basedir or file-libs package not installed
> >> https://www.google.at/search?q=%2Fusr%2Fshare%2Fmisc%2Fmagic
> >>
> >> [harry@srv-rhsoft:~]$ rpm -q --file /usr/share/misc/magic
> >> file-libs-5.11-11.fc19.x86_64
> >
> > hm
> > # rpm -q --file /usr/share/misc/magic
> > libmagic-data-5.11-12.1.1.i586
> >
> > # ls -l /usr/share/misc
> > insgesamt …
[View More]3896
> > -rw-r--r-- 1 root root 30507 15. Okt 06:52 hddtemp.db
> > -rw-r--r-- 1 root root 625650 26. Jan 2013 magic
> > -rw-r--r-- 1 root root 2294480 26. Jan 2013 magic.mgc
> > -rw-r--r-- 1 root root 1029519 25. Jan 2013 termcap
> >
> > I am missing something ;)
>
> as i asked previously
> does your open_basedir allow /usr/share/misc to be accessed?
oh, I overread this. In the php.ini open_basedir is not set
;open_basedir =
nor is it in a .htaccess file for that virtual host.
But wait. It is set for the default server of apache as
php_admin_value and with this IP 78.47.3.17 Roundcube connects
to 78.47.3.18. This could be the reason for the error.
I'll watch that. Roundcube works nevertheless. What is this
/usr/share/misc/magic good for?
Andreas
[View Less]
Hi!
What does this mean?
[27-Dec-2013 22:21:35 UTC] PHP Warning: finfo_open(): Failed to load magic database at '/usr/share/misc/magic'. in /vwww/anup/root/esystem/program/lib/Roundcube/rcube_mime.php on line 727
Am I missing something?
Andreas
Hi,
I disabled the roundcube (0.9.5) address book using
/$rcmail_config['address_book_type'] = '';/
as instructed:
/
//// This indicates which type of address book to use. Possible choises://
//// 'sql' (default), 'ldap' and ''.//
//// If set to 'ldap' then it will look at using the first writable LDAP//
//// address book as the primary address book and it will not display the//
//// SQL address book in the 'Address Book' view.//
//// If set to '' then no address book will be displayed or …
[View More]only the//
//// addressbook which is created by a plugin (like CardDAV)./
Now everytime a user enters a characater in the recipient field when
composing a new mail, the error "Application Error (700): Addressbook
source () not found!" pops up.
How can this be fixed?
Best regards
Yannik
[View Less]
Reindl Harald <h.reindl(a)thelounge.net> wrote:
> > [25-Dec-2013 20:06:38 +0100]: Recv: 220 mail.anup.de
> > [25-Dec-2013 20:06:38 +0100]: Send: EHLO www.anup.de
> > [25-Dec-2013 20:06:38 +0100]: Recv: 250-mail.anup.de
> > [25-Dec-2013 20:06:38 +0100]: Recv: 250-PIPELINING
> > [25-Dec-2013 20:06:38 +0100]: Recv: 250-SIZE 20971520
> > [25-Dec-2013 20:06:38 +0100]: Recv: 250-STARTTLS
> > [25-Dec-2013 20:06:38 +0100]: Recv: 250-ENHANCEDSTATUSCODES
&…
[View More]gt; > [25-Dec-2013 20:06:38 +0100]: Recv: 250-8BITMIME
> > [25-Dec-2013 20:06:38 +0100]: Recv: 250 DSN
> > [25-Dec-2013 20:06:38 +0100]: Send: RSET
> > [25-Dec-2013 20:06:38 +0100]: Recv: 250 2.0.0 Ok
> > [25-Dec-2013 20:06:38 +0100]: Send: QUIT
> > [25-Dec-2013 20:06:38 +0100]: Recv: 221 2.0.0 Bye
> >
> > Could it be %u only submits the username without the domainpart?
>
> no - you SMTPD does *not* announce authentication or you have disabled unencrypted
> authentication in which case "$rcmail_config['smtp_server'] = '78.47.3.18';" is
> just wrong and should be tls://78.47.3.18
tls://78.47.3.18 did the trick. The users must use TLS to authenticate.
> please realize that this is *not* a roundcube issue
> in no way it is a roundcube issue, you need to
> properly configure your mailserver or ask on
> the mailservers list how to do so
>
> [harry@srv-rhsoft:~]$ telnet mail.anup.de 25
> Trying 78.47.3.18...
> Connected to mail.anup.de.
> Escape character is '^]'.
> 220 mail.anup.de
> EHLO test
> 250-mail.anup.de
> 250-PIPELINING
> 250-SIZE 20971520
> 250-STARTTLS
> 250-ENHANCEDSTATUSCODES
> 250-8BITMIME
> 250 DSN
I don't know why the mailserver does not announce AUTH mechanisms
for now. I'll ask at the postfix list.
Let me thank you for your patience and for solving this problem!
One step more understanding this piece of software.
Andreas
[View Less]
Reindl Harald <h.reindl(a)thelounge.net> wrote:
> jesus christ configure smtp_user und smtp_pass and with %u and %p
> the login-data used for the roundcube login are used here given
> that normally they are the same as for IMAP/SMTP
>
> // SMTP username (if required) if you use %u as the username Roundcube will use the current username for login
> $rcmail_config['smtp_user'] = '%u';
> // SMTP password (if required) if you use %p as the password Roundcube will use …
[View More]the current user's password for login
> $rcmail_config['smtp_pass'] = '%p';
did that
Dec 25 20:04:39 delta anup/smtpd[1389]: connect from sites.anup.de[78.47.3.17]
Dec 25 20:04:39 delta anup/smtpd[1389]: disconnect from sites.anup.de[78.47.3.17]
is all the mail.log says and Roundcube says
SMTP Fehler (250): Die Authentisierung ist fehlgeschlagen.
[25-Dec-2013 20:06:38 +0100]: Recv: 220 mail.anup.de
[25-Dec-2013 20:06:38 +0100]: Send: EHLO www.anup.de
[25-Dec-2013 20:06:38 +0100]: Recv: 250-mail.anup.de
[25-Dec-2013 20:06:38 +0100]: Recv: 250-PIPELINING
[25-Dec-2013 20:06:38 +0100]: Recv: 250-SIZE 20971520
[25-Dec-2013 20:06:38 +0100]: Recv: 250-STARTTLS
[25-Dec-2013 20:06:38 +0100]: Recv: 250-ENHANCEDSTATUSCODES
[25-Dec-2013 20:06:38 +0100]: Recv: 250-8BITMIME
[25-Dec-2013 20:06:38 +0100]: Recv: 250 DSN
[25-Dec-2013 20:06:38 +0100]: Send: RSET
[25-Dec-2013 20:06:38 +0100]: Recv: 250 2.0.0 Ok
[25-Dec-2013 20:06:38 +0100]: Send: QUIT
[25-Dec-2013 20:06:38 +0100]: Recv: 221 2.0.0 Bye
Could it be %u only submits the username without the domainpart?
This are the actual settings:
$rcmail_config['smtp_server'] = '78.47.3.18';
$rcmail_config['smtp_port'] = 25;
$rcmail_config['smtp_user'] = '%u';
$rcmail_config['smtp_pass'] = '%p';
Andreas
[View Less]
Reindl Harald <h.reindl(a)thelounge.net> wrote:
> Am 25.12.2013 18:26, schrieb Andreas Meyer:> Reindl Harald <h.reindl(a)thelounge.net> wrote:
> >
> >> Am 25.12.2013 15:29, schrieb Andreas Meyer:
> >>> If I define $rcmail_config['smtp_server'] = '78.47.3.18'; instead of
> >>> $rcmail_config['smtp_server'] = ''; the users get a Relay access denied.
> >>>
> >>> Whereby Roundcube takes the first IP of the subnet 78.…
[View More]47.3.17 and I
> >>> assume, this is the reason for the denied access.
> >>
> >> youndcube does take nothing
> >> 78.47.3.17 is the IP from which roundcube connects to the mailserver
why? 78.47.3.17 is not known by any mailservice at the host. Just because
it is not blocked at the firewall?
# netstat -pantu |grep master
tcp 0 0 127.0.0.1:10025 0.0.0.0:* LISTEN 2246/master
tcp 0 0 78.47.3.18:587 0.0.0.0:* LISTEN 2246/master
tcp 0 0 78.47.3.19:587 0.0.0.0:* LISTEN 2246/master
tcp 0 0 127.0.0.1:587 0.0.0.0:* LISTEN 2246/master
tcp 0 0 213.239.207.165:587 0.0.0.0:* LISTEN 2246/master
tcp 0 0 78.47.3.18:465 0.0.0.0:* LISTEN 2246/master
tcp 0 0 78.47.3.19:465 0.0.0.0:* LISTEN 2246/master
tcp 0 0 127.0.0.1:465 0.0.0.0:* LISTEN 2246/master
tcp 0 0 213.239.207.165:465 0.0.0.0:* LISTEN 2246/master
tcp 0 0 78.47.3.22:25 0.0.0.0:* LISTEN 2246/master
tcp 0 0 78.47.3.21:25 0.0.0.0:* LISTEN 2246/master
tcp 0 0 78.47.3.18:25 0.0.0.0:* LISTEN 2246/master
tcp 0 0 78.47.3.19:25 0.0.0.0:* LISTEN 2246/master
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 2246/master
tcp 0 0 213.239.207.165:25 0.0.0.0:* LISTEN 2246/master
> > The Relay access denied only happens when I set
> > $rcmail_config['smtp_server'] = '78.47.3.18';
> >
> > This is necessary so that Roundcube connects to the smtpd running
> > in the same host instead of connecting directly to the pickup of
> > postfix. The reason is the smtpd_restriction_classes restriction
> > of postfix to work.
>
> *SMTP authentication*
>
> nobody should ever send any single message to be relayed without user/password
> why? because you have no clue which clients account was hacked in case of spam
> and you can do *nothing* to stop it without kill the whole service
>
> // SMTP server host (for sending mails)
> $rcmail_config['smtp_server'] = 'tls://your-mailserver';
$rcmail_config['smtp_server'] = '78.47.3.18';
> // SMTP port (default is 25; 465 for SSL)
> $rcmail_config['smtp_port'] = 587;
the clients submit on port 25. Why do I get a Relay access denied? The
clients are authenticated per login with username and password and
are allowed to relay per SASL. It works as soon Roundube connetcs
with $rcmail_config['smtp_server'] = '';
> // SMTP username (if required) if you use %u as the username Roundcube will use the current username for login
> $rcmail_config['smtp_user'] = '%u';
>
> // SMTP password (if required) if you use %p as the password Roundcube will use the current user's password for login
> $rcmail_config['smtp_pass'] = '%p';
>
> // SMTP AUTH type (DIGEST-MD5, CRAM-MD5, LOGIN, PLAIN or empty to use best server supported one)
> $rcmail_config['smtp_auth_type'] = 'PLAIN';
>
> >>> Dec 25 15:14:47 delta anup/smtpd[32664]: connect from sites.anup.de[78.47.3.17]
> >>> Dec 25 15:14:47 delta anup/smtpd[32664]: NOQUEUE: reject: RCPT from sites.anup.de[78.47.3.17]: 554 5.7.1
> <anmeyer(a)gmx.net>: Relay access denied; from=<anmeyer(a)anup.de> to=<anmeyer(a)gmx.net
> >>> Dec 25 15:14:47 delta anup/smtpd[32664]: disconnect from sites.anup.de[78.47.3.17]
> >>>
> >>> How do I prevent this?
> >>
> >> whitelist the roundcube IP on the mailserver or configure SMTP authentication properly
> >> roundcube is a mail-client like any other (Outlook, Thunderbird..)
> >> so handle it the same way
> >
> > Connections of other MUAs are no problem.
>
> hopefully not with authentication
Everybody who wants to relay has to authenticate. I thought whith Roundcube
this is done as soon someone can login.
In every MUA I can specify what outgoing SMTP-Server and incoming IMAP-Server
to use. Where can this be done in Roundube?
> > How do I tell Roundcube
> > to connect to the MTA with 78.47.3.18 instead of 78.47.3.17, which
> > is no IP known to the MTA or known in virtual_mailbox_domains?
>
> please learn about networking - the outgoing IP is nothing you tell roundcube
> it is your TCP stack!
You tell me if I specify $rcmail_config['smtp_server'] = '78.47.3.18';
users are not allowed to send, but they are authenticated. Why does
the problem not occure if I set $rcmail_config['smtp_server'] = ''; ?
78.47.3.18 is known to the mailserver as a virtual_mailbox_domains
I do not understand what is happening.
Andreas
[View Less]
Reindl Harald <h.reindl(a)thelounge.net> wrote:
> Am 25.12.2013 15:29, schrieb Andreas Meyer:
> > If I define $rcmail_config['smtp_server'] = '78.47.3.18'; instead of
> > $rcmail_config['smtp_server'] = ''; the users get a Relay access denied.
> >
> > Whereby Roundcube takes the first IP of the subnet 78.47.3.17 and I
> > assume, this is the reason for the denied access.
>
> youndcube does take nothing
> 78.47.3.17 is the IP from which …
[View More]roundcube connects to the mailserver
The Relay access denied only happens when I set
$rcmail_config['smtp_server'] = '78.47.3.18';
This is necessary so that Roundcube connects to the smtpd running
in the same host instead of connecting directly to the pickup of
postfix. The reason is the smtpd_restriction_classes restriction
of postfix to work.
> > Dec 25 15:14:47 delta anup/smtpd[32664]: connect from sites.anup.de[78.47.3.17]
> > Dec 25 15:14:47 delta anup/smtpd[32664]: NOQUEUE: reject: RCPT from sites.anup.de[78.47.3.17]: 554 5.7.1 <anmeyer(a)gmx.net>: Relay access denied; from=<anmeyer(a)anup.de> to=<anmeyer(a)gmx.net
> > Dec 25 15:14:47 delta anup/smtpd[32664]: disconnect from sites.anup.de[78.47.3.17]
> >
> > How do I prevent this?
>
> whitelist the roundcube IP on the mailserver or configure SMTP authentication properly
> roundcube is a mail-client like any other (Outlook, Thunderbird..)
> so handle it the same way
Connections of other MUAs are no problem. How do I tell Roundcube
to connect to the MTA with 78.47.3.18 instead of 78.47.3.17, which
is no IP known to the MTA or known in virtual_mailbox_domains?
Andreas
[View Less]