Displaying 20 results from an estimated 7000 matches similar to: "Config problem: want SSL + local roundcube"
2019 Jun 19
1
Cannot connect to DOVECOT from Roundcube using SSL on Port 993
Hello
I try to connect to dovecot from roundcube using this setup:
$config['default_host'] = 'ssl://chogolisa.akadia.com';
$config['default_port'] = 993;
and I get the following error message from dovecot:
Jun 19 11:30:21 chogolisa dovecot: imap-login: Disconnected (no auth
attempts in 0 secs): user=<>, rip=84.253.50.195, lip=84.253.50.195, TLS
handshaking:
2012 Nov 01
1
dovecot dimensioning
Hi All, first post here, nice to meet you :)
I've been using dovecot + postfix + clamav + spamassassin for years but always with few users.
Now i must build a server for 1500 users,
they will use various email software (thunderbird, outlook, ..)
the webmail (i'm not sure if squirrelmail or roundcube)
and blackberry devices (with the BIS service).
There will be around 1000 domains
2014 Mar 21
1
Dovecot + roundcube -- Password Change
Hello,
I'm using Postfix + Dovecot (2.2.6) + roundcube 0.8.x + mysql.
The roundcube webserver is hosted on a different server than the
Dovecot. The dovecot itself is a replicated 2 node configuration.
I would like to allow users to change the password from roundcube
interface. All the examples I have seen, assume that roundcube runs in
the same server as dovecot.
Is there an example /
2023 Jan 26
2
How do you scale dovecot for good performance with Roundcube webmailer in front? (hitting limits without exhausting resources)
Good day,
I am currently setting up/debugging a webmailer-only setup using Roundcube (latest version) with Dovecot (2.3.20, latest as of now).
Generally speaking the setup performs OK, I wrote a JMeter Roundcube script to test the Roundcube. This includes actions like listing mails and fetching them. I am hitting a somehow dubious limit of 600 req/s though. (This includes all kinds of HTTP calls
2017 Dec 29
4
Adding Sieve to Roundcube
I'm planning on adding support for sieve to Roundcube here in the near future and am looking for any recommendations on read-mes on how to do this.
I am planning on waiting until 2.3.0 hits Freebsd Ports
--
No Sigs. Blame Apple.
2019 Dec 08
2
Roundcube does not show emails
Hi,
I installed Roundcube 1.4.1 on a sandbox server running CentOS 7, Postfix and
Dovecot, with half a dozen test email accounts.
Mail is setup correctly under the hood, e. g. I can access any account via
Thunderbird for sending and receiving mail.
And SELinux is set to permissive until everything works correctly.
I took some notes (in french) on the installation procedure under CentOS :
*
2017 May 05
3
Can only enable Sieve scripts not edit them (Roundcube)
Hello,
(my first post so be gentle)
I will be posting this to the Roundcube mailing list too, but thought it worth asking here as well.
I have a Roundcube installation running Apache with Dovecot and Sieve.
When logged in to Roundcube, a user can see the Sieve scripts and enable or disable them but NOT edit them or create new scripts.
In other words, Dovecot will happily EDIT the script to
2012 Mar 27
1
Dovecot upgrade from 1.2.x to 2.0.x: roundcube/squirrelmail sent folder doesn't work any more
Hello,
After upgrading from 1.2.x to 2.0.x I'm having problems using sent
folder in Webmail applications like roundcube mail and squirrelmail.
Relevant config dovecot.conf:
mail_location = mbox:~:INBOX=/var/mail/%u
Different LIST behaviour from rawlog:
1.2.x: with Prefix ~/Mail
A002 LIST "" "~/Mail/sent"
* LIST (\NoInferiors \UnMarked) "/"
2020 Sep 17
2
pam dovecot not working with authentication from roundcube
Hi Everyone,
I made some small changes in my dovecot setup to switch it from looking
up users and passwords from a mix of ldap (i.e. freeipa) and password
files. One of the changes was to switch from using one id for all
authentication to using individual ids)
It's working fine with Evolution. I have one account authenticating
with GSSAPI, which is my userid for logging into my desktop and
2014 Jan 27
1
post-login scripting failing with "denied access to user" v2.1.7
I am trying to have a default sieve rule for new mailboxes that can be
edited by users using the round cube sieve plugin.
It would actually be better executed when a new user is created but my postfixadmin runs on a separate machine so that's a bit tricky.
The "sieve-default =" setting won't quite achieve what I want as I want users to be able to edit the default rule (to
2017 Dec 29
2
Adding Sieve to Roundcube
On 29 Dec 2017, at 07:28, Stephan Bosch <stephan at rename-it.nl> wrote:
> Op 29-12-2017 om 15:21 schreef @lbutlr:
>> I'm planning on adding support for sieve to Roundcube here in the near future and am looking for any recommendations on read-mes on how to do this.
>>
>> I am planning on waiting until 2.3.0 hits Freebsd Ports
>
> Could you be more specific?
2012 May 20
1
GETQUOTAROOT under roundcube
Hi,
I'm struggling with the proper quota displaying under roundcube webmail.
I've tracked the problem to the different responses on GETQUOTAROOT command.
Roundcube aquire quota usage using IMAP command: GETQUOTAROOT INBOX
Example dump of the roundcube <-> dovecot communication:
> GETQUOTAROOT inbox
< QUOTAROOT "inbox" "User quota"
< QUOTA "User
2018 Sep 16
3
Quotas not working with roundcube
Hello,
I'm trying to have quotas working with roundcube.
When I'm logged into roundcube I see 0% quota which seems to correspond to disabled.
However I did everything that I could to enable quotas
https://wiki.dovecot.org/Quota
# doveconf -n
auth_mechanisms = cram-md5 loginauth_verbose = yes
debug_log_path = /tmp/dovecot.log
first_valid_uid = 1000
log_path = /var/log/dovecot.log
2012 Dec 23
2
Dovecot 1.2.7 and Roundcube LIST-EXTENDED commands
Hi all,
we use Dovecot 1.2.7 with Maildir, and recently we have set up the latest
Roundcube webmail. Inside its config file,it is mentioned that:
// By default list of subscribed folders is determined using LIST-EXTENDED
// extension if available. Some servers (dovecot 1.x) returns wrong results
// for shared namespaces in this case.
http://trac.roundcube.net/ticket/1486225
// Enable this option
2015 Apr 09
3
imap doesn't like my passwd
I spent days on this problem.
I have dovecot setup to use SSL and IMAP.
I also have a pop account that I had no trouble getting working.
Both use PAM authentication on Linux.
openssl s_client -connect localhost:993
a login test_user test_secure_password
The response I got back was:
a BAD Invalid characters in atom
I changed the password to "abc" and it worked.
The secure password used
2011 Nov 03
6
Dot Lock timestmap, users disconnections from roundcube
Hello.
We are running dovecot 2.0.13 with mdbox+zlib on RHEL 5.7 x64, ext4. We use NTP. Indexes are in a iSCSI raid 10, mailboxes in raid5. No NFS. We have detected that sometimes all users get disconnected from roundcube at the same time. In dovecot logs we hundreds of lines like this:
Nov 3 09:23:07 buzon dovecot: imap(mcrivero at mydomain): Warning: Created dotlock file's timestamp is
2014 Jul 24
2
Sieve plugin (fc17 + sendmail + roundcube)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Thu, 24 Jul 2014, Franck CALLEJA wrote:
> Jul 03 16:27:45 lda(fcalleja): Debug: sieve: executing script from /home/fcalleja/.dovecot.sieve
You see: Sieve is active.
> Jul
> 03 16:27:45 lda(fcalleja): Info: sieve:
> msgid=<FFA106958F926641804B2465A9966453065D54 at FR711WXCHMBA04.zeu.alcatel-lucent.com>:
> discarding vacation
2018 Apr 04
2
Saving Drafts with Roundcube marks old Mails in INBOX as unread.
Hello List,
I have a problem with the client Roundcube. Whenever I save a draft to the Folder INBOX.Drafts a old mail in my INBOX will be marked as unread.
Here are the IMAP Logs from Roundcube and Dovecot debug logs. I have no idea why it happens. The IMAP protocol looks normal to me but as you can see in the second to last line in the Dovecot log Dovecot is changing the flag of an old E-Mail
2018 Sep 17
2
Quotas not working with roundcube
I was wondering about that myself, but then I couldn't find any info on
quota = in the wiki.
Please update:
https://wiki2.dovecot.org/Quota
:)
Thanks,
Reio
On 17/09/2018 08:57, Aki Tuomi wrote:
> You did everything except actually enable quota... =)
>
> Try adding this to your configuration
>
> quota = count:User quota
> quota_vsizes = yes
>
> inside the
2010 Jan 12
1
Best way of dealing with Case-Sensitive Issues in Dovecot
In order to deal with case-sensitive issues, I am thinking to use the
variable %L (adding it to my current configs --as suggested before by
other users in this list) in the configuration files in this way:
In Dovecot.conf:
mail_location = maildir:/vmail/%Ld/%Ln/Maildir:INDEX=/indexes/%Ld/%Ln
auth default:
username_format: %Lu
passdb:
driver: sql
args: