search for: questionsandanswers

Displaying 12 results from an estimated 12 matches for "questionsandanswers".

2006 Aug 11
3
IMAP4rev1 broken with evolution
Hi, I'm running 1.0rc6 on Solaris/SPARC, compiled myself against openssl. Client is Evolution 2.6.2 on my gentoo x86 laptop. As Dovecot is not yet productive, we run it parallel to UW-imap, on other ports. I use TLS. If I configure my evolution client with server-type IMAP, everything works fine. However, dovecot claims IMAP4rev1 support. However, when I set server-type to IMAP4rev1 in
2006 Jan 18
2
%d interpolation problem fixed
..... I finally got round to working on this. I'm a perl programmer, and it has all been very educational, so please bear with me :) I was stuck because the domain name was not interpolated into the Maildir path[0], when using the configuration recommended here: http://wiki.dovecot.org/ QuestionsAndAnswers#head-153aa253aff40951a05cf238da4245b1cc1a4665 It turns out that the answer is really simple. You don't need to supply a default_mail_env parameter with vpopmail and dovecot v1.x. Indeed, you shouldn't: the path to the maildir is retrieved from vpopmail and if you specify default_mail...
2005 Sep 14
2
NO: Unsupported authentication mechanism
I'm happily using dovecot as my IMAP server and accessing mails using Thunderbird... but I want to use the Net::IMAP facilities in the Ruby standard library to write some scripts to automate various spam-related tasks & housekeeping. My Ruby script: require "net/imap" imap = Net::IMAP.new('localhost')
2015 Feb 27
1
Require certificate for external clients
Karol Babioch <karol at babioch.de> writes: > As far as I know dovecot is not able to operate on multiple ports, as > stated in the FAQ [1]. > > [1]: > http://wiki.dovecot.org/QuestionsAndAnswers#Is_it_possible_to_have_Dovecot_imap.2BAC8-pop_daemons_listening_on_multiple_ports.3F That should be qualified as "Is it possible to have Dovecot imap/pop daemons listening on multiple ports for a single running instance." You can run two instances of dovecot, each on a different port or...
2009 Jan 22
2
Migration question: .INBOX?
Hi, Not much left to fix in my migration script (moving between two dovecot servers). However, I discovered a mail folder .INBOX without cur, new and tmp subfolders, and the .imap.index files were rather old (feb 2006). Is this an old relic from early dovecot versions (I once ran 0.99 on this old server)? Or is it old client software? There are no data in it. TIA, Peter -- Peter Lindgren
2005 Jun 22
0
test73 not compiling with iconv?
...lters, I get the following error: ERROR: Could not complete request. Query: SEARCH CHARSET ISO-8859-1 UNSEEN Subject {14} *****SPAM***** Reason Given: [BADCHARSET] Unknown charset Googling around, I found the admonition on the wiki about chrooted environments: http://wiki.dovecot.fi/moin.cgi/QuestionsAndAnswers#head- e146cada4e103a4a93a736998c64f23b1a8cd312 so I disabled all chroot directives in my config and ran as root, just to see if that was the error. No luck. When running configure with "./configure --with-mysql --with- storages=maildir --with-ssl=openssl", I noticed that I got this...
2006 Jun 07
2
mkcert.sh broken
I've just installed dovecot on my FC5 box. I tweaked the dovecot-openssl.cnf and attempted to recreate the cert but get the errors below. I see older postings about this problem on FC2. help? - e # ./mkcert.sh /etc/ssl/certs directory doesn't exist /etc/ssl/private directory doesn't exist error on line -1 of dovecot-openssl.cnf 2810:error:02001002:system library:fopen:No such
2006 Sep 11
0
Create subfolder
I have dovecot on Fedora Core 5 and I want to create a subfolder. By default it?s impossible!!!! I setup dovecot for maildir and after I able to create a subfolder. But I can?t receive my old and new email on this format. I read dovecot documentation at http://wiki.dovecot.org/QuestionsAndAnswers#head-35b621e067b7e72c1d1e47886f4 00a1a784bd95c and its write: For ordinary local Unix users, you may want to specify the mail environment as "maildir:%h/Maildir:INBOX=/var/mail/%n". There are two reasons. First, mail can be delivered there without consuming the user's disk quota o...
2010 Jan 16
1
listen to imap*s* on multiple ports?
<http://wiki.dovecot.org/QuestionsAndAnswers#Is_it_possible_to_have_Dovecot_imap.2BAC8-pop_daemons_listening_on_multiple_ports.3F> is out of date. How can I listen to ssl-wrapped IMAP on multiple ports? I need to listen on both 993 (for some stupid clients I have to support that can't do START TLS) and 80 (to get past L3/L4 firewall...
2012 Feb 16
1
How to delete old mails in dovecot 1.2.x
Hi I have already read this page but there is no info on how to delete old mails in dovecot 1.2 http://wiki1.dovecot.org/QuestionsAndAnswers#How_can_I_create_a_cron_or_something_to_delete_old_messages.3F I need to delete old mails from over 100 mailboxes with average of 10k mails / mailbox Is there a way to delete old mails (by message date not file creation date) as with doveadm in dovecot 2 ? Thanks in advance bellow my dovecot -n...
2015 Feb 27
2
Require certificate for external clients
...ht pass through some potentially unsecure networks and I don't want to bother with VPN/SSH tunnels for that purpose. A native SSL/TLS solution would be very much appreciated. Is there a (recommended) way to do this? Thanks in advance. Best regards, Karol Babioch [1]: http://wiki.dovecot.org/QuestionsAndAnswers#Is_it_possible_to_have_Dovecot_imap.2BAC8-pop_daemons_listening_on_multiple_ports.3F [2]: http://www.dovecot.org/list/dovecot/2010-November/054804.html -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes...
2004 Aug 29
3
starting/stopping Dovecot
...This may seem silly, but I noticed that there isn't any documentation saying what is the proper way to kill Dovecot. I assume it is to kill the 'dovecot' process. This is indirectly addressed in the Wiki: 6. Why can't I change the log location? http://wiki.dovecot.org/moin.cgi/QuestionsAndAnswers#head-c9650f53dd4f7ca2b07564b7a29b99f2687333a9 though the first few examples refer to <pid> without identifying the pid of what. Maybe adding a "How do I start Dovecot?" and "How do I stop Dovecot?" as the first two items on that page would be a good idea, and then the...