Re: [Dovecot] returned error 83 (Out of memory)

2010-04-27 Thread J Contad
FYI, sorted out this issue by taking out a specific email manually. Not sure
if it helps, but the email had these attributes:

 - X-Mailer is  PHPMailer [version 1.73]
 - References: header is quite large, and contains email addresses external
to the sender and I's conversation.

Removing the email fixed the issue.

-- 

John


Re: [Dovecot] returned error 83 (Out of memory)

2010-04-27 Thread J Contad
I tried deleting the file, but got pretty much the same issues. Any other
hints on how else to go about it?

Cheers!

John


On Thu, 22 Apr 2010, J Contad wrote:

> The folder (which is shared) has about 8 thousand emails in it. I'm not
sure
> if it's pertinent, but the dovecot.index.cache file is about 8MB.

Did you tried to delete the dovecot.index.cache file, maybe it has been
corrupted?

Regards,

- --
Steffen Kaiser

-- 

John


[Dovecot] pop3-login: auth failure -- due to number as first character in login name

2010-04-27 Thread dovecot mail list account
Seem to have found a error in version 1.2.6 regarding usernames having a number 
as the first character. Customers with a number as the first character in thier 
user name can not login via pop3 clients. However they can login through our 
webmail interface. If we remove the number from the username then the customer 
can login.


# 1.2.6: /etc/dovecot.conf
# OS: Linux 2.6.31.12-desktop-3mnb x86_64 Mandriva Linux 2010.0
protocols: pop3
ssl_listen: *
ssl_cert_file: /etc/pki/tls/certs/dovecot.pem
ssl_key_file: /etc/pki/tls/private/dovecot.pem
disable_plaintext_auth: no
login_dir: /var/run/dovecot/login
login_executable: /usr/lib64/dovecot/pop3-login
mail_privileged_group: mail
mail_location: mbox:~/mail:INBOX=/home/mail/%u
mail_executable: /usr/lib64/dovecot/pop3
mail_plugin_dir: /usr/lib64/dovecot/modules/pop3
pop3_uidl_format: %08Xv%08Xu
lda:
  postmaster_address: postmas...@example.com
auth default:
  mechanisms: plain login
  verbose: yes
  passdb:
driver: pam
  userdb:
driver: passwd
  socket:
type: listen
client:
  path: /var/spool/postfix/private/auth
  mode: 432
  user: postfix
  group: postfix
plugin:
  quota_warning: storage=95%% /usr/local/bin/quota-warning.sh 95
  quota_warning2: storage=80%% /usr/local/bin/quota-warning.sh 80


Re: [Dovecot] somebody using Net::Sieve (Perl) with dovecot 1.2.11?

2010-04-27 Thread Edgar Fuß
> Does somebody use this Perl library?
I use Mario Domgörgen's excellent App::Siesh which builds on Net::ManageSieve.


[Dovecot] somebody using Net::Sieve (Perl) with dovecot 1.2.11?

2010-04-27 Thread Heiko Schlittermann
Hello,

I've just (hopefully) fixed some issue with Net::Sieve (0.05) to
cooperate with a current (1.2.11) dovecot managesieve server and
STARTTLS.

Does somebody use this Perl library? If yes, did it work for you
(STARTTLS triggers the problem)? If not, which other (Perl) library do
you use?

Best regards from Dresden/Germany
Viele Grüße aus Dresden
Heiko Schlittermann
-- 
 SCHLITTERMANN.de  internet & unix support -
 Heiko Schlittermann HS12-RIPE -
 gnupg encrypted messages are welcome - key ID: 48D0359B ---
 gnupg fingerprint: 3061 CFBF 2D88 F034 E8D2  7E92 EE4E AC98 48D0 359B -


signature.asc
Description: Digital signature


[Dovecot] Panic: file mail-index-sync-ext.c: line 212 (sync_ext_reorder): assertion failed: (offset < (uint16_t)-1)

2010-04-27 Thread Sandro Tosi

Hello,
we are using dovecot v1.2.10 on debian stable (lenny) systems with 
mailboxes on NFS, and we are facing this quite ugly crash:


2010-04-27 10:59:06 IMAP(): Panic: file mail-index-sync-ext.c: 
line 212 (sync_ext_reorder): assertion failed: (offset < (uint16_t)-1)
2010-04-27 10:59:06 dovecot: Error: child 2429 (imap) killed with signal 
6 (core dumps disabled)
2010-04-27 10:59:06 IMAP(): Error: Raw backtrace: imap 
[0x80f2ea1] -> imap [0x80f2f22] -> imap [0x80f2879] -> imap [0x80df6ad] 
-> imap(mail_index_sync_ext_intro+0x25b) [0x80e043b] -> 
imap(mail_index_sync_record+0x164) [0x80ce8e4] -> 
imap(mail_index_sync_map+0x2c3) [0x80cf6d3] -> 
imap(mail_index_map+0x465) [0x80c47f5] -> imap [0x80c1053] -> 
imap(mail_index_open+0x24f) [0x80c150f] -> 
imap(index_storage_mailbox_open+0x72) [0x80acbb2] -> 
imap(index_storage_mailbox_init+0x132) [0x80acf72] -> imap [0x80847f8] 
-> imap [0x8084a9d] -> imap(mailbox_open+0x69) [0x80b71b9] -> 
imap(cmd_select_full+0x1dd) [0x806503d] -> imap(cmd_select+0x19) 
[0x8065999] -> imap [0x8067c7c] -> imap [0x8067d19] -> 
imap(client_handle_input+0x2d) [0x8067e8d] -> imap(client_input+0x5f) 
[0x80687ef] -> imap(io_loop_handler_run+0xe0) [0x80fbc50] -> 
imap(io_loop_run+0x20) [0x80fb0c0] -> imap(main+0x5ea) [0x80712fa] -> 
/lib/i686/cmov/libc.so.6(__libc_start_main+0xe5) [0xb7dbf455] -> imap 
[0x8060361]


the only solution we have found is to delete the dovecot.index* files, 
and let dovecot regenerate them at the next access.


could you please give it a look?

Thanks in advance,
Sandro


Re: [Dovecot] Expire plugin

2010-04-27 Thread Steffen Kaiser

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Fri, 23 Apr 2010, Thomas M Goerger wrote:


How is this socket created?  I'd have thought it would be created upon


I would say on the start of Dovecot.


Dovecot starting up, but it is not doing so.  Is it something in the
plugin settings that causes this to be created?


No, the plugin just uses the dict server. You need something like this in 
your conf:

dict {
  quotadict = mysql:/etc/dovecot-dict-sql.conf
}

Regarding the socket:
"Connection refused" typically means, IMHO, that there is no listener on 
the socket. So I guess that there is no dict server running.


Regards,

- -- 
Steffen Kaiser

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iQEVAwUBS9aQob+Vh58GPL/cAQJvoQf+ON20D1UXIuK76RH4dvqatRVKmFxJwiro
ppJ8uLCg8eIz9qudA9H8or18uOZXfRbFc6dxwLIr6FyC91LrqylcaAH+xOQxpSYF
7jmnbAvf+xLjF9hhX3XddBEL3oJNN4EPw6lw02XXLN7/ZrZ7oAaMYRfB1maHQnHs
yCqj4bk/NhKfXGfnWpkbQv4afR9N6evWKpTIlMzuWnBYh18SP6FwEegpWVyEmTar
a71EjTrIGwXp+rcZJclnj2JWbov+xwFB0STx1LDM4+Ejo+zjpUOSbqiwuyaE10Sj
OSbr5BgvB6hGyev/plGOrYgy+YhAw0g76L8KT+Gpj3kTl5MFgtuLUA==
=j9Zz
-END PGP SIGNATURE-