Displaying 20 results from an estimated 52 matches for "myaccounts".
Did you mean:
myaccount
2015 Nov 04
3
Problems Converting from Cyrus to Dovecot (cyrus2dovecot)
I have been attempting to use the cyrus2dovecot script, to no avail.
I have many years of content that I want to convert from Cyrus to
Dovecot; with the above not working, what are other options out there?
Another idea I had is simply set up another IMAP server (using Dovecot)
and drag-and-drop and just wait, which I may end up doing.
In the above, I copied over my entire /var/imap and
2009 Oct 04
2
deliver stopped working
Hi:
I have been using Dovecot for well over a year now and it has always worked with few
problems. The mail setup is not simple...
Postfix+MailScanner+ClamAV+Docvecot+MySql+postfix.admin... just to mention the major
things. The system is CentOS 5.3 on VMware. The maildir is on an NFS share, index and
control is local.
About a month ago I thought I upgraded from 1.1.x to 1.2.x. by doing an
2015 Nov 07
2
Problems Converting from Cyrus to Dovecot (cyrus2dovecot)
Thank you for the reply. I did find imapsync whilst perusing Google. I
will give it a shot, it sounds more realistic/reliable. I have a hoard
of emails going back to 1999, so I want as few errors as possible :)
On 11/7/15 3:31 PM, Philon wrote:
> Hi there,
>
> I was in the same position, but for mutliple accounts. Still you might want to look at imapsync
2019 May 16
1
krb5_auth: NT_STATUS_NO_LOGON_SERVERS for users from trusted AD domains in samba winbind > 4.2
Hi,
in our setup, we have a number of AD domains with an exisiting one-way trust between the local domain of the system (which I will call LOCALDOM in the following) and the domain containing the user accounts (which I will call TRUSTEDDOM in the following). The domain controllers run Windows Server 2012.
Beginning with samba 4.4 we have an issue with authentication through pam_winbind on the
2015 Nov 26
2
Problems Converting from Cyrus to Dovecot (cyrus2dovecot)
Hello,
Because it did not work ?
In a similar situation, we where forced to use isync/mbsync in imap to
imap mode because dsync did not work.
It was reported here more than a year ago (May 2014).
Time to time, I see the same report from other trying to use dsync to do
a migration to dovecot.
Dsync is a very appealing and elegant solution to this usage, but it
does not always work in real
2015 Nov 26
2
Problems Converting from Cyrus to Dovecot (cyrus2dovecot)
Hi,
No, I tried fetching over imapc too exactly as you suggested.
In my case it was not from cyrus, but from CriticalPath.
isync was finally able to do the job, preserving flags and doing UIDs
mapping. The most boring part was generating proper config file for
thousands of accounts.
A working imapc/dsync would have been better.
Emmanuel.
Le 26/11/2015 15:24, Sami Ketola a ?crit :
> Hi,
2001 Mar 15
3
Support for here documents with sftp client in OpenSSH 2.5.1p 1-1 (RH Linux 6.2 [2.2.x kernel])
Damien,
I was going down the path of public key authentication when I encountered
problems. I've been discussing it off-line using the simple example of
creating a key pair with no passphrase for an account on "myserver", then
trying to connect to myserver using the "ssh -i id_dsa myserver" command.
It's not working, so we're debugging now (see below). If you
2009 Oct 28
3
/etc/aliases file wildcard
I have been trying to find out if the /etc/aliases file
can accept wildcards in the user name
I was hoping that a line like or similiar:
machine*: myaccount
would take any name matching machine* and forward onto the myaccount
mailbox.
man aliases didnt really help me nor did I find anything else.
Is there a way to pattern match in /etc/aliases with an * or something?
Thanks,
Jerry
2016 Mar 21
3
Dovecot 2.2.22 - doveadm via socket not working
Hello,
(my) doveadm is no longer working if I use the -S socket_path.
# doveadm quota get -S mbx7:542 -u myaccount
doveadm(myaccount): Error: doveadm server disconnected before handshake: EOF
doveadm(myaccount): Error: mbx7:542: Command quota get failed for jobsanzl: EOF
Quota name Type Value Limit %
The server logs:
Mar 22 00:29:47 doveadm(134.147.53.150):
2015 Nov 07
0
Problems Converting from Cyrus to Dovecot (cyrus2dovecot)
Hi there,
I was in the same position, but for mutliple accounts. Still you might want to look at imapsync (https://github.com/imapsync/imapsync), isync and offlineimap. There are more alternatives listed at the imapsync homepage.
Philon
> Am 04.11.2015 um 20:47 schrieb Forrest <those.lists at gmail.com>:
>
> I have been attempting to use the cyrus2dovecot script, to no avail.
2015 Nov 26
0
Problems Converting from Cyrus to Dovecot (cyrus2dovecot)
Hi,
With imapsync you will lose message UIDs which means that IMAP clients need to clear their local caches and redownload all messages. Why not use dovecot dsync over imapc instead? It tries to preserve UIDs and Flags.
http://wiki2.dovecot.org/Migration
Sami
> On 07 Nov 2015, at 23:35, Forrest <those.lists at gmail.com> wrote:
>
> Thank you for the reply. I did find imapsync
2015 Nov 26
0
Problems Converting from Cyrus to Dovecot (cyrus2dovecot)
Hi,
I think you tried to read cyrus mails folders directly. I was talking about fething mails from cyrus over imapc connection.
Sami
> On 26 Nov 2015, at 15:36, FUSTE Emmanuel <emmanuel.fuste at thalesgroup.com> wrote:
>
> Hello,
>
> Because it did not work ?
> In a similar situation, we where forced to use isync/mbsync in imap to
> imap mode because dsync did not
2015 Nov 26
0
Problems Converting from Cyrus to Dovecot (cyrus2dovecot)
v2.2.19 has many fixes related to dsync+imapc, which were found while migrating several million users from GMail. I'm not aware of any problems with it now. Also even before v2.2.19 dsync+imapc has been used to successfully do many large migrations.
> On 26 Nov 2015, at 17:49, FUSTE Emmanuel <emmanuel.fuste at thalesgroup.com> wrote:
>
> Hi,
>
> No, I tried fetching
2006 Feb 17
1
Domain User access control in the smb.conf
Hi All
My system is Freebsd 5.4 and Samba 3.0.21a. I am using ADS for system
security. In my smb.conf, I create a share like that.
[Test2]
comment = Test
path = /usr/tmp/
valid users = @"Domain Admins",@"Domain\myaccount"
The domain administrator can access the share folder, but I can't. It
keeps asking me the username and password.
The samba is
2007 May 02
1
rsync --owner=myaccount
Hello Community ,
We will be using rsync to keep data flowing from a data-collection
computer (data belongs to user "det") to a data-processing
computer where the data is to be owned by whichever
account is doing the experiment.
I would like to run rsync and be able to specify the target
UID/GID to use on the command line.
For security reasons, the user doing data processing
does not
2009 Mar 23
0
net ads join -U syntax
Hello,
I try to join a Samba 3.2 server on RHEL 4 to AD using
net ads join -d 2 -U myaccount@DOMAIN.COM
It seems that the net utility does not 'like' a full qualified userid
any longer. I was able to join using samba v3.09 and v3.025 but with
3.2.8 I'm only able to join submitting a plain userid (without @domain
appended), i.e.
net ads join -d 2 -U myaccount
When joining using
2007 Jun 11
0
Samba 3.0.25a idmap_ldap "ldap suffix" used instead of "idmap config <DOMAIN>:ldap_base_dn"
...ippets are below. I'm not getting this to work. What I see,
reading log.winbindd-idmap at log level 10 is that search for Idmap
entries seems to use the "ldap suffix" parameter instead of the
idmap config <DOMAIN>:ldap_base_dn as a search base, i.e.
it starts at ou=Trusting,ou=MyAccounts,o=Universitaet Marburg,c=DE
while it should start at
ou=Idmap,ou=Trusted,ou=MyAccounts,o=Universitaet Marburg,c=DE
Any hints?
regards,
Wolfgang Ratzka
-------------------------------------------
[global]
(...)
workgroup = TRUSTING
server string = %h
security = user
encrypt password...
2008 May 20
1
IMAPS error with Dovecot?
I'm using Dovecot to support IMAPS on CentOS4 on port 993. Stock RPMS,
absolutely nothing special done or even anything compiled on the system.
About as usual as usual usually gets.
But, using KMail on my Fedora Linux laptop, I keep getting the following
message: (in part)
"This means that although the resource, Changing the flags of message
imaps://me at
2007 Dec 12
2
Vista SP1-rc1 appears to break against Samba-3.0.27a
We've got nicely ADS integrated Samba-3.0.27a servers that are working
fine with Win2000 through to standard Vista.
However, we are starting to test RC1 of Vista SP1 and discovered that
once applied, that workstation cannot connect to Samba server shares -
unless the share is open - i.e. no "valid user" style settings. The
moment one is defined, Vista fails to connect and pops up an
2010 Jan 25
2
still asserts with 1.2.10
Hi,
I've still asserts while accessing virtual folders:
Program terminated with signal 6, Aborted.
[New process 6714]
#0 0xf7e57556 in raise () from /lib/libc.so.6
#0 0xf7e57556 in raise () from /lib/libc.so.6
No symbol table info available.
#1 0xf7e58d78 in abort () from /lib/libc.so.6
No symbol table info available.
#2 0x080f2eb5 in default_fatal_finish (type=<value optimized