Displaying 20 results from an estimated 300 matches similar to: "mbox folder deleting"
2010 Oct 14
1
acl allow creation of special foldernames
Hi,
ACL works fine now...
But is it possible so allow users the creation of specific folder names?
so users should be able to create a folder "Sent" but not the folder
"Send" or something like that
I just want to allow some folder names and only THESE folders...
Thanks for you help!
Tobi
--
Dr. Nagler & Company GmbH
Hauptstra?e 9
92253 Schnaittenbach
Tel :
2010 Oct 13
1
bug in dsync
Hi,
I'm trying to convert mailboxes from mbox zu mdbox.
The following command was performed:
dsync mirror -u tsdauche mbox:~/.NCmail/Drafts
dsync(tsdauche): Fatal: execvp(-u) failed: No such file or directory
dsync(tsdauche): Panic: file dsync-worker-local.c: line 185
(dsync_drop_extra_namespaces): assertion failed: (ns != NULL)
[1] Abort trap (core dumped) dsync mirror -u tsdauche
2010 Oct 21
1
bug with null pointer
Hi,
we found a serious bug while testing our migration scripts.
in Solaris (or other system 5) the user variable is not always set.
Dsync is not very happy about that and crashes with an segmentation fault.
After hours of debugging and TWOE simple lines
# USER=$LOGNAME
# export USER
the problem was solved! The null pointer was found - so i will go home now an
drink a bottle of
2010 Oct 28
2
dsync, separator, but really - Default Namespace
Just made the leap from 1.2 to 2.0.6 - and several maddening config
typos I think I have a working system again! Getting closer to
converting from maildir to mdbox, but first...
Trying to use dsync gives me:
dsync(root): Fatal: Mail locations must use the same virtual mailbox
hierarchy separator (specify separator for the default namespace)
Ok - I 've never configured namespaces
2011 Jan 10
2
dsync not copying all mail
Hi,
I'm still trying to migrate from Dovecot 1.2.16 to 2.0.7 on FreeBSD.
Previous attempts have failed with mails not being visible after the
upgrade. Version 1.2.16 was migrated from maildir to dbox about a year
ago via the convert-plugin. After previous attempts to "clean" the
hybrid maildir-dbox situation I used imapsync to copy all mails from the
old account to a new
2011 Jan 20
0
Bug found, assertion failed
Hi there,
We're running dovecot 2.06, with mdbox.
Following message was in our syslog:
Jan 20 09:26:48 servername dovecot: [ID 583609 mail.crit] imap(user): Panic: file istream-limit.c:
line 79: assertion failed: (v_offset <= lstream->v_size)
The problem could be solved on client side, by just deleting the ImapMail-Folder in Thunderbird.
Why? Thunderbird tried to move a message, that
2010 Nov 02
2
Virtual inbox folder bug
Hi all,
I've been using dovecot as our internal mail server for quite some time.
It works very well. Each of our mailboxes have 1000+ messages (some have
more than 4-5000 messages).
I have recently started using virtual folders and, using an adaptation
of an example script in the dovecot site
(http://wiki.dovecot.org/Plugins/Virtual), to have a virtual folder
changed to act as inbox.
2010 Oct 06
4
Convert plugin
Hi,
I'm trying to get old mail from /var/mail/<user>, where <user> is the
(sometimes) huge mailfile, not a directory, converted to the maildir
INBOX in ~/Maildir. Users have no ~/mail directory; they were supposed
to use pop3 only.
I'm trying the example from the wiki:
plugin {
convert_mail = mbox:~/mail:INBOX=/var/mail/%n
}
but have still not succeded. I tried
2001 Mar 16
1
change of password
Hi all,
who knows a way to change the
Samba password in the smbpasswd from
a windows client?
For example with a webinterface like swat:
User:
Old password:
New password:
Te-type New password:
Remote machine:
I don't want to use this, to enable each Samba user to
change it's password by itself.
Therefore, I can't use the swat interface directly, because
I don't want to give all
2003 Jan 13
1
printer suddenly unavailable
Hi there
I have a pretty strange problem that pops up once in a while.
Running samba 2.2.7a having installed a Samba machine as password server
sharing user info via NIS I have a couple of printers running here at our
place. Several of them are only accessible to a select group of people so I
defined the concerned printers share as:
[PrinterX]
valid users = user1, user2, user3 ....
.....
Things
2005 Mar 22
1
net utility (3.0.12) acting strange
Hi all
I am running a Suse-9.1 distribution on a server and have
been runnig samba from 3.0.4 up to 3.0.11 succesfully on the beast.
I have got openldap 2.2.11 running and the server works as a PDC
using the LDAP repository
I always downloaded the sources compiled the stuff and off it went without
any
problems.
Yesterday I compiled the 3.0.12 on the machine and when I fired it up I
realized
2010 Oct 18
10
dovecot genesis v2.0.X
V2 of dovecot has had the following releases (to recap)
2.0.0 2010-08-16
2.0.1 2010-08-24
2.0.2 2010-09-08
2.0.3 2010-09-17
2.0.4 2010-09-26
2.0.5 2010-10-01
I am on FreeBSD, and the port committers want to wait till
dovecot V2 "stabilizes" prior to adding it to the FreeBSD
ports base.
So, my question is, respectfully, is dovecot V2.0.5 stable enough
for prime-time on a busy ISP
1999 Nov 06
2
Win98 SE, Samba 2.0.5, abysmal write performance
I am running Win 98 SE and have a Samba server v2.0.5 on a FreeBSD 3.3
system. Both machines sit on the same 100baseTX subnet. I am seeing
expected read performance, but writes from Win98 to the Samba share are
terrible; upwards of 30 seconds to copy a 900kb file (yes, that's kb).
This happens in both Explorer, the DOS "shell", and in the application that
actually created the file
2002 Jul 20
0
[Bug 366] New: .cvsignore shouldn't be in distrib
http://bugzilla.mindrot.org/show_bug.cgi?id=366
Summary: .cvsignore shouldn't be in distrib
Product: Portable OpenSSH
Version: -current
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: openssh-unix-dev at mindrot.org
2010 Oct 10
9
Dovecot 2.0.5 and BSDI 4.3 again
Right,
Changes made to dovecot-2.0.5/src/lib-master/master-service.c
conn.listen_fd = l->fd;
conn.fd = net_accept(l->fd, &conn.remote_ip, &conn.remote_port);
i_error("conn.fd: %d",conn.fd);
i_error("l->fd: %d",l->fd);
i_error("&conn.remote_ip:
2016 Dec 24
0
AUTOREPLY Allow direct connection between some (but not all) node...
Sehr geehrte Damen und Herren,
Ab dem 23.12.2016 bis einschließlich 06.01.2017 sind wir im Weihnachtsurlaub.
Ab dem 09.01.2017 stehen wir Ihnen wieder wie gewohnt zur Verfügung.
Wir wünschen Ihnen und Ihrer Familie ein frohes und gesegnetes Weihnachtsfest
und einen Guten Rutsch ins neue Jahr.
Mit freundlichen Grüßen
Ihr Hardy Barth - Team
EDV- u. Elektrotechnik Hardy Barth GmbH
2006 Oct 09
1
member server 3.0.23c drives me nuts
Hello everybody
First of all thanks to the developer team in providing the samba suite.
I have been running samba servers for serveral years now but 3.0.23c
just drives me nuts.
I have a PDC and BDC running samba 3.0.23c with openldap as backend and
also a samba member server trying to run 2.0.23c.
The member server is the primary file server so I can't play with it all
that much.
The
2010 Oct 09
1
disable zlib via config to allow per mailbox compression level
Hello
Dovecot v2.0.5
zlib_save_level = 6 # 1..9
zlib_save = gz # or bz2
Is there a config option to disable zlib, even if above config are in
place? If so please provide an example.
If no, would it be possible to add one? Like if zlib_save_level = 0
disable zlib. So one can configure per mailbox compression level via
sql database.
KuiZ
Thanks
2009 Mar 18
0
AD and winbindd madness
Hello all
I tried for a couple of days now to get our samba domain hooked up with
an AD controller. I followed these instructions:
http://www.msadfaq.de/wiki/ActiveDirectory/trust_relationship_samba_ad
I've solved a couple of problems over the years but this is a hard nut
to crack.
The setup is as follows
AD runs the domain BAUMANN (realm: baumann.local)
samba runs the domain BAUMANN-GMBH
2016 Dec 14
1
netbios alias and AD trouble
Hello there
I've got two samba servers srv1 and srv2
smb.conf for srv1:
netbios aliases srv1-alias
smb.conf for srv2:
netbios aliases srv2-alias
DNS is configured all right and resolves the names. Each name has got
its own IP address.
Both servers are AD members, run as expected and can be connected to via
their netbios and netbios alias names.
If, for example, srv1 fails I want to add