similar to: Howto add another disk storage

Displaying 20 results from an estimated 2000 matches similar to: "Howto add another disk storage"

2018 Sep 28
6
outlook idiocy - IMAP folders with /
user attempts to create folders with / dovecot naturally cannot create it so it returns error but outlook of course "create" it and keep data in local store only. data is lost when you remove local store .pst file. The question is - can dovecot be configured so it will automatically replace slash in name with something else?
2018 Oct 01
2
outlook idiocy - IMAP folders with /
I tell users to limit the folder characters to /0-9a-zA-Z_/, because anything else may upset a mail client or server. As I have no control over their minds, hands, and client software, I wish I could enforce the policy from the server, returning an error message to the client. On its turn, this requires the client to listen to such server messages, operated by a smarter user. At the end of the
2019 Dec 16
3
slow logins over login_trusted_network
i've upgraded dovecot on my server to 2.3.9 works properly but saslauthd that uses it for rimap authentication over 127.0.0.1 works SLOW. You need to wait 15-20 seconds before authentication. only imap login over 127.0.0.1 is slowed down, while over any other IP is quick. i had this problem with older version of dovecot but it was about adding login_trusted_networks = 127.0.0.1 but i
2018 Oct 02
2
outlook idiocy - IMAP folders with /
I think we need a public compliance test, similar to html and ssl, then people would start questioning the quality of their own client, and migrate to better ones. When Micro$oft will eventually feel the pinch, then they will start fixing their $hit. People have the power! (I like that song.) On Tue, Oct 2, 2018 at 09:59, Wojciech Puchar <wojtek at puchar.net> wrote: >> >> As I
2019 Dec 16
2
slow logins over login_trusted_network
>> how to disable throttling (or better - put other limits) for 127.0.0.1? > > https://wiki2.dovecot.org/Upgrading/2.3 - look for "Localhost Auth Penalty" > that's certainly this. but i am not an expert in this passdb system my current config is passdb { driver=passwd-file args= username_format=%Lu /usr/local/etc/dovecot/aliasy } passdb { driver = pam #
2018 Sep 29
2
outlook idiocy - IMAP folders with /
> On 29 September 2018 at 10:05 Rupert Gallagher <ruga at protonmail.com> wrote: > > > +1 > > A similar problem occurs with "." > > Sent from ProtonMail Mobile > > On Fri, Sep 28, 2018 at 15:44, Wojciech Puchar <wojtek at puchar.net> wrote: > > > user attempts to create folders with / > > dovecot naturally cannot create it so
2014 Dec 31
1
dovecot 2 low TCP speed (fetching big mail)
i use dovecot 2 under FreeBSD (dovecot2-2.2.15 compiled from ports). tried both with kqueue enabled or not. everything works very fast, EXCEPT fetching big mail. tried multiple clients (thunderbird on windows, alpine on the same server, alpine on other unix server connected by 1Gb/s LAN) and fetching peaks at 1MB/s. NO SSL! could you please point me where to search for a problem. hints:
2019 Mar 24
2
dovecot sasl support
Am 24.03.2019 um 10:01 schrieb Wojciech Puchar via dovecot: > solved by setting saslauthd to authenticate over imap - through dovecot > server. > testsaslauthd shows it works fine. > > but it seems sendmail strips domain name from entered login. No, it is saslauthd. Check the documention and see the "-r" parameter of saslauthd. Alexander
2019 Mar 23
3
dovecot sasl support
i've tried to replace saslauthd with dovecot sasl service stopped saslauthd daemon and added service auth { unix_listener /var/run/saslauthd/mux { mode = 0660 user = root group = mail } } so it will listen on the same socket. the effect with sendmail is as below Mar 23 21:23:29 <2.3> puchar dovecot: auth: Error: Authentication client not compatible with this server (mixed
2019 Dec 10
1
dovecot full text search
> Where do write ops take place? to the xapian index subdirectory > Maybe mount that path to a RAM disk rather than looking for anorher solution. > not a solution for a problem but workaround >> >> Am 10.12.2019 um 15:50 schrieb Wojciech Puchar via dovecot <dovecot at dovecot.org>: >> >> ?what FTP module should i use instead of squat that is probably no
2019 Apr 22
2
making selected accounts read-only
how to make selected few accounts readonly by pop3/imap?
2012 Nov 09
2
[LLVMdev] llvm-config --libs failed
I have noticed that I was installing LLVM according to: http://llvm.org/docs/GettingStarted.html#getting-started so it was no the 3.1 but the 3.2 version from svn (trunk 167573). Maybe in the svn, not stable version, there is a bug? 2012/11/9 Wojciech Daniło <wojtek.danilo.ml at gmail.com> > Does anybody have Idea why I get such error? The LLVM is compiled from > source - is is the
2019 Dec 10
2
dovecot full text search
what FTP module should i use instead of squat that is probably no longer supported or no longer at all? i want to upgrade my dovecot installation. it currently uses squat but i found it often crashes on FTS on large mailboxes. i found "xapian" addon for dovecot but while it works excellent AFTER database is created, i found it need like 20 or so minutes to index less than 10GB of
2012 Jul 19
6
Remove leading and trailing spaces from folder names?
Hi! Anybody got a doveadm script which can remove leading and trailing spaces from folder names? Right now we're migrating mailboxes from dovecot -> Exchange, and Exchange cannot handle leading and trailing spaces in Folder names. -- Ralf Hildebrandt Gesch?ftsbereich IT | Abteilung Netzwerk Charit? - Universit?tsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203
2015 Jan 01
2
dovecot 2 low TCP speed (fetching big mail)
i use dovecot 2 under FreeBSD (dovecot2-2.2.15 compiled from ports). tried both with kqueue enabled or not. everything works very fast, EXCEPT fetching big mail. tried multiple clients (thunderbird on windows, alpine on the same server, alpine on other unix server connected by 1Gb/s LAN) and fetching peaks at 1MB/s. NO SSL! could you please point me where to search for a problem. hints:
2020 Jan 19
2
solr fts and removing accounts
i use solr fts indexing. It worls very well but it have one database per system, not per user. Lets suppose i delete one or more e-mail users in system. How to remove them in solr database to reclaim space?
2008 Aug 20
4
[LLVMdev] Dependence Analysis [was: Flow-Sensitive AA]
Wojtek, Please see David's message below. Have you or can you check in your code, perhaps as a project for now? That will allow us to start looking at it and perhaps collaborating on it. --Vikram Associate Professor, Computer Science University of Illinois at Urbana-Champaign http://llvm.org/~vadve On Aug 20, 2008, at 3:05 PM, David Greene wrote: > On Wednesday 20 August 2008
1998 Jan 30
1
R-beta: Fig driver for "R"?
Hello all R users and developers! In the "Notes on R" I have found the following information: (page 60, 13-th footnote) "... a better solution is to use the fig() driver (available from statlib) and use a conversion program, such as fig2dev, to convert the resultant fig code to Encapsulated Podtscript." I was very glad to read it, because I'm often forced to use
2012 Nov 10
0
[LLVMdev] llvm-config --libs failed
If anyone is interested in this topic, I filled a bug here: http://llvm.org/bugs/post_bug.cgi 2012/11/9 Wojciech Daniło <wojtek.danilo.ml at gmail.com> > I have noticed that I was installing LLVM according to: > http://llvm.org/docs/GettingStarted.html#getting-started > so it was no the 3.1 but the 3.2 version from svn (trunk 167573). > Maybe in the svn, not stable version,
2008 Aug 21
0
[LLVMdev] Dependence Analysis [was: Flow-Sensitive AA]
> Wojtek, > > Please see David's message below. Have you or can you check in your > code, perhaps as a project for now? That will allow us to start > looking at it and perhaps collaborating on it. Sure. For now, I am posting it as an attachment, because it does not build against the current SVN version. It is really basic (for example, it cannot produce distance vectors,