similar to: Plan/Status of MBX support?

Displaying 20 results from an estimated 700 matches similar to: "Plan/Status of MBX support?"

2006 Sep 29
3
Converting UW MBX mail folder
We converted from uw-imapd to dovecot but are still having problems with MBX mail folders. The user can't access this "MBX mail folder": [root at volt Resume's]# file "Sys Admin" Sys Admin: MBX mail folder [root at volt Resume's]# mailutil copy ./"Sys Admin" '#driver.unix/new' Can't open mailbox ./Sys Admin: no such mailbox [root at volt
2006 Jun 14
1
MBX Servers?
Does anyone here have any experience using Digium cards with MBX hardware/servers?
2004 Jan 29
2
Migrating from UW: mbx detection and conversion
I want to migrate my big mail folder hierarchy in preparation for converting from UW-IMAP to Dovecot. I've got a bunch of mbx format folders but some remain mbox. Has anyone done this? Any scripts out there for automating the conversion to all-mbox? I believe the only format conversion available is mailutil (part of UW-IMAP) and it works by opening an IMAP connection to the server and moving
2006 Jun 01
1
mbx to mbox conversion
Here's a feature I'd like. If Dovecot opened an MBX format file that it would convert it to an MBOX format file. I have several files that I'm having a hard time converting. The one I got from Washington University WUIMAP is extremely flawed.
2007 Jul 24
1
ssh client does not timeout if the network fails after ssh_connect but before ssh_exchange_identification, even with Alive options set
Hello, I am testing ssh with occasional network disconnection between server and client during these days. I found ssh sometimes hangs if the disconnection happens after the connection is established but before ssh_exchange_identification completes. The ssh configuration files show that both client and server alive options are set. In /etc/ssh/ssh_config: # Send keepalive messages to the server.
2018 Jul 17
2
Samba4 AD cannot see machines in windows browser
On Tue, Jul 17, 2018 at 1:18 PM Rowland Penny via samba < samba at lists.samba.org> wrote: > On Tue, 17 Jul 2018 12:59:25 -0700 > Alberto Moreno via samba <samba at lists.samba.org> wrote: > > Hi Moreno, see inline comments: > > > Hi > > > > On Tue, Jul 17, 2018 at 12:38 PM Rowland Penny via samba < > > samba at lists.samba.org> wrote: >
2017 Apr 18
1
Centos 7 Samba3 to Samba4 Migration "Trust Relation Failed"
Hi. I'm testing my migration from my PDC running Centos 5.x Samba3+OpenLDAP. to Centos7 Samba4 OpenLDAP 2.4.40 I had move all my settings and the server has all my users, in console I see all my info. Now, I connect a test machine that was on the same domain but I'm getting the bad message went I try to login with a domain user: 'The trust relation between this workstation and the
2018 Jul 18
2
Samba4 AD cannot see machines in windows browser
On Tue, 17 Jul 2018 15:07:53 -0700 Alberto Moreno via samba <samba at lists.samba.org> wrote: > On Tue, Jul 17, 2018 at 1:57 PM Alberto Moreno <portsbsd at gmail.com> > wrote: > > > > > > > On Tue, Jul 17, 2018 at 1:18 PM Rowland Penny via samba < > > samba at lists.samba.org> wrote: > > > >> On Tue, 17 Jul 2018 12:59:25 -0700
2006 Sep 14
4
Migrating from uw-imapd to dovecot
We recently switch from up-imapd to dovecot But many users are reporting that they cannot access certain mail folders. The log file has: imap(dws): Sep 14 00:06:19 Error: File isn't in mbox format: /home/research/dws/mail/TaskDL The files in the logs are "MBX mail folders", not "ASCII English text" as are the folders that can be read under Outlook. Can anyone tell me
2004 Feb 10
2
Mailbox formats
I'm currently using mbox and mbx with UW-IMAP, mbox for space efficiency and mbx for folders with lots of messages for time efficiency without a large space cost. I've avoided maildir because it has a relatively high space cost; mbox has no inter-message cost while maildir wastes on average half a sector plus an inode for each message. What other formats are there, and has anyone come
2016 Dec 06
2
[RFC LINUX PATCH 0/2] Virtio ring works with DMA coherent memory
RPMsg uses dma_alloc_coherent() to allocate memory to shared with the remote. In this case, as there is no pages setup in the dma_alloc_coherent(), we cannot get the physical address back from the virtual address, and thus, we can set the sg_dma_addr to store the DMA address and mark it already DMA mapped. When virtio vring sees the sg_dma_addr is ready set, do not call dma_map_page(). The issue
2016 Dec 06
2
[RFC LINUX PATCH 0/2] Virtio ring works with DMA coherent memory
RPMsg uses dma_alloc_coherent() to allocate memory to shared with the remote. In this case, as there is no pages setup in the dma_alloc_coherent(), we cannot get the physical address back from the virtual address, and thus, we can set the sg_dma_addr to store the DMA address and mark it already DMA mapped. When virtio vring sees the sg_dma_addr is ready set, do not call dma_map_page(). The issue
2016 Jun 03
2
Cannot share folders access denid PDC+LDAP.
Hi, is time to get help. I have a DOMAIN with samba3.6.23-9.el5_11 Centos 5.11 x64 Windows XP/Win7/Win8.1 domain no issues.(x32/x64) I have even 2 Linux Centos 5.x in my domain x64 Now, I have add 1 Centos 6.x x64 updated. Samba 3.6.23-35.el6_8 I had setup LDAP client on this server to get users/groups and add to my domain with net rpc join, no issue. I can see the server on my domain no
2018 Jul 17
2
Samba4 AD cannot see machines in windows browser
Hi. I'm continuing learning samba4. I had add some machines to the domain, windows 10 Pro. But I open windows browser and don't see my domain and my machines. Is normal with samba4? My smb.conf # Global parameters [global] netbios name = MBXDC1 realm = MBX.LOCAL server role = active directory domain controller server services = s3fs, rpc, nbt, wrepl,
2016 Jun 06
2
Cannot share folders access denid PDC+LDAP.
Hi mathias, thanks for taking time to see this issue. In my case is not a AD, is still a NT4 style. I will try the option, thanks. On Mon, Jun 6, 2016 at 5:31 AM, mathias dufresne <infractory at gmail.com> wrote: > Hi Alberto, > > No idea about your issue as I'm playing with Samba to build AD only, I can > only tell you that I did tested on my Samba AD DC and I can use
2018 Jul 17
2
Samba4 AD cannot see machines in windows browser
Hi Penny. On Tue, Jul 17, 2018 at 12:38 PM Rowland Penny via samba < samba at lists.samba.org> wrote: > On Tue, 17 Jul 2018 12:16:56 -0700 > Alberto Moreno via samba <samba at lists.samba.org> wrote: > > > Hi. > > > > I'm continuing learning samba4. > > > > I had add some machines to the domain, windows 10 Pro. > > > > But I open
2005 Aug 30
1
Multiple mailbox formats, per-user mailbox format support
Hello, I have a setup where each user has different mailbox formats (some use only /var/spool/mail/user) mailbox format, some is stored in mbx format ~/INBOX or ~/mbox and some is stored in maildir format in ~/Mail/ I currently use UW-IMAP to read /var/spool/mail/... and the mbx format mailboxes in ~/INBOX and mutt to read ~/Mail/... (the maildirs in ~/Mail/ are created by procmail rules) Does
2020 May 13
4
Re: Can't connect to Managesieve Server - what´s wrong?
Am 14.05.2020 um 00:22 schrieb Benny Pedersen: > On 2020-05-14 00:14, Anton Blau wrote: > >> What can I do to get connect from Roundcube to dovecot-managemsieve? > > if roundcube is installed on same server as dovecot then disable ssl > in roundcube managesive plugin as same way for imap and submission/smtps > > Thank you for your very fast answer. There are two virtual
2007 May 22
1
simultaneous access to folder
We have for many years been a UW-IMAP site, with users having their own traditional, private, mbox-format INBOX and folders: almost (but not quite) no complications of shared or simultaneous access. We have just completed a transparent transition to dovecot (official 1.0.0 release). But we have one residual issue affecting one important user account. UW-IMAP specifically only allows single
2004 Dec 07
1
Lost BODY message
DEBIAN package information: ii dovecot-common 0.99.11-3 ii dovecot-imapd 0.99.11-3 ii bogofilter 0.93.1-1 Apologies for cross-posting, but I think the problem lies somewhere in here. Maybe someone can tell me something useful. Now, I've confirmed the following: I received a mail message that was not spam, of size 2132 originally. clamav scanned it and bumped the size up to 2356