similar to: Upgrade 1.0->1.2 dbox mysql

Displaying 20 results from an estimated 3000 matches similar to: "Upgrade 1.0->1.2 dbox mysql"

2011 Jun 17
0
pop3-login Error after dovecot 1.2.11 to dovecot 2.0.13
I recently upgaded from dovecot 1.2.11 to 2.0.13. I used this command on my dovecont.conf after the upgrade and then moved the new file into place after removing some plugins. $ sudo doveconf -n -c dovecot-1.conf > dovecot-2.conf After 24+ hours with no issues I was getting pop3 login failures. ... /path/to/log/dovecot.log:master: Error: service(pop3): read(status) failed: Interrupted system
2010 Aug 10
1
dovecot 2.0.beta5 convert with doveconf -n -c
Sorry if I missed the dovecot 2.0.betax managesieve sieve discussions. I have been looking in my list archive and haven't found a reference to this yet. I am trying to convert my dovecot.conf and am getting the following Fatal error: /** doveconf -n -c dovecot/dovecot.conf > dovecot.converted/dovecot.conf doveconf: Warning: Obsolete setting in dovecot/dovecot.conf:10:
2009 Mar 03
2
tls and auth plain login
Hello List, I want to allow plain text passwords only on ssl/tls. Is it possible to have: auth default { mechanisms = cram-md5 ntlm ...... } and then over-ride this when connection is ssl/tls to allow plain and login? I have tried adding "mechanisms = plain login cram-md5 ntlm" to "protocol imaps{}" as an example but I get an error that the protocol does not
2017 May 23
2
Postfix and Dovecot SASL: log NTLM username
The problem we are facing is incorrect authentications being caught by firewall rules and IP?s getting blocked. We would like to be able to identify the problem account to help the domain admin track down the issue. Does anyone have another idea? We use sql user db so I thought of logging all login attempts to a table with timestamps and lookup the failed logins by timestamp. Regards, Bradley
2017 May 23
2
Postfix and Dovecot SASL: log NTLM username
dovecot 2.2.22 postfix 3.1.1 I?m seeing "SASL NTLM authentication failed: {long_hash}? in mail.log. Is there a way to log the SASL username? I think postfix is logging what Dovecot SASL is returning so I hope I am asking on the right list. Regards, Bradley Giesbrecht (pixilla)
2017 May 24
1
Postfix and Dovecot SASL: log NTLM username
In fact, looking again, dovecot should log the failure with username, if available. Aki On 24.05.2017 09:22, Aki Tuomi wrote: > As band-aid you could try looking at the SASL message, if you decode64 > it might contain the username in plain text. > > Aki > > > On 23.05.2017 17:44, Bradley Giesbrecht wrote: >> The problem we are facing is incorrect authentications being
2015 Sep 11
2
object storage
Is the Dovecot Object Storage plugin still available for purchase? Clicking the store link [2] from this page [1] does not show any info about purchasing the plugin. [1] http://www.dovecot.fi/dovecot-object-storage-plugins-available-for-online-purchase/ [2] http://shop.dovecot.fi/ Regards, Bradley Giesbrecht (pixilla)
2015 Sep 25
3
object storage
On Tue, Sep 15, 2015 at 12:31:25PM +0900, Timo Sirainen wrote: > On 12 Sep 2015, at 04:45, Bradley Giesbrecht <pixilla at macports.org> wrote: > > > > Is the Dovecot Object Storage plugin still available for purchase? > > > > It's available, but at least for now we're only selling it to big customers. Well how big? Would a univeristy with 25.000 users
2010 Mar 29
1
Dovecot 2.0 zlib and dbox
Hello, As per wiki instructions, I tried to enable zlib compression of mails by adding/modifying the following snippets of configuration: plugin { zlib_save_level = 6 zlib_save = gz } and protocol imap { mail_plugins = fts fts_squat autocreate zlib imap_zlib imap_id_log = * } I am using dbox format and delivering the mails via dovecot deliver, however mails don't seem
2009 Oct 14
2
Questions regarding dbox migration
It has been my wish to move to dbox for a long time hoping to reduce the number of writes which is really killing us. Now I wonder what may be the best way of doing so. I'm considering some sort of intermediate migration where the existing Maildir users are changed to single-dbox and then later upgraded to 2.0 and changed to multi-dbox when it becomes stable. But is this a reasonable task
2009 Feb 05
2
The 'dbox' Format
I'd like to give the dbox format a try, but I could not find any information on how to enable it. There's information on how to set mail_location for the Maildir and mbox formats in the wiki and also in the commented configuration file, but how to set it for dbox is strangely missing. I took a guess with 'mail_location = dbox:~/dbox', but that didn't work, so it's probably
2008 Mar 05
3
Maturity of dbox
Hi, I am contemplating migrating from maildir to dbox. However, I wonder about the maturity of the dbox code, as it appears to not be widely used. Does anybody have some success stories? My primary driver is to have non-changing file names, and thus smaller backup deltas. Are there other advantages that I should pursue? I read in the wiki that the migration is straightforward, but I did not
2010 Jul 16
2
Questions about dbox (sdbox?), mdbox
Hello, So ive spent the last 45 minutes or so searching the list for dbox stuff, but Im not seeing anything real definitive. My question is basically whether the dbox format is ready for production environment, is sdbox or mdbox more stable/ready than the other or does it matter? What are people's experience/review with running this format (and if you reply can you tell me which one
2009 Jun 13
1
Dovecot v1.2.rc5 dbox file permissions
Hi Timo, I've just setup Dovecot v1.2.rc5 and switched the mailbox format of one account to dbox. Therefor I've created an empty directory, called dbox, with access mode 0700, like the user's home directory. After the IMAP login with Thunderbird some dboxes was created. All permissions were set fine (0700 / 0600), except the permissions for the files: *
2009 Jun 17
2
stupid migration from maildir+ to dbox
Hello. I'm install latest dovecot 1.2 from hg repo. I have many messages in maildir+ format. I migrate some folders to dbxo format using instructions from http://wiki.dovecot.org/MailboxFormat/dbox. But in two folders i'm delete index.cache and index.log files, this is my mistake. Is that possible to recover this files (regenerate) or use my messages from maildir with dbox? Thank You for
2009 Mar 31
1
dbox - how to awaken the monster
Hello people, Since the invention of this storage called dbox, I have never quite gotten round to understanding it, nor getting to use it. It seems so strange to me and I must ask a few stupid questions about it. I use the MTA to deliver mail to Maildir, either in ~/Maildir or /some/path/%d/%n/Maildir. It has always beat me how dbox comes into play under such circumstances. From the wiki, I see
2008 Jul 13
3
folder deletion fails dbox
Hi Timo, playing a lot with dbox but folder deletion seems to me broken, whatever setting i tested i cant delete subfolders with thunderbird, i first thought about acls but deactivate acl didnt helped splitting control an index files from dbox also didnt work, i cant find any failure message in the logs, but there is also no entry for delete trys all debug level are in the highest stage on this
2010 May 13
5
mdbox: Cannot create subfolder called "dbox-Mails" (2.0beta5)
I am trying out "mdbox" under Dovecot 2.0beta5. Looking in the "mailboxes" directory under the mdbox storage root ("~/dbox" in my case), I can see that the mail folders are mapped into filesystem directories. But Dovecot seems to put all the message list information ("dovecot.index.cache", "dovecot.index.log") for any given mail folder into a
2008 Jan 17
1
Converting from Maildir to dbox
Hi, How do i convert from Maildir to dbox using the convert plugin? My users reside in /home/user/Maildir. In the dovecot.conf file i've set up convert_mail = dbox:%h but I am not sure about the syntax. Im getting the error: Couldn't create mailbox directory INBOX Mailbox conversion failed, exiting Thanks -- Kjartan
2018 Jul 06
2
Get rid of the "dbox-Mails"-folder
Hey to all, is it possible to get rid of the "dbox-Mails"-folder when using sdbox? Currently my folder structure looks like this (I hope the output from tree would be formatted well): /srv/mail/ ??? example.com ??? ??? user ??????? ??? dovecot-acl-list ??????? ??? dovecot-attributes ??????? ??? dovecot.list.index.log ??????? ??? dovecot.mailbox.log ??????? ???