similar to: Re : dovecot 0.99 to 1 (solved)

Displaying 20 results from an estimated 100000 matches similar to: "Re : dovecot 0.99 to 1 (solved)"

2010 Feb 11
1
Dovecot + managesieve + Roundcube
Hello I've installed managesieve on my mailhub FreeBSD from dovecot-managesieve ports to let roundcube users build email filters. The filter are well created in the right directory but the filter seems inefficient ( it does not filter ;-) ) see below the result of the dovecot -n command Thanks for any info > mail# dovecot -n > # 1.2.10: /usr/local/etc/dovecot.conf > # OS: FreeBSD
2006 Feb 25
2
dovecot 0.99 to 1
Hi, Gentoo updated dovecot to 1.0 beta3 and don't succeed in authentification with pop3. Here is my dovecot.conf 0.99 protocols = imap imaps pop3 pop3s imap_listen = * pop3_listen = * imaps_listen = * pop3s_listen = * login = imap login = pop3 default_mail_env = maildir:%h/.maildir mbox_locks = fcntl dotlock auth = default auth_mechanisms = plain auth_userdb = passwd auth_passdb = pam dovecot
2009 Jan 29
0
Dovecot and smartsieve
Hi all, I am testing smartsieve with the patch found into the dovecot wiki (http://nopaste.biz/63514) but, i have some problems. All works fine, but incredibly slow..and i don't know why. The only error i get is into the error log of apache: [Fri Jan 30 17:18:57 2009] [error] [client xxx.xxx.xxx.xxx] PHP Notice: Undefined variable: line in /srv/www/htdocs/smartsieve/lib/Managesieve.php on
2009 Jan 11
1
Dovecot, pop3, mBox
I have to migrate some old system to new one with installed dovecot (It's my first time using dovecot). I have all mails inside /var/spool/mail folder (mbox files). I can connect and receive mails via POP3, but problem is that dovecot doesn't clear mbox file (everytime when I make send/receive in mailclient program I get all mails again). If I look into log file I see (when I do
2009 Feb 14
0
Weird Dovecot 1.1.6 + pop3s certificate issues
Hello everyone, I've been asked by a colleague to have a look at some extremely weird dovecot SSL issue they are seeing on one of the student mailservers. They are running dovecot 1.1.6 (yes, I know, a bit old ...) on SLES 10.2 x86_64 with imap(+starttls), imaps, pop3(+starttls) and pop3s enabled. Every couple of weeks the pop3s and pop3+starttls part bail out out. Clients can't connect,
2009 Oct 26
1
Dovecot
Hello all, I use dovecot11-1.1.7-1.4.1 with OpenSuse 11.1. Everything works fine, except the vacation with managesieve. When i send a mail to an address with vacation, i recieve back a vacation message, but i read an error like this into dovecot-deliver.log: Error: file_dotlock_create(~/.dovecot.lda-dupes) failed: No such file or directory And then the vacation is send any time, without
2010 Jul 19
2
Dovecot 1.1 migration to 1.2
Hello all, Here is my dovecot 1.1 conf: # 1.1.3: /etc/dovecot/dovecot.conf log_path: /var/log/dovecot-err.log info_log_path: /var/log/dovecot-inf.log protocols: imap imaps pop3 pop3s disable_plaintext_auth: no login_dir: /var/run/dovecot/login login_executable(default): /usr/lib/dovecot/imap-login login_executable(imap): /usr/lib/dovecot/imap-login login_executable(pop3):
2010 Oct 25
1
virtual plugin broken ? dovecot 2.0.6
Hi Timo, looks like virtual plugin is broken now with my setup dovecot 2.0.6 cant say to which version it stopped working ( didnt tested it trough all ) but has worked i see nothing special in log why it stopped working it should show unseen mail i.e in folder Junk too with pop3 clients, but only shows new inbox mails after all i am confused what using better pop3_uidl_format = %08Xu%08Xv (
2011 Aug 17
1
Duplicate Email with Dovecot Sieve
I am trying to use Dovecot Sieve after upgrading Dovecot from 1.0.15 to 1.2.17. I used the same config file from the old version but I added some entries to make sieve work. In my initial tests, sieve works and is able to do the actions that I set it to do. However, I get 2 copies of incoming emails. The inbox would always preserve a copy even if the sieve filter is set to transfer emails to
2008 Aug 08
1
Dovecot crashing
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Sent an e-mail off as was detailed here: http://wiki.dovecot.org/MboxProblems for crashes but I also wanted to see if any of you folks had insight into the issue. Dovecot is crashing on a certain user inbox which is in mbox format as well as one of the users other mbox files. The crash doesn't exactly match what is listed in the aforementioned
2009 Mar 27
2
dovecot-1.1.13 auth-worker killed
Hi, I get these errors with dovecot 1.1.13 in my logs: dovecot: Mar 27 12:00:34 Error: auth-worker(default): *** glibc detected *** dovecot-auth: double free or corruption (!prev): 0x00002b30d5a7dd90 *** dovecot: Mar 27 12:00:34 Error: auth(default): worker-server(jan,147.251.48.141): Aborted: Worker process died unexpectedly dovecot: Mar 27 12:00:34 Error: child 21838 (auth-worker) killed with
2009 Jan 21
1
Dovecot and .forward
Hello to all, There is something to be configured to allow dovecot to use the .forward file into the user's maildir? I have done some test, but seems dovecot don't look into the .forward file and no result at all. I use Postfix with the deliver of dovecot, here is my dovecot configuration: # 1.1.7: /etc/dovecot/dovecot.conf # OS: Linux 2.6.25.18-0.2-pae i686 openSUSE 11.0 (i586) ext3
2007 Oct 02
1
Dovecot 1.1b2: Enet_connect_unix(/usr/local/dovecot-1.1/var/run/dovecot/dict-server) failed: Permission denied
On startup of dovecot 1.1b2 I seem to have some permission trouble. Dovecot was configured with --prefix=/usr/local/dovecot-1.1 for testing purposes while dovecot 1.0.2 is in production. # cd /usr/local/dovecot-1.1/sbin/ # ./dovecot -F -c ../etc/dovecot.conf Enet_connect_unix(/usr/local/dovecot-1.1/var/run/dovecot/dict-server) failed: Permission denied # ls -la
2006 Feb 25
1
Re : dovecot 0.99 to 1
Thanks for your precision. So, i do : telnet localhost 110 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. +OK Dovecot ready. user toto +OK pass mypasswd +OK Logged in. Connection closed by foreign host. And with evolution : Unable to connect to POP server pop.toto.org. Error sending username: -ERR No username given.
2008 Apr 15
1
Dovecot LDA / Deliver question
Problem described: I am trying to get Postfix + Dovecot + MySQL setup to work together in a virtual mail hosting platform. I am running Postfix 2.3.x, and MySQL 5.0.x. I am trying to use Dovecot's LDA for delivery to the users vmail home directory -- usually under /var/vmail/domain.com/j/jdoe for home and /var/vmail/domain.com/j/jdoe/.maildir for mail location, using MAILDIR format.
2008 Aug 07
2
dovecot-antispam: Failed to read mail beginning, Next message unexpectedly lost
Hello, I'm trying to configure the dovecot-antispam plugin. Now I've run into a problem: whenever I try to move/copy a message in/from the spam mailbox, Thunderbird (and also Sylpheed, haven't tried anything else) says: The current command did not succeed. The mail server responded: Failed to read mail beginning. and in the logs I get: dovecot: Aug 07 10:41:23 Error:
2008 Oct 01
1
"dovecot: Maximum number of mail processes exceeded"
At noon, I often get "dovecot: Maximum number of mail processes exceeded" I'm at my wits end, which parameter needs to be increased further? # 1.1.3: /usr/local/etc/dovecot.conf protocols: imap imaps pop3s ssl_cert_file: /etc/ssl/certs/postamt.pem ssl_key_file: /etc/ssl/private/postamt.key disable_plaintext_auth: no version_ignore: yes login_dir: /usr/local/var/run/dovecot/login
2010 Jan 25
2
dovecot 1.2.9 crash on subscribe with shared namespace
Hi all I'm testing dovecot to migrate from a cyrus 2.2 With TB2 if I use "subscribe" dovecot crash but only if I enable a shared namespace. Without explicit namespace or only with private namespace "subscribe" works Is this a problem already fixed in 1.2.10? is it a problem of my configuration? I tried different value for location in shared namespace but without any
2013 Oct 30
1
IMAP Dovecot unknown namespace creating root folders
Hi, I hope someone can point me in the right direction here. I am migrating a mailbox from a non cPanel server, and the mailboxes have folders which seem to be at the same level as the Inbox. The users access these mailboxes using IMAP. The new server configuration is Exim > Dovecot 1.2.17 > Maildir with the standard cPanel install settings. dovecot -n output below I have created the new
2007 Jul 05
2
dovecot.conf pop3_uidl_format
From the Dovecot 1.0.1 sample dovecot.conf file: # If you want UIDL compatibility with other POP3 servers, use: # UW's ipop3d : %08Xv%08Xu ... # Note that Outlook 2003 seems to have problems with %v.%u format which was # Dovecot's default, so if you're building a new server it would be a good # idea to change this. %08Xu%08Xv should be pretty fail-safe. #