Displaying 10 results from an estimated 10 matches for "dovocots".
Did you mean:
dovecots
2020 May 13
4
Re: Can't connect to Managesieve Server - what´s wrong?
Am 14.05.2020 um 00:22 schrieb Benny Pedersen:
> On 2020-05-14 00:14, Anton Blau wrote:
>
>> What can I do to get connect from Roundcube to dovecot-managemsieve?
>
> if roundcube is installed on same server as dovecot then disable ssl
> in roundcube managesive plugin as same way for imap and submission/smtps
>
>
Thank you for your very fast answer.
There are two virtual
2009 May 30
1
dovecot with MYSQL on Synology NAS
hello list,
under my table I have a NAS station, the Synology DS-207+
there`s a linux with ipkg.
the dovocot fromo ipkg didnt have mysql support.
compiling seems to be also difficult, because of configure cant find libmysqlclient.
experts, what to do for getting mysql support in dovecot?
best regards
hkwwg
--
Nur bis 31.05.: GMX FreeDSL Komplettanschluss mit DSL 6.000 Flatrate und
2012 Jun 29
1
Preferred LDAP Attribute for home/mail location
Is there, among the dovocot community, any preferred LDAP schema and attribute to use for setting the home/mail storage location?
Some people seem to use the qmail schema, some a Jamm schema (whatever that is), and Markus Effinger has even created a dovecot schema (https://www.effinger.org/blog/2009/01/11/eigenes-ldap-schema-erstellen/). There may be more.
I could even create my own given we have
2013 Jun 14
1
[Dovcot 2.2.2] Q: Prequisits for compiling and plugins
Hi
Where can i find the list of prerequisites for compiling dovocot 2.2.2
form the sources, is there a dedicated link or what terms i should best
use to search the archives of this mailing list, the documentation or
the web?
Where do I find information (links or search terms) whether plugins
available for 1.x 2.1.x series, especially the metadata plugin, are
still needed for 2.2.2 or may even
2017 Feb 03
0
Dovecot performance and proxy loops with IPv6
Ok, got it.
change imap-login and pop-login to these like showed in dovocot wiki for high-performance login mode.
service imap-login {
chroot = login
service_count = 0
client_limit = 600
process_limit = 100
process_min_avail = 16
}
service pop3-login {
chroot = login
service_count = 0
client_limit = 600
process_limit = 100
2020 May 13
0
Re: Can't connect to Managesieve Server - what´s wrong?
On 14-05-2020 8:28, Anton Blau wrote:
> Am 14.05.2020 um 00:22 schrieb Benny Pedersen:
>> On 2020-05-14 00:14, Anton Blau wrote:
>>
>>> What can I do to get connect from Roundcube to dovecot-managemsieve?
>>
>> if roundcube is installed on same server as dovecot then disable ssl
>> in roundcube managesive plugin as same way for imap and
>>
2011 Apr 04
0
Segmentation fault with vpopmail auth
Hi.
I am new in the list.
First, excuse my english. I am not native speaker.
A few hours ago I had a problem with process dovecot-auth and vpopmail.
Versions I had using, working, were:
vpopmail 5.4.28
dovecot-1.1.12
I tried to compile dovecot-1.2.16. Compilation was well but in
execution system said:
kernel: dovecot-auth[2842]: segfault at 645f20 ip 0000000000645f20 sp
00007fff69bd3708
2020 May 13
2
Can't connect to Managesieve Server - what´s wrong?
Hi, please excuse my bad english language. But I am not a native
speaker. I have installed dovecot including sieve and managesieve on a
ubuntu 18.04 lts. When I try to access the filter with roundcube (from
another vm) I get the error message "Cannot connect to
Managesieve-Server". If I try a "telnet myserver.dynvpn.de 4190" from
the roundcube-vm I get Trying 188.194.95.63...
2006 Apr 22
2
Plan/Status of MBX support?
Hi, All,
I've been happy user of dovocot as far. It is easy to
configure, reliable and secure. Hat off to all developers
who make this possible!
I know dovecot is on the mailbox format front, it supports
both mbox and maildir format well, and is developing and
experimenting a new flexible format, dbox.
But is there any plan to add mbx (i.e., indexed mbox
format) support, to complete
2005 Sep 30
2
sudo /etc/init.d/dovecot start doesn't work
I've been trying to get dovecot working with postfix with virtual domain
setting. I noticed that if I started dovecot with "sudo /usr/sbin/dovecot",
everything would work fine. But if I started with "sudo /etc/init.d/dovecot
start", I would get the following permission error. I checked "ps -ef | grep
dovecot" and didn't find anything different.
Sep 29