Displaying 20 results from an estimated 10000 matches similar to: "Migration from NT Domain to AD"
2016 Aug 01
0
Slow directory listing after adding new trusted domain to current forest
We have an ubuntu 14.04 server running samba 4.1.6 that is a member of our
OLDDOMAIN. We recently added a new trusted domain to our forest. We
noticed any new directories created by users in that new domain take a long
time for the directory to list in the command line.
This does not seem to happen when listing the directories with only
user/group ID:
root at
2017 Aug 23
2
unexpected delivery location
On 8/23/2017 4:30 AM, lists wrote:
> Hi,
>
> Not sure what the lack of replies means... As postfix is also
> involved, should I better ask there?
>
> It seems a little bit in between postfix and dovecot...
>
> Just to clearify one thing I wrote:
>
> On 22-8-2017 16:23, lists wrote:
>> We're running dovecot 2.2.13, virtual users, with postfix. We
>>
2017 Aug 22
2
unexpected delivery location
Hi,
We're running dovecot 2.2.13, virtual users, with postfix. We have an
olddomain and a new domainname. To 'translate' *@olddomain into
*@newdomain, I have configured:
> cat /etc/postfix/canonical
> @olddomain.com @newdomain.com
While this seems to work, lately we have noticed that dovecot
occasionally creates mailboxes for non-existent users, like:
>
2017 Oct 20
0
Change Netbios name during classicupgrade?
Hi Rowland, Denis
Thank you very much for your answers, It helped really a lot.
And sorry for the delay of answer, was busy on other stuff.
You advices don't lead me straight to the solution, but i get
improvements, thanks to it.
For now, whatever i can do to change the workgroup, It changes the
Domain SID.
Actually it's more subtle;
Before change workgroup:
#net getdomainsid
2019 Feb 08
1
Windows client still tries to connect to old AD after replacement
Thanks again Rowland for getting back to me. Here's my comments below:
>> /etc/hosts:
>> 127.0.0.1 localhost
>> 192.168.0.17 ad.domain.intranet ad
>> 192.168.0.21 domain-ad.domain.intranet domain-ad
>
> Remove the line above, this is the old AD domain and shouldn't have
> anything pointing to the new one.
Have deleted this line.
2017 Aug 23
2
unexpected delivery location
On 8/23/2017 2:53 PM, mj wrote:
>
> On 08/23/2017 06:03 PM, Noel wrote:
>> Don't use wildcard aliases.? They break recipient validation and
>> cause postfix to accept all addresses.
>>
>> Instead use 1-1 aliases, such as
>> user1 at olddomaon? user1 at newdomain
>> user2 at olddomaon? user2 at newdomain
>
> But we have 500+ addresses in ldap,
2017 Mar 20
2
doveadm-sync stateful
Hello,
I'm trying to migrate mail accounts from an old server to a new one.
As I need to migrate dozens of accounts which take about 1G each, I need
to do stateful sync to make my migration in two times :
1 - I run a :
doveadm -D -o mail_fsync=never -o imapc_user=user1 at olddomain.fr
sync -s "" -R -1 -u user1 at newdomain.fr imapc: > /tmp/firstsync.log 2>&1
my
2014 Jan 13
2
Sieve - not functioning for additional email aliases.
Hi,
On one of my servers (old one, version 1.2.5) user reported that vacation
message for basic address works fine, but not for the aliases.
I know that this is an old version, but we can't simply switch them to the
most current dovecot release without preparing and testing everything...
So I'm rather asking for help with debugging the case :)
This person has email my.name at
2020 Jul 10
1
Per-user sieve_before settings?
Hi all,
I wonder if using a per-user sieve_before setting (ie: a relative path
to user home, as ~/filter.sieve) is expected to work corretly.
Full disclaimer: I am migrating an old CentOS 6.10 box with dovecot
2.0.9 and an old pigenhole version. I now want to redirect emails from
old account to new account (I have a csv with old->new address pairs).
My first approach using a single, big
2004 Jul 16
1
Winbind problem
Posted: Thu Jul 15, 2004 11:34 am Post subject: Samba/winbind and ADS
problem
I almost have this.
I have read the docs, I have read this, I have purchased both books from the
samba team, and I cannot find any help from any of these.
We are trying to migrate from OLDDOMAIN (an NT4 Domain) to NEWDOMAIN (our
Win2k3 Domain). I have a two way trust right now between the domains. I have
2017 Oct 17
0
Change Netbios name during classicupgrade?
Well, let's try to be more precise about my issue and give some updates:
I try to make a classicupgrade and meanwhile, change the Domain name
during the process, which includes realm and NetBIOS domain name. I
precisely meet difficulties with changing the NetBIOS domain name.
What i've tried so far:
1)
Change the NetBIOS domain name "workgroup" attribute on the old Samba 3
2017 Aug 23
0
unexpected delivery location
Hi No?l,
Thanks for your response!
On 08/23/2017 06:03 PM, Noel wrote:
> Don't use wildcard aliases. They break recipient validation and
> cause postfix to accept all addresses.
>
> Instead use 1-1 aliases, such as
> user1 at olddomaon user1 at newdomain
> user2 at olddomaon user2 at newdomain
But we have 500+ addresses in ldap, surely there must be some
2020 Jun 13
2
Samba not providing the right encryption in Kerberos
Hi,
I have a domain with 3 DCs running 4.11.8. The database itself dates back to Samba3 and has been gradually updates over the years.
When I check out a ticket I get the following results from klist -e
Ticket cache: FILE:/tmp/krb5cc_0
Default principal: user at OLDDOMAIN
Valid starting Expires Service principal
06/12/2020 23:25:04 06/13/2020 09:25:04 krbtgt/ OLDDOMAIN at
2005 Jun 12
3
Demote old NT4 PDC to member of Samba domain?
Hi,
When installing Samba, I made it a PDC in a new domain. Now I would like
the old NT4 PDC in the old domain to become a plain host in my Samba
domain. Is this possible? I need to keep the old NT4 machine because
it's running the Symantec Corporate Edition NAV.
In other words, I have
NEWDOMAIN with Samba PDC and all clients
OLDDOMAIN with NT4 PDC alone, no client
Can my NT4 PDC become
2017 Mar 20
0
doveadm-sync stateful
On 20 Mar 2017, at 13.24, C?dric ML <cedric.bassaget.ml at gmail.com> wrote:
>
> Hello,
>
> I'm trying to migrate mail accounts from an old server to a new one.
> As I need to migrate dozens of accounts which take about 1G each, I need to do stateful sync to make my migration in two times :
>
> 1 - I run a :
> doveadm -D -o mail_fsync=never -o
2016 May 28
5
CentOS 6.8 Apache-2.2.15-53 re-write question
I was wondering if somebody could help me with an Apache re-write rule. Apparently CentOS 6.8 is running apache-2.2.15-53. I am trying
to redirect all pages except for two pages. The apache rewrite directives in the httpd config are:
RewriteEngine on
RewriteCond %{REQUEST_URI}!^/test/
RewriteCond %{REQUEST_URI}!^/my-folder/
RewriteRule (.*) http://www.newdomain.com/$1 [R=301,L]
These commands
2017 Aug 23
0
unexpected delivery location
Hi,
Not sure what the lack of replies means... As postfix is also involved,
should I better ask there?
It seems a little bit in between postfix and dovecot...
Just to clearify one thing I wrote:
On 22-8-2017 16:23, lists wrote:
> We're running dovecot 2.2.13, virtual users, with postfix. We have an
> olddomain and a new domainname. To 'translate' *@olddomain into
With
2009 Dec 09
0
Cloning the samba+openldap pdc server for use in another network
Hi!
In the office we have an ubuntu 9.04 server which serves as pdc with
samba+openldap+Mandriva Diectory Server web interface, as a file server and
as a router with squid squidguard and free-sa.The server was set up by the
person who is unreacheable at the moment.
Now we have a task to clone this server for use in another office with the
new domain name. At the time there are two questions we
2016 May 28
0
CentOS 6.8 Apache-2.2.15-53 re-write question
Am 28.05.2016 um 21:03 schrieb Paul R. Ganci:
> I was wondering if somebody could help me with an Apache re-write rule.
> Apparently CentOS 6.8 is running apache-2.2.15-53. I am trying
> to redirect all pages except for two pages. The apache rewrite
> directives in the httpd config are:
>
> RewriteEngine on
> RewriteCond %{REQUEST_URI}!^/test/
> RewriteCond
2014 Nov 11
1
Changing password server to win 2012
Hi list,
My goal is to share a few shares from a solaris 9 host with a new win2012
domain. Im rather new to solaris (some years of linux exp, but samba has
been a LONG time ago)
The solaris machine has been created as a machine account in AD under its
hostname by the windows admins in the new win2012 domain. (Thats not me,
although I have domain admin access if need be)
I have an issue changing