Displaying 20 results from an estimated 300 matches similar to: "Problem with emails larger than 10k"
2004 Aug 18
2
Multiple dovecot processes stepping on each other
I have two instances of dovecot running, one for v6 and one for v4
connections. The only differences in the config files are:
--- /etc/dovecot-ip6.conf Wed Aug 18 11:15:43 2004
+++ /etc/dovecot-ip4.conf Wed Aug 18 11:09:17 2004
@@ -10,7 +10,7 @@
# *** NOTE *** Some values HAVE been changed for OpenBSD use.
# Base directory where to store runtime data.
-base_dir = /var/dovecot-v6/
2020 Jul 01
3
Samba-4.10.4 strange behaviour
Hello All,
I'm new to the list and I don't have much of experience with samba.
I have a test setup on CentOS 7.8 with samba-4.10.4 and samba-vfs-glusterfs .
When my client mounts the samba share via vers=1.0 , the user sees the share properly (uid,gid,mode are just like on gluster). When the share is mounted with vers=2.0 or not specified (anything higher) the files are owned by
2004 Nov 19
1
assertion failed: (!t->view->external)
Nov 18 17:29:54 gir dovecot: imap-login: Login: jmcvetta [69.106.50.255]
Nov 18 17:30:02 gir dovecot: IMAP(jmcvetta): file mail-index-transaction.c:
line 247 (mail_index_expunge): assertion failed: (!t->view->external)
Nov 18 17:30:02 gir dovecot: child 31094 (imap) killed with signal 6
I saw this in my maillog. I have no idea what that user is doing, but I
can harrass him and find out if
2008 Jul 23
3
openbsd macppc
i run my server (web, email, calendar, etc.) off a mac mini ppc.
it's a beautiful thing for our modest needs (quiet, low power,
stable), but i'm looking at switching it to a vanilla bsd. has
anyone tried dovecot on an openbsd (or similar) install for macppc?
-SM-
2020 Jul 01
3
Samba-4.10.4 strange behaviour
Hi Felix,
thanks for the share.
Sadly it doesn't work and I don't know how to start debugging this one.
I tried your config (had to switch from domain member to standalone) but it's the same:
[global]
??????? netbios name = yourName
??????? workgroup = yourWorkgroup
??????? realm = YourRealm
??????? log file = /var/log/samba/log.%m
??????? max log size = 50
??????? security = ads
2012 Jan 16
2
per-user limit?
I am seeing a problem where users are limited to 6 imap logins total.
One of my users has a bunch of phones and computers, and wants them all
on at the same time.
I'm looking through my configuration, and I cannot see a limit on how
many times a single user can connect. He is connecting from different
IPs.
Any ideas? My logs show the following error when they attempt to auth
for a 7th
2004 Aug 25
0
[PATCH] move highest_fd calculations to ioloop-select.c
Hello,
ioloop->highest_fd is used by ioloop-select.c only, so its
handling can be moved out of generic ioloop code. Attached
patch (agains -test35) does exactly this.
Please consider applying.
Best regards.
--
Andrey Panin | Linux and UNIX system administrator
pazke at donpac.ru | PGP key: wwwkeys.pgp.net
-------------- next part --------------
diff -urpNX /usr/share/dontdiff -x Makefile
2004 Aug 23
1
[PATCH] pass struct io * to io_loop_handle_add()/io_loop_handle_remove()
Hello,
currently I'm working on new ioloop handler which uses epoll(4) API
introduced in Linux kernel 2.6. In this API each fd added to fd set
by epoll_ctl system call can be accompanied with user supplied data
(integer or void pointer). epoll_wait syscall reports arrived events
as an array of structures containing event mask and user data.
Attached patch replaces fd and condition parameters
2004 Sep 12
1
IMAP session freezes
I've been having IMAP sessions "freeze" with fetchmail trying to
retrieve larger e-mails, typically over 20K and always with an
attachment. When I switch to POP3 I am able to retrieve the same
e-mails just fine. This started at test33. I'm currently using
test42 on a OpenBSD 3.5/macppc system with Maildir.
2007 Mar 13
1
quota - dict - username = '(null)'
I am trying setting up at virtual domain with quota using postfix and
dovecut.
But I can't get the quota to work, every time I try sending a mail
the following queries is run on the database.
SELECT home, uid, gid FROM mail_view_tmp WHERE account = 'dummy' AND
domain = 'example.com'
SELECT current FROM mail_quota WHERE path = 'quota/storage' AND
username =
2002 Jul 23
2
--delete doesn't work when transferring many files
This is a curious thing. I'm syncing two directories, containing some
250 subdirectories totalling around 11,000 files. This:
rsync --password-file=/usr/local/etc/rsync/.passwd --delete -rtv
--exclude-from=/usr/local/etc/rsync/excludes /usr/local/sourcedir
username@destserver.com::modulename
...works fine if both directories are already nearly in sync. Deleting a
few files from the source
2006 Feb 16
1
Support of M-IMAP?
I was looking at some new mobile phones, and apparently there is a form
of IMAP that is optimized for mobiles called M-IMAP. Its not a rush
(since I'm not even sure the phones will be out before Q2), but it'd
be a cool thing to have. The spec is in the following PDF.
http://www.3gpp2.org/Public_html/specs/X.S0016-311_v1.0_022404.pdf
--
Klein bottle for sale ... inquire within.
2006 Apr 12
3
1.0.beta7
Sorry, the authentication problem still wasn't actually fixed in beta6.
Now, this time I tested every possible authentication case that it
really works.
I'll soon create a CVS branch which is going to stabilize into the 1.0
release. I won't add new features there so it shouldn't really get
broken anymore, at least because of new features..
So, two changes in this release:
2006 Apr 12
3
1.0.beta7
Sorry, the authentication problem still wasn't actually fixed in beta6.
Now, this time I tested every possible authentication case that it
really works.
I'll soon create a CVS branch which is going to stabilize into the 1.0
release. I won't add new features there so it shouldn't really get
broken anymore, at least because of new features..
So, two changes in this release:
2020 Jul 01
0
Samba-4.10.4 strange behaviour
Dear Strahil,
please find my current settings below:
[global]
??????? netbios name = yourName
??????? workgroup = yourWorkgroup
??????? realm = YourRealm
??????? log file = /var/log/samba/log.%m
??????? max log size = 50
??????? security = ads
??????? clustering = yes
??? ??? max protocol = SMB3
? ? ?? ? kernel share modes = no
?? ? ? ? kernel change notify = no
??????? kernel
2004 Sep 11
2
Dovecot-1.0-test32 fails with assertion
Hello,
dovecot-1.0-test32 continuously fails on one of our customers mboxes
with the following error:
Sep 11 16:27:15 web dovecot: POP3(xxxxxxxxxxxxx.de1): file
mbox-sync-rewrite.c: line 360 (mbox_sync_read_and_move): assertion
failed: (need_space == -mails[idx].space)
About 200 other mboxes are working perfectly on the same server. Where
should I start looking for the cause of this?
2004 Oct 25
9
Maildir unreliability
Looks like maildir can't be used very realiably without quite a lot of
locking. Writing and scanning the directory would have to be locked,
but reading wouldn't (as long as the file hasn't been renamed which
would require scanning to find it). So much for "no locks needed"..
The problem is that opendir()/readdir() may temporarily not return some
files if there has been
2004 Aug 23
0
1.0-test35
http://dovecot.org/test/
Test33/34 weren't usable for very long. Test35 fixes several problems in
them.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL:
2004 Jul 30
2
Too many open files with test32
Hi Timo and others,
I'm using test32 since today and I'm getting this error once every 2
hours or so:
dovecot: Jul 30 20:21:26 Error: IMAP(jens at gutzeit.at):
open(/var/mail/data/jens/jens at gutzeit.at/maildir/.INBOX.Gentoo.Security/dovecot-uidlist)
failed: Too many open files
dovecot: Jul 30 20:21:26 Error: IMAP(jens at gutzeit.at): file
maildir-uidlist.c: line 147
2004 Aug 25
1
dovecot-1.0-test32-error
I installed dovecot-1.0-test32 and I present the following error in some users:
Error: IMAP(user): Buffer full (46)
How to solve this problem?