LDAP and multiple domains

Currently migrating to a new domain and is there anyway to configure LDAP to use both during the migration?... We've been able to use one or the other via redirecting the LDAP Configuration Wizard and our test users but they only work for a short time then fail.  I'm thinking there is a keep live period that expires, so is that a possiblity? reset the how long LDAP keeps currently populated users.

It is not possible to configure Contract Management to connect \ integrate with more than one LDAP authentication server.
This is an existing Enhancement Request:
Bug 9724986         15    ABILITY TO ENTER MULTIPLE LDAP SERVERS FOR CONTRACT MANAGEMENT
The Primavera Administrator only supports variables for a single authentication mode and authentication server.
Reference: Note 913872.1 How To: Configure / Enable LDAP Authentication using the Primavera Administrator (admincm.cmd)
This sounds like short term requirement, however, if you would like to be included on the related Enhancement Request, please create an SR to request your organization be added to the Enhancement Request.

Similar Messages

  • LDAP Configuration - Multiple domains

    I have a domain called SA and I have subdomains called IL,NY,TX with corresponding users in the subdomain.It is a deep hierarchy.I want to bring all the users from all these subdomains.
    Below is my environment,
    User path: ou=users,ou=test,dc=IL,dc=SA
    User path: ou=users,ou=map,dc=NY,dc=SA
    User path: ou=users,ou=temp,dc=TX,dc=SA
    If I give a single path, I am able to bring all the LDAP users. What do I need to do to bring all the users from all the subdomains in EP60.

    Dear Anonymous User -
    Have you tried configuring the connection to the LDAP to use port 3268 instead of 389?  Also, you may need to point to the domain controller instead of one of the sub-domains.
    Additionally, you'll want to ensure that the users are unique amongst all of the sub-domains.  If not, you'll find that users may experience intermittant behaviour.
    Finally, you could also configure the portal to use multiple LDAPs, and treat each of th sub-domains as a seperate LDAP even though they physically exist on the same server.
    Regards,
    Kyle

  • Cisco support LDAP Authentication - Multiple Domains

    Hi,
    I want to change the LDAP authentication as the multiple domains and my Windows AD environment is the child trust, that mean the root DC is the "abc.com", which have the two child DCs, e.g. "us.abc.com ", "uk.abc.com"
    Is it possible I just changed the LDAP auth. with user search space as the root DC is fine?
    OR
    I must use the "userPrincipalName" ?

    But it had the collision SAMAccountName, that would have the same account name between the us.abc.com and uk.abc.com. 
    If I changed the "userPrincipalName" LDAP sync to CM, how about the Jabber login?

  • IWeb 1.1(.1) and multiple Domain.sites

    There are (still) a lot of references to Domain.sites resides in ~/Library/Application Support/iWeb folder, this is no longer true with iWeb 1.1(.1).
    iWeb 1.1(.1) can handle multiple Domain.sites, and once you double click a Domain.sites outside of ~/Library/Application Support/iWeb folder, ~/Library/Application Support/iWeb folder is no longer needed (unless you double click the Domain.sites inside ~/Library/Application Support/iWeb folder, again).
    Once you double click a Domain.sites outside of ~/Library/Application Support/iWeb folder, you can move iWeb folder out of ~/Library/Application Support folder, and iWeb WON'T create another ~/Library/Application Support/iWeb folder.
    huh?

    iWeb 1.1.x multiple domains handling is quite low
    key, and for a good reason. Although, iWeb 1.1.x can
    handle multiple Domain.sites, however, there is no
    way (that I know of) to create a fresh Domain.sites
    from iWeb.
    Some one prove me wrong, please.
    Hmmmmm, I AM able to create a new Domain.sites file using iWeb 1.1.1; see this Apple support article:
    http://docs.info.apple.com/article.html?artnum=303670
    I've got a number of different sites that I had been keeping in different folders in a new folder that I named "Sites" that I kept where the default Domain.sites file was stored, i.e.,
    for "Site1": ~username/Library/Application Support/iWeb/Sites/Site1/Domain.sites
    for "Site2": ~username/Library/Application Support/iWeb/Sites/Site2/Domain.sites
    etc.
    Prior to version 1.1.1, when I'd open one of the Domain.sites files, iWeb would automatically create a Domain.sites file in the ~username/Library/Application Support/iWeb folder, then when I was done making changes to that file, I'd have to copy it back into the subfolder. Now with version 1.1.1, iWeb does NOT create a new file but rather just uses the Domain.sites file from where it is opened and makes that the new default location. To create a new site, just move this folder containing the Domain.sites file that iWeb now uses as the default to a different location and start iWeb by clicking on the iWeb application: you'll then get a new site. If the last opened Domain.sites file was in the username/Library/Application Support/iWeb folder, then moved to a different location, and then you open iWeb by clicking on the iWeb application, you will be prompted to either "Quit", "Create Domain…", or "Choose Domain…"; click "Create Domain…" and you'll then be asked to choose a location for a new Domain file; select a new location then iWeb opens with a new site.
    Hope I'm making sense.
    Bob
    20" iMac G5   Mac OS X (10.4.6)   1.8 GHz PowerPC G5; 1 GB RAM

  • Coldfusion webroot and multiple domain names

    Hi All -
    I am new to this multiple domain thing. Am working on a project, where there multiple domain projects under on webroot. Like www.abc.com, www.def.com under one root. The folder structure is something like below:
    E:
    webroot
        --INCLUDES
        --IMAGES
          --image.gif
          -- www.abc.com
             --folder1
               --index.cfm
          -- www.def.com
    So the above two diff domains share two common folders. When I use an include file of form .cfm, I can get it to work. But somehow the images are not displayed. I tried the following syntaxes
    Suppose I want to access images from index.cfm under www.abc.com/folder1, i tried the following:
    <img src="../../IMAGES/image.gif">(does not work)
    <img src="E:/webroot/IMAGES/image.gif) (also does not work. The image symbol is shown but the entire image is not shown).
    Any thoughts on how to get this working?

    It's probably important to shift your thinking a bit here.  Theer are two different "roots" here (well: three, if you're looking at a default IIS install):
    * CF root;
    * web site root;
    * a directory called wwwroot
    Looking at your example:
    webroot    --INCLUDES
        --IMAGES
          --image.gif
          -- www.abc.com
             --folder1
               --index.cfm
          -- www.def.com
    webroot (which I am guessing is your C:\inetpub\wwwroot dir) in this case is not your "web root", it's your CF root, by the looks of it.  And the directories www.abc.com and www.def.com are your web roots for those two sites.
    Confusion often arises here because when one configures CF, the CF root is often mapped to C:\inetpub\wwwroot (or the htdocs dir or whatever the web root is of the web server's default site), so it seems like there's just the one "web root".  But there isn't.
    So CF will look for resources in the CF root; the web server will look for resources in the web root of the site being served.
    In your example, the websites cannot access IMAGES, because that directory is not in the web root of the site.  As someone else has suggested, you need to add a virtual directory within the website to map to the IMAGES dir.
    You cannot use .. notation to navigate up the file system to "above" the web root, because as far as the web site is concerned, the www.abc.com dir is the ROOT directory.  IE: that's as far up the file system the site can access.
    The reason why you E:\[etc] path does not work is because that path is requested by the web browser, which is going to be on a completely different computer to where the E: drive is.  The path needs to be a URL.
    Adam

  • Same IP address and multiple domain names

    Hi all,
    Is it possible to have multiple domain names sharing the same IP address? For example, I want www.mydomain1.com, www.mydomain2.com, and www.mydomain3.com to share the same IP. Thanks.
    Mike Lam

    Thanks JavaApplet,
    but I'm still having the same problem,
    I have typed
    in both server.xml and apps-abc.xml and apps-123.xml:
    In server.xml:
    <Host Name= "www.abc.com" debug="0" appBase="webapps" unpackWARs="true">
    <Context path="/abc" doc="c:\Tomcat3.3a\webapps\abc" ...>
    </Context>
    </Host>
    <Host Name= "www.123.com.sg" debug="0" appBase="webapps" unpackWARs="true">
    <Context path="/123" doc="c:\Tomcat3.3a\webapps\123" ...>
    </Context>
    </Host>
    So in apps-abc.xml:
    <Host Name= "www.abc.com" debug="0" appBase="webapps" unpackWARs="true">
    <Context path="/abc" doc="c:\Tomcat3.3a\webapps\abc" ...>
    </Context>
    </Host>
    So in apps-123.xml:
    <Host Name= "www.123.com.sg" debug="0" appBase="webapps" unpackWARs="true">
    <Context path="/123" doc="c:\Tomcat3.3a\webapps\123" ...>
    </Context>
    </Host>
    but how come, the www.123.com.sg still doesn't work, it kept displaying the page cannot be found. It's very funny because if I typed www.abc.com/123/index.jsp, surprisingly the page can be displayed.
    This is a very tough problem for me and I have spent a long time troubleshooting this problem.
    Hope that some advice can be given ... thank a million
    Regards,
    Shirleen

  • LDAP Authentication - Multiple Domains

    I want to be able to use the built in LDAP Authentication scheme to allow authentication against multiple AD Domains... each with it's own separate Host IP/Server, and LDAP DN String. The User ID is formated the same among all Domains, so that is not a concern. I am currently authenticating against one Domain and it scans the tree successfully.
    Host: xx.xx.xx.xx
    DN String: %LDAP_USER%@amer.globalco.net
    (amer.globalco.net is the domain)
    How can this be accomplished? Is it possible all you guru's out there?
    I saw one forum thread discussing how to add a drop down list to the login page, then use the value of the page item in the DN String to specify Domain... That makes sense - HOWEVER - I also have to use a different Host Server / IP address for each domain as well.... Now that is 2 fields that need updating based on one select list.
    I can build the select list using "IP/Domain" - but how do I separate the two data bits in the ITEM Value into their own field values?
    Can I use the ldap_dnprep function to do text editing to create two field values from one ITEM value that I can use in the standard LDAP authentication form fields?
    As you can tell - I am not a SQL/PLSQL person... and I want to avoid creating my own LDAP scheme.
    Please include example/suggested SQL -
    Thanks in advance...
    Rich
    Apex v3.2.1
    Oracle 10G Express

    Based on prior post I had similar question and the result was to write custom auth scheme to read the values from the login page, perform auth against appropriate ldap, then return a valid session to proceed with login in apex app. In our case, the issue was having users is different branch nodes on the same ldap server but not being able to search from a common higher-level branch for some reason...
    Another option you could try, not recommended as it would mean multiple pages to maintain, would be a separate login page per ldap/domain, maybe would even have to multiple apps with just a login page and then redirect to the main app... been a really long time since i've tried anything like it, just giving some options to try.

  • Multiple sites and multiple domains

    I have upgraded to iLife 08 and successfully created a website using a domain with GoDaddy. Everything works great. But now my daughter wants to create her own website (she is a .mac member). How do I create 2 different websites that each have their own domain name? One site that uses my personal domain and a completely different site that uses .mac?

    Welcome to the Apple Discussions. Your daughter does have her own account on your Mac, right? If not I would create one for here so her .Mac is unique to her account and she will be using here own domain.sites2 file for her site and not have to worry about your site in the same file.
    If she already has a site in progress in iWeb, copy the domain.sites2 file from your User/Library/Application Support/iWeb folder into the same folder in her account. She can then open it with iWeb, delete your site and work on her site for publishing.

  • "short" urls and multiple domain files

    In http://discussions.apple.com/thread.jspa?threadID=655367&tstart=0,
    Apnewbie said:
    "If you have separate sites with separate Domain files and published separately to .Mac, they will be listed on your iDisk in alphabetical order and your short .Mac url will point to the one at the top of the list on the iDisk."
    I'm thinking about splitting my domain file, as my sites are growing large and it is time consuming for iWeb to recreate all the pages when I've only changed one site. I'd like to keep a particular "site" (consisting of one page with links to my other "real" sites) at the top of the list so it is always what appears when folks go to my short url. Are than any non-alphanumeric characters that I can use at the begin that won't cause problems for browsers?
    Does this mean that if my preferred "top site" is in domain file A and I publish domain file B after I've published domain A, the "top site" will still be the site at the short url?
    Also, can somebody please remind me again how to use a link in the forums here but have text other than the full url show up? I think I've done it before, but I've forgotten.
    iBook G4 14 in   Mac OS X (10.4.7)   iMac 400 MHz G3 OS 9.2.2

    Apnewbie said:
    "If you have separate sites with separate Domain
    files and published separately to .Mac, they will be
    listed on your iDisk in alphabetical order and your
    short .Mac url will point to the one at the top of
    the list on the iDisk."
    I spoke too soon on this and a correction is needed. When you publish to .Mac using individual Domain files, your short url will point to the most recently published index.html file, which will then take you to your most recently published site. I tested this just prior to that last statement in that post and my browser cache tripped me up here.
    I'm thinking about splitting my domain file, as my
    sites are growing large and it is time consuming for
    iWeb to recreate all the pages when I've only changed
    one site. I'd like to keep a particular "site"
    (consisting of one page with links to my other "real"
    sites) at the top of the list so it is always what
    appears when folks go to my short url. Are than any
    non-alphanumeric characters that I can use at the
    begin that won't cause problems for browsers?
    I don't think that's necessary; you can keep a copy of the index.html file which points to your preferred site and place it back on your iDisk after publishing any site to force your short url to point to the site of your choice.
    Does this mean that if my preferred "top site" is in
    domain file A and I publish domain file B
    after I've published domain A, the "top site"
    will still be the site at the short url?
    Again, the short url will point to the most recently published index.html file in .Mac. Sorry for the confusion.

  • The store directory and Multiple Domain

    Gentlemen,
    My directory structure is composed of a fantasy domain like abc.com (internal IP only) under which (ou=People) I created all users.
    A second domain was created like xyz.com (MX record and a valid IP address) with the proper entry in the DC tree and
    - inetDomainBaseDN pointing to abc.com
    - preferredMailHos server.abc.com
    - inetCanonicalDomainName xyz.com
    Messages sent (from an outside domain) to any user addressed like [email protected] goes to ../=user/hashdir/hashdir/=joe@xyz%dcom/00 in the store directory.
    For some users I noticed that there exists another (upper level) directory, like ../=user/hashdir/hashdir/=joe. What is the purpose of this directory? How/why was it created?
    Now: Netscape Messenger is configured with reference to the real domain, i.e:
    - server.xyz.com
    - [email protected]
    - Reply-To address: [email protected]
    I can send messages out, but incoming messages are not fetched by this mail tool. They remain in the store directory as explained
    Where is the error? What did I miss?
    Thanks in advance...
    Ivo

    Hi,
    the architecture described above DOES work.
    The trouble with the mail tools that showed an erratic behavior was caused by another team that was playing with the Company's firewall and DNS.
    My messaging system is now working OK for over a week with the mail tools configured with the correct domain name.
    Now, for the store directory: in a structure as the above, each user will eventually have an entry for each domain, like:
    ../hash/hash/=user
    ../hash/hash/=user@xyz%dcom
    I could not find an explanation about such usage in the manuals. Do you have any hint?
    Bye.
    Ivo

  • Multiple sites and personal domain

    Hi everyone!
    I'm having a problem with iWeb 08. Here's the details:
    Using iWebsite and iWeb '08 I've created 2 websites, one for personal use and one for my business.
    Now I'm interested in buying a personal domain for my business website.
    How can I do to set the personal domain only to my business site, leaving the personal one unchanged?
    Cheers,
    Samuele

    An easy way to manage multiple sites is either iWebSites or MultiSite.
    I use iWebSites to manage multiple sites.. It lets me create multiple sites and multiple domain files.
    If you have multiple sites in one domain file here's the workflow I used to split them into individual site files with iWebSites. Be sure to make a backup copy of your original Domain.sites files before starting the splitting process.
    This lets me edit several sites and only republish the one I want. Works for me.
    OT

  • What is LDAP and what are the functions of LDAP?

    Dear all
    What is LDAP ?
    What are the functions of LDAP?
    How we integrate LDAP into portal server?
    I want to know the Basics of LDAP
    appreciate your response.

    HIiii
    About LDAP:
    LDAP, Lightweight Directory Access Protocol, is an Internet protocol that email and other programs use to look up information from a server.
    More info on this link
    http://www.gracion.com/server/whatldap.html
    And Complete LDAP
    Please refer the links,
    http://help.sap.com/saphelp_nw04/helpdata/en/4e/4d0d40c04af72ee10000000a1550b0/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/48/d1d13f7fb44c21e10000000a1550b0/content.htm
    This may help u to solve the problem.
    How to configaration in LDAP Server in portal?
    http://help.sap.com/saphelp_nw70/helpdata/EN/42/d7b4f47ea91635e10000000a1553f7/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/EN/48/d1d13f7fb44c21e10000000a1550b0/frameset.htm
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/ep/setting%2bup%2ban%2bldap%2bfor%2bthe%2bportal
    Have a look at these BLOGS which tells you step step by approach to integrate LDAP with SAP EP.
    Novell  eDirectory  8.8 as UME Data Source for EP : Part I
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2937. [original link is broken]
    UME Data Source: LDAP
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/ep/setting%2bup%2ban%2bldap%2bfor%2bthe%2bportal
    Windows Integrated Authentication via Kerberos on an LDAP data source -
    NTLM with LDAP
    Browse these links.
    UME Data Source: LDAP
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/ep/setting%2bup%2ban%2bldap%2bfor%2bthe%2bportal
    Check these:
    https://wiki.sdn.sap.com/wiki/display/HOME/ConfigureLDAPand+EP
    http://help.sap.com/saphelp_nw04/helpdata/en/cc/cdd93f130f9115e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/48/d1d13f7fb44c21e10000000a1550b0/frameset.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e1959b90-0201-0010-849c-d2b1d574768b
    You can refer to the following weblinks for the same
    HELP.SAP.COM
    http://help.sap.com/saphelp_nw70/helpdata/EN/4e/4d0d40c04af72ee10000000a1550b0/frameset.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e1959b90-0201-0010-849c-d2b1d574768b
    FORUMS
    LDAP Server settings for Configuring Multiple LDAP in Portal UME.
    LDAP Configuration - Multiple domains
    EP7 - Multiple LDAP sample file
    SAP Note
    736471 UME Configuration of multiple LDAP data sources
    Hope this Would Help
    Give Rewards if usefull.

  • Multiple Domain files, Multiple Sites, Publishing Problems

    I am frustrated beyond belief. I'm an old hand-coder, coming from BBEdit, but I've been using iWeb almost exclusively since its release, because it really is a great product for quick, easy, stylish designs.
    However.... In that year, my collection of sites has grown to 12. Discovering that iWeb becomes a major dog when dealing with that much material, I found and followed the instructions - today - to separate my sites into individual domain files, and edit them individually. iWeb is much snappier and publishing goes much more quickly.
    The problem? Well... after editing, "Publish to .Mac" rarely works. Only "Publish All to .Mac" will get the site online (something about an error with the index.html file). But "Publish All to .Mac", I've just discovered, DELETES the other websites that I have previous published. All day I've been doing updates and publishing my sites, only to discover that the uploads have all been wiped out by the most recent one!
    I'm a big enough fellow to admit that my knowledge isn't total nor perfect - so please, would someone out there with a better handle on iWeb than I (preferably someone who actually deals with multiple domain files rather than someone who thinks they can guess the problem) please clue me into how we make use of this program non-destructively?
    I suppose I could always publish everything to folders and upload it to my iDisk (which itself remains ridiculously slow after how many years now? Sheesh!), but that detracts from the elegance of the .Mac integration, the counter features, - not to mention the little fact that I'm a paying .Mac customer and this darn thing should just work, no?

    Mark:
    I was where you were also. You should give iWebSites a try. It's to iWeb what iPhoto Library Manager is to iPhoto.
    I use iWebSites to manage multiple sites.. It lets me create multiple sites and multiple domain files.
    If you have multiple sites in one domain file here's the workflow I used to split them into individual site files with iWebSites. Be sure to make a backup copy of your Domain.sites files before starting the splitting process.
    This lets me edit several sites and only republish the one I want. Just remember to put a copy of your current Domain.sites file somewhere else on your HD in case the splitting gets messed up. It went very smoothly for me and I now manage 19 or so sites.
    Do you Twango?

  • Exchange 2003 migrate to Exchange 2010 - single forest multiple domain. Active Sync problem

    Hi All, 
    I have AD single forest and multiple domain. for example, the forest domain is jakarta.co.id, and the other domain is bali.co.id.
    Exchange 2003 deployed in jakarta.co.id, User mail enabled in domain jakarta.co.id and bali.co.id.
    Then, I upgrade to Exchange 2010 (deploy in jakarta.co.id) and move mailbox from Exchange 2003 to Exchange 2010.
    All users in bali.co.id are able to access email from Owa, BlackBerry (BIS), Outlook, but cannot access from Android, Windows Phone. (Active-Sync).
    I got error information generated from https://testconnectivity.microsoft.com, as following:
    Attempting the FolderSync command on the Exchange ActiveSync session.
    The test of the FolderSync command failed.
    Tell me more about this issue and how to resolve it
    Additional Details
    Exchange ActiveSync returned an HTTP 500 response (Internal Server Error).
    Active-Sync still not work even I check option "Include inheritable permissions from this object" in security tab.
    any idea to fix this issue?
    Thanks.
    Endrik
    Endrik | blog: itendrik.wordpress.com Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading
    the thread.

    Hi Sathish, 
    We are planning to migrate Exchange 2003 to Exchange 2013, all user already in Exchange 2010 and Exchange 2003 was decommissioned
    Event Viewer log as following:
    Log Name:      Application
    Source:        MSExchange ActiveSync
    Date:          1/17/2014 10:00:48 PM
    Event ID:      1008
    Task Category: Requests
    Level:         Warning
    Keywords:      Classic
    User:          N/A
    Computer:      EXC2010.jakarta.co.id
    Description:
    An exception occurred and was handled by Exchange ActiveSync. This may have been caused by an outdated or corrupted Exchange ActiveSync device partnership. This can occur if a user tries to modify the same item from multiple computers. If this is the case,
    Exchange ActiveSync will re-create the partnership with the device. Items will be updated at the next synchronization. 
    URL=/Microsoft-Server-ActiveSync/default.eas?Cmd=Sync&User=bali%5Csteveng&DeviceId=SAMSUNG123456789&DeviceType=SAMSUNGGTN7000
    --- Exception start ---
    Exception type: Microsoft.Exchange.AirSync.AirSyncPermanentException
    Exception message: A null value was received for the NTSD security descriptor of container CN=ExchangeActiveSyncDevices,CN=Steven Gerrard,OU=IT,DC=bali,DC=co,DC=id.
    Exception level: 0
    HttpStatusCode: 500
    AirSyncStatusCode: 110
    XmlResponse: 
    This request does not contain a WBXML response.
    Exception stack trace:    at Microsoft.Exchange.AirSync.ADDeviceManager.SetActiveSyncDeviceContainerPermissions(ActiveSyncDevices container)
       at Microsoft.Exchange.AirSync.ADDeviceManager.CreateActiveSyncDeviceContainer(Boolean retryIfFailed)
       at Microsoft.Exchange.AirSync.ADDeviceManager.CreateActiveSyncDevice(GlobalInfo globalInfo, ExDateTime syncStorageCreationTime, Boolean retryIfFailed)
       at Microsoft.Exchange.AirSync.ADDeviceManager.CreateActiveSyncDevice(GlobalInfo globalInfo, ExDateTime syncStorageCreationTime)
       at Microsoft.Exchange.AirSync.Command.UpdateADDevice(GlobalInfo globalInfo)
       at Microsoft.Exchange.AirSync.Command.CompleteDeviceAccessProcessing()
       at Microsoft.Exchange.AirSync.Command.WorkerThread()
    --- Exception end ---.
    I think KB817379 is not related because Exchange 2003 was decommissioned.
    Regards, 
    Endrik
    Endrik | blog: itendrik.wordpress.com Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading
    the thread.

  • Multiple domains and multiple IPs in the same MacMini Server

    I am sure that this topic has been faced already but I cannot find enough information to really dig into a solution.
    I have a macmini server with two IPs let say x.x.x.12 and x.x.x.13 .
    The server is set up on the first IP. It has his primary zone, machine record, mail aslias and www alias.
    Lets call the server domain server.domain1.com
    Everything works fine I have a couple of local users and a couple of LDAP users. Just to test the machine setup.
    I can send and receive emails using any of the users as [email protected]
    Now I would like to have another domain, domain2.com in the same server .
    The final goal is to have users under different domains. They have their own email box, calendar, etc.
    It will be preferable that I can share the same username with different domains. But I can live without that option.
    My first test was to have the second domain called server.domain2.com using the second IP. x.x.x.13 .
    For that I created another Primary Zone with domain2.com as machine record of x.x.x.13 . To use the second IP I simply create another Ethernet interface on the macmini.
    In the Mail -> Advance settings I added the host aliases as well as virtual hosting domains for domains2.com.
    With this setting I can send emails as [email protected] or [email protected] but when I replay to their messages I get a "Relay access denied" error from server.domain1.com .
    I also tryed another domain pointing to x.x.x.12, the same as server.domain1.com . I did not create any extra Primary Zone but the local host aliases and the virtual hosting domains.
    Same issue. I can send but I get a "Relay access " error.
    As you might notice I am a novice on servers settings. I just try to recreate a similar environment common to Virtual Hosting providers for my own website playground but I cannot cut through this email configuration obstacle.
    Any significant meaning that can be leading me to learn how to do it will be very very appreciated . (beside lynda,com tutorials that I followed already but do not mention multiple domains for mails).
    Thanks

    the problem I try to solve is to manage multiple domains in one MacMini Server.
    Having two IPs is secondary.
    I would like that each domains has his own users with emails, iCals, Wiki and web sites.
    The main problem is having emails to work for any additional domain beside the default one on the machine IP.
    I also got an additional IP address to be used on the same server hoping that it make things easier but apparently is making things more difficult.

Maybe you are looking for