Displaying 10 results from an estimated 10 matches for "dovocot".
Did you mean:
dovecot
2020 May 13
4
Re: Can't connect to Managesieve Server - what´s wrong?
...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 machines:
1. dovocot (postfix, rspamd)
2. roundcube
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
Telefonanschluss...
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...
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
stil...
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...
2020 May 13
0
Re: Can't connect to Managesieve Server - what´s wrong?
...>>
>> 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 machines:
>
> 1. dovocot (postfix, rspamd)
>
> 2. roundcube
Doesn't appear to be a Dovecot issue. By default Roundcube's managesieve
plugin connects to localhost, you may have to tinker with its
configuration to specify the dovecot host *and* enable tls. See
https://github.com/roundcube/roundcubemail/blo...
2011 Apr 04
0
Segmentation fault with vpopmail auth
...and so.
Then, I tried to recompile dovecot-1.1.12 (original version I had
working) but system said the same.
After investigation, I saw I had mixed of vpopmail versions. Problem
was I had /home/vpopmail/lib/libvpopmail.so in my system. When this
file is present, compilation of dovecot link dovocot-auth to dynamic
library libvpopmail.so, but it is not necessary since I had my system
working using vpopmail without this .so.
What I recommend is to compile a fresh vpopmail. Now I am using
vpopmail-5.4.32 (at now, stable version) and dovecot-1.2.16. First,
compile vpopmail and make sure...
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 m...
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