Displaying 20 results from an estimated 49 matches for "oldserver".
2018 Dec 27
4
dsync connection issue
...ew server as per the first attachment.
I've added additional (temporary) setting to the new site as per these
instructions
https://wiki2.dovecot.org/Migration/Dsync
but when I try to do a backup with the following command from the old to
the new site
sudo doveadm -D -o imapc_user=user1 at oldserver? -o
imapc_password=pw-oldserver backup -R -u user1 at newserver imapc:
I get
-----------------------
Error: User initialization failed: imapc: Login to 'oldserver' failed:
Disconnected from server
----------------------
I can connect to both sites without any issues
openssl s_client...
2018 Dec 29
4
Migration
Hi!
I'm currently running an small imap-server on Dovecot 2.2.4 but will
retire that server. I've set up an new server with Dovecot 2.3.4 and
will migrate the mailboxes (maildir-format) from the old to the new
server. I'm planning to restructure the accounts a bit when migrating so
I need to move them one by one. Its only a few so thats not a big issue.
Both servers are using
2019 Oct 01
2
Migration
...uld be run as user vmail or root.
>>
>> Would be greatful for any tips, hints, links or similiar.
>
>
> Once you have the new server set up, you can use dsync over ssh to sync the mailboxes with something like:
>
> doveadm backup -u user at newserver -R ssh sudouser at oldserver sudo /usr/bin/doveadm dsync-server -u user at oldserver
>
> needs to be run as root on new server. Also ssh access with keys and without password is recommended.
I used to run `doveadm backup` on the new server with glusterfs and at the
middle of the sync the glusterfs is gone. Have anyone...
2019 Mar 08
5
rsync /old/server new/server ?
I have Centos 7 with dovecot/postfix/mysql Maildir
I want to bring in a new server, new server will have same hostname as
current, but, different IP
I was intending to
rsync -avzhe ssh vmail at oldserver:/var/vmail/vmail1 /var/vmail/vmail1
and, then, re run as necessary when/if mail still arrives on old server
is that "a good plan" ...?
TIA, V
2018 Dec 27
0
dsync connection issue
...I've added additional (temporary) setting to the new site as per these
> instructions
>
> https://wiki2.dovecot.org/Migration/Dsync
>
> but when I try to do a backup with the following command from the old to
> the new site
>
> sudo doveadm -D -o imapc_user=user1 at oldserver? -o
> imapc_password=pw-oldserver backup -R -u user1 at newserver imapc:
>
> I get
>
> -----------------------
> Error: User initialization failed: imapc: Login to 'oldserver' failed:
> Disconnected from server
>
> ----------------------
>
> I can conn...
2018 Dec 28
0
dsync connection issue
> On 27 Dec 2018, at 19.13, Subscription <leo1subscr at zudiewiener.com> wrote:
>
> but when I try to do a backup with the following command from the old to the new site
>
> sudo doveadm -D -o imapc_user=user1 at oldserver -o imapc_password=pw-oldserver backup -R -u user1 at newserver imapc:
>
Since both of your servers are running dovecot it would be probably better to use native doveadm protocol (over ssh pipe if required) to do the migration instead of using imapc.
something like:
doveadm backup -u user1...
2009 Jul 31
0
Profiles and samba servers
I seem to have my new server running fine. I do have a problem with my
Windows Profiles though. I logged in as a local admin to copy
user_oldserver_profile to user_newserver_profile, but I cannot do that
since it shows the profiles from the oldserver as unknown.
I am only going to copy a few of the admins profiles and the rest I am not
worrying about. I see a couple of ways of doing this. I could get my
oldserver up, login in as a local use...
2006 Feb 28
4
Moving samba PDC to new machine (same name?)
I'm using a tdbsam database with Samba 3.0.11 on a machine that's
getting a little long in the tooth. I'd like to move the whole deal to
a new machine without any reconfiguring on the clients - I'm happy with
a little downtime - out of office hours the system is hardly used
anyway. I'd like to upgrade to 3.0.21c at the same time.
I'm thinking:
1. backup domain data on
2018 Dec 30
3
Migration
...f it should be run as user vmail or root.
>>
>> Would be greatful for any tips, hints, links or similiar.
>
> Once you have the new server set up, you can use dsync over ssh to sync the mailboxes with something like:
>
> doveadm backup -u user at newserver -R ssh sudouser at oldserver sudo /usr/bin/doveadm dsync-server -u user at oldserver
>
> needs to be run as root on new server. Also ssh access with keys and without password is recommended.
>
> Sami
>
>
2019 Mar 08
0
rsync /old/server new/server ?
...k Eymont via dovecot wrote:
>
>> I have Centos 7 with dovecot/postfix/mysql Maildir
>>
>>
>> I want to bring in a new server, new server will have same hostname as
>> current, but, different IP
>>
>> I was intending to
>> rsync -avzhe ssh vmail at oldserver:/var/vmail/vmail1 /var/vmail/vmail1
>>
>> and, then, re run as necessary when/if mail still arrives on old server
>>
>>
>> is that "a good plan" ...?
>>
>> TIA, V
>>
>>
> Yeah, it's ok as long as you haven't switched to new...
2019 Mar 08
0
rsync /old/server new/server ?
...>>> I have Centos 7 with dovecot/postfix/mysql Maildir
>>>
>>>
>>> I want to bring in a new server, new server will have same hostname as
>>> current, but, different IP
>>>
>>> I was intending to
>>> rsync -avzhe ssh vmail at oldserver:/var/vmail/vmail1 /var/vmail/vmail1
>>>
>>> and, then, re run as necessary when/if mail still arrives on old server
>>>
>>>
>>> is that "a good plan" ...?
>>>
>>> TIA, V
>>>
>>>
>> Yeah, it's ok as...
2013 Dec 07
1
Easy migration from Dovecot 1.2.16 ppc maildir to 2.1.17 amd64 mdbox
Hi
After
http://retrospekt.dk/2011/08/migrating-maildir-to-dovecot-2-0-dbox/ I
used a two phases process.
The first, transfering over the network, is done by this shell function,
on the *new* server. The argument is the <user>
fetchOldServer () {
rsync -poazuHK --exclude="**/dovecot.index*" \
-e ssh root at oldServer:/var/mail/Maildirs/$1 /var/mail/oldServer/
}
I had to add --exclude="**/dovecot.index*" because of a change of
endianness (ppc -> amd64).
the second, having dovecot import the folder, is don...
2015 Apr 01
1
can't mount an LVM volume inCentos 5.10
...te' [100.00 GiB] inherit
ACTIVE '/dev/VolGroup00/bulkley-old' [100.00 GiB] inherit
ACTIVE '/dev/VolGroup00/ubuntu' [10.00 GiB] inherit
ACTIVE '/dev/VolGroup00/morice' [200.00 GiB] inherit
ACTIVE '/dev/VolGroup00/oldserver' [80.00 GiB] inherit
ACTIVE '/dev/VolGroup00/bulkley' [100.00 GiB] inherit
root at Microknoppix:/home/knoppix# mount /dev/mapper/VolGroup00 aa
mount: special device /dev/mapper/VolGroup00 does not exist
root at Microknoppix:/home/knoppix# mount /dev/mapper/bulkley aa
mount...
2018 Dec 30
0
Migration
...perform that task and if it should be run as user vmail or root.
>
> Would be greatful for any tips, hints, links or similiar.
Once you have the new server set up, you can use dsync over ssh to sync the mailboxes with something like:
doveadm backup -u user at newserver -R ssh sudouser at oldserver sudo /usr/bin/doveadm dsync-server -u user at oldserver
needs to be run as root on new server. Also ssh access with keys and without password is recommended.
Sami
2018 Dec 31
0
Migration
...r root.
>>>
>>> Would be greatful for any tips, hints, links or similiar.
>>
>> Once you have the new server set up, you can use dsync over ssh to
>> sync the mailboxes with something like:
>>
>> doveadm backup -u user at newserver -R ssh sudouser at oldserver sudo
>> /usr/bin/doveadm dsync-server -u user at oldserver
>>
>> needs to be run as root on new server. Also ssh access with keys and
>> without password is recommended.
>>
>> Sami
>>
>>
2019 Oct 01
0
Migration
...oot.
>>>
>>> Would be greatful for any tips, hints, links or similiar.
>>
>>
>> Once you have the new server set up, you can use dsync over ssh to sync the mailboxes with something like:
>>
>> doveadm backup -u user at newserver -R ssh sudouser at oldserver sudo /usr/bin/doveadm dsync-server -u user at oldserver
>>
>> needs to be run as root on new server. Also ssh access with keys and without password is recommended.
>
> I used to run `doveadm backup` on the new server with glusterfs and at the
> middle of the sync the glusterf...
2010 Jan 11
0
apache httpd, webdav, ssl - something is wrong, but what?
...b(dav) server for our .ical-System (phpIcalendar)
and copied the config and data files from the old server.
But somthing is wrong with the configuration and I'm blind to find the
error.
On the old server, I can still publish my calender from e.g. Apple iCal
at the server URL with http
http://oldserver.filmakademie.de/DAVdocs
On the new server, I can publish only with https - so only ssl secured.
https://newserver.filmakademie.de/DAVdocs
The webpage for the calendars can be accessed unsecured with http.
http://oldserver.filmakademie.de/
http://newserver.filmakademie.de/
Thanks for any hint...
2007 Sep 05
1
rsync directories that match a string
Hi,
I am trying to rsync the "new" folder for all my mail users from the old
server to the new server we have.
Basically I want to copy all files from
oldserver/home/$USERS/Maildir/new to newserver/home/$USERS/Maildir/new
where the $USERS represents all the user's home folders.
this is what I have tried but its not working:
rsync --dry-run -vaxuHS \
--filter='+ */Maildir/***' \
--filter='- **' \
"...
2010 Jan 01
1
Occasional but consistent trouble with --filter
...handled
by the --filter option.
I'm infact attempting to use the following rsync command in the new server:
rsync -auEAXDSvz --delete-after --numeric-ids --compress-level=9 --stats
--super --progress -e 'ssh -oCompression=no' '--filter=-!r
/srv/vhome/*/users/*/.mail/' user at oldserver:/srv/vhome /srv/
The command works *mostly* well, but occasionally (and consistently) it
attempts migrating or deleting stuff whose pathname seems not match the
filter spec above.
In example, the command always tries migrating files from
/vhome/xxx/home/www/admin/stats/, which I think can't f...
2003 Jul 08
1
Samba 2.28a and NT ACL
I have samba 2.2.8a compiled with option --with-acl-support --with-pam --
with-winbind on solaris8.
My problem is:
- when I copy the data from old nt server to new samba server with this
command xcopy oldserver newserver /O/S I received for some files
Access Denied. I have add on the smb file force unknown acl user = yes
but I have problem.
This is my smb.conf.
[global]
workgroup = NT_ILLY
netbios name = SUN480
netbios aliases = samba
interfaces = 172.16.1.26
b...