Displaying 20 results from an estimated 10000 matches similar to: "couple questions about dovecot"
2013 Sep 08
2
Postfixadmin/MySQL/Dovecot 2 and quota
Hi all,
I'm setting up a new email server based on the softwares list below:
* Postfix
* Dovecot 2.0.9
* MySQL
* Postfixadmin 2.3.6
My current problem is I'm unsure whether quota feature is well
configured or not.
In order to test and validate, I use Roundcubemail GUI which provides
percentage of the space used by the mailbox (quota should be applied per
mailbox).
Here, my
2009 Oct 11
1
problem with old stable 0.1.1 roundcubemail contained in the deposit EPEL
Hi all
Hi list
my linux box is CentOS 5.3
it is properly updated
I use the old old ?stable version 0.1.1 of roundcubemail , which is contained
in the deposit EPEL
I preferred to continue using the version contained in the official
repositories of CentOS
I configure a user roundcubemail on my mysql server
Here are the commands that I have applied to the server mysql
mysql -u roundcubemail -p
2009 Nov 12
0
problem with stable version of roundcubemail contained in the depot Karanbir Singh
Hi all
Hi list
my linux box is CentOS 5.4
it is properly updated
I use the [root at r13151 ~]# rpm -qa | grep roundcubemail
roundcubemail-0.2.1-1.el5.kb
[root at r13151 ~]#
roundcubemail , which is contained
in the deposit karanbir singh
I preferred to continue using the version contained in the official (depot
karanbir singh its offcial repositories yes or not )
repositories of CentOS
I
2017 Apr 05
0
Withdraw - Re: Roundcubemail 1.1.8 possible bug?
I do not code php, I only use it in things like Roundcubemail, so I was
at first surprised that the config file was missing the closing ?> tag.
Then I noticed that ALL of the various php config files where missing
it. So I did some googling and found out it is actually recommended to
leave it off.
Humph.
On 04/05/2017 12:09 PM, Robert Moskowitz wrote:
> I am installing Roundcubemail
2017 Apr 05
2
Roundcubemail 1.1.8 possible bug?
I am installing Roundcubemail on Centos7-arm
roundcubemail-1.1.8-1.el7.noarch
The installer web app creates a config.inc.php to save within the
/etc/roundcubemail/ directory. It warns that:
"Make sure that there are no characters outside the <?php ?> brackets
when saving the file."
Thing is there is no ?> at the end of this. It is left out. So I got
to add that
2018 Jul 11
0
Connection refused (61)
Can you see the mails with neomutt?
If so, the error is on the roundcube side.
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com
US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106
?On 7/11/18, 5:09 PM, "Teno Deuter" <gvgter at googlemail.com> wrote:
in:
/var/mail/[user]/Inbox
2018 Jul 11
0
Connection refused (61)
Is the user subscribed to the mailboxes?
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com
US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106
?On 7/11/18, 5:14 PM, "Teno Deuter" <gvgter at googlemail.com> wrote:
I can see the mails with neomutt
I can also see them with roundcube if I
2018 Jul 11
0
Connection refused (61)
There is a concept in IMAP of mailbox subscription. This is the default list of mailboxes to be shown.
doveadm mailbox list -s
(full command syntax on the doveadm-mailbox manpage)
That will list the subscribed mailboxes for the logged in user.
There are command-line switches for which user to list, etc.
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1
2012 Jul 17
1
probleme rpm roundcubemail-0.7.2-2.el6.noarch force ssl fail
hello guys
hello master of holy bible of centos
I am having problems with the package for EPEL roundcubemail centos 6
options for config roundcubemail to force SSL connections not working
// enforce connections over https
// with this option enabled, all non-secure connections will be
redirected.
// set the port for the ssl connection as value of this option if it
differs from the default 443
2015 Jun 12
4
Sorry, another faq
I've installed a mailserver according to these instructions:
http://www.server-world.info/en/note?os=CentOS_7&p=httpd&f=13
When I try to login to the server through Roundcube webmail I get
Connection to storage server failed.
So checking on this
[12-Jun-2015 11:28:53 +0000]: <6jap13r2> IMAP Error: Login failed for
martin from 83.251.209.249. Could not connect to
2018 Jul 11
2
Connection refused (61)
in:
/var/mail/[user]/Inbox
drwxr-xr-x 2 512 Jul 5 01:30 tmp
-rw------- 1 5 Jul 7 00:00 subscriptions
drwxr-xr-x 2 512 Jul 7 00:00 new
-rw------- 1 24 Jul 7 00:00 dovecot.mailbox.log
-rw------- 1 1988 Jul 7 00:22 dovecot.index.log
-rw------- 1 4568 Jul 11 19:34 dovecot.index.cache
-r--r--r-- 1 0 Jul 7 00:00 dovecot-uidvalidity.5b3fe690
-rw------- 1 8 Jul
2015 Jun 12
0
Sorry, another faq
Am 12.06.2015 um 13:37 schrieb Martin S:
> I've installed a mailserver according to these instructions:
> http://www.server-world.info/en/note?os=CentOS_7&p=httpd&f=13
> When I try to login to the server through Roundcube webmail I get
> Connection to storage server failed.
>
> So checking on this
>
> [12-Jun-2015 11:28:53 +0000]: <6jap13r2> IMAP Error:
2018 Jul 11
0
Connection refused (61)
What mail port are you expecting it connect to on 127.0.0.1?
Here's my config.
$ grep -v "^//" config.inc.php
<?php
/* Local configuration for Roundcube Webmail */
$config['mime_types'] = '/usr/local/etc/apache22/mime.types';
$config['db_dsnw'] = 'pgsql://roundcube:<elided>@localhost/roundcubemail';
$config['default_host'] =
2018 Jul 11
0
Connection refused (61)
What happens if you telnet 127.0.0.1 587?
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com
US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106
?On 7/11/18, 4:39 PM, "Teno Deuter" <gvgter at googlemail.com> wrote:
sorry forgot to mention the port in the roundcube config file!
2015 Jun 12
2
Sorry, another faq
On Fri, Jun 12, 2015 at 03:01:17PM +0200, Daniel Tr?der wrote:
> Am 12.06.2015 um 13:37 schrieb Martin S:
> > I've installed a mailserver according to these instructions:
> > http://www.server-world.info/en/note?os=CentOS_7&p=httpd&f=13
> > When I try to login to the server through Roundcube webmail I get
> > Connection to storage server failed.
> >
2018 Jul 11
1
Connection refused (61)
this command produces:
Sent
only!
On Thu, Jul 12, 2018 at 12:29 AM, Larry Rosenman <larryrtx at gmail.com> wrote:
> There is a concept in IMAP of mailbox subscription. This is the default list of mailboxes to be shown.
>
> doveadm mailbox list -s
>
> (full command syntax on the doveadm-mailbox manpage)
>
> That will list the subscribed mailboxes for the logged in
2018 Jul 11
2
Connection refused (61)
sorry forgot to mention the port in the roundcube config file!
$config['smtp_port'] = 587;
On Wed, Jul 11, 2018 at 11:36 PM, Larry Rosenman <larryrtx at gmail.com> wrote:
> What mail port are you expecting it connect to on 127.0.0.1?
>
> Here's my config.
> $ grep -v "^//" config.inc.php
> <?php
>
> /* Local configuration for Roundcube Webmail
2018 Jul 11
2
Connection refused (61)
I can see the mails with neomutt
I can also see them with roundcube if I skip in dovecot the
'mail_location = maildir:~/var/mail/%u:LAYOUT=fs'
On Thu, Jul 12, 2018 at 12:11 AM, Larry Rosenman <larryrtx at gmail.com> wrote:
> Can you see the mails with neomutt?
>
> If so, the error is on the roundcube side.
>
>
> --
> Larry Rosenman
2018 Jul 11
0
Connection refused (61)
Your smtp server isn't listening.
Is it running, and binding to 127.0.0.1?
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com
US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106
?On 7/11/18, 4:44 PM, "Teno Deuter" <gvgter at googlemail.com> wrote:
connection refused! But why?
On
2018 Jul 11
0
Connection refused (61)
What's your neomutt connecting to?
For smtp?
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com
US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106
?On 7/11/18, 4:47 PM, "Teno Deuter" <gvgter at googlemail.com> wrote:
when using neomutt for the same system user, I can send and receive