DNS for Multiple Domains

I am trying to figure out the proper configuration for DNS that will support multiple domains. I have DSN working now for just one domain.
My XServe has a static IP connected directly to cable modem and is the master nameserver. I also have an Ubuntu server with static IP connected directly to cable modem that is the secondary (slave) nameserver.
On the XServe, I currently have a primary zone created for domain1.com. with:
* an A record for domain.com. (Fully Qualified) and the same static IP as the XServe
* an A record for ns1 (not fully qualified) and the same static IP as the XServe
* Aliases for ftp, www and mail (not fully qualified) mapped to destination ns1.domain1.com. (Fully Qualified)
Nameservers under the Primary Zone is ns1.domain1.com. and Mail Exchangers is ns1.domain1.com. with a priority of 10.
The reverse zone is getting created appropriately for me as far as I can tell. I am able to access www.domain1.com just fine as well as mail and ftp.
Now I want to add a new domain2.com to this master nameserver. I know that I will need a new Primary Zone for domain2.com. to be recognized and to setup it's aliases?
Can I use the same static IP or do I have to have a unique static IP?
Can I use the ns1.domain1.com. nameserver or does the new domain2.com need new nameservers?
Does domain2.com have it's own A records?
Does the mail exchangers need to be different for domain2.com?
It seems like all the documentation and information that I can find are just for configuring one domain and not so much for multiple domains. Any help would be greatly appreciated.
Spotted Dog

Don't think of subsequent domains as being any different from the first domain.
For every domain you need to provide certain information, including a list of the hostnames within that domain. There is no relationship between 'www' in domain1.com and 'www' in domain2.com (unless you point them to the same address, but that's a different issue).
Any host record in the zone can either be an A record (where you specify an IP address) or a CNAME (where you specify another hostname that it maps to).
In the case of your web server handling both domains you could set 'www.domain2.com' as an A record with the appropriate IP address, or you could set it as a CNAME with a value of 'www.domain1.com.' (essentially saying 'www.domain2.com has the same IP address of www.domain1.com, so go find that address').
It's also possible to use cross-domain records for things like name servers and mail servers - in other words you can set your MX record for domain2.com to mail.domain1.com (essentially saying that domain2.com's email is handled by mail.domain1.com).
Can I use the same static IP or do I have to have a unique static IP?
That's not a question for DNS. What you're defining are the hostnames in that domain. If you have one server (e.g. a web server) that can handle multiple domains (e.g. one apache server handling web traffic for both domain1.com and domain2.com) then, sure, you can use the same IP address for both.
If, on the other hand, you have specific services that cannot be multi-hosted (e.g. HTTPS) then you will need different IP addresses.
Can I use the ns1.domain1.com. nameserver or does the new domain2.com need new nameservers?
Sure, it's entirely possible to use domain1.com's name servers for domain2.com.
Does domain2.com have it's own A records?
It can do, or not, as you choose. If you're running www.domain2.com on the same server as www.domain1.com then you could use a CNAME record to point www.domain2.com to www.domain1.com.,or you could set an A record with the same IP address.
The result would be the same, but the CNAME has the advantage that if your IP address changes you only need to change your DNS in one place (www.domain1.com) and all the other addresses would automatically follow.
Does the mail exchangers need to be different for domain2.com?
Not at all, if your mail server is configured to handle mail for both domains it's entirely possible to specify mail.domain1.com as the MX record for domain2.com.

Similar Messages

  • Single login for multiple domains

    Can anyone point out a blog or post of a single login for
    multiple domains? For example, let's say I own asite.com and
    bsite.com.
    I want a user who logins to asite.com to also be logged into
    bsite.com if they visit that site. BSite.com is clearly a microsite
    of asite.com but we'd like to continue to use that domain if the
    visitor is on that site instead of redirecting them to keep login
    credentials
    Thanks

    If you're using cookie based login system, I'd imagine you
    could set a cookie to be valid for both of your sites.
    <cfcookie name="myAuthcookie" value="myAuthValue"
    domain=".asite.com;.bsite.com">
    That way both asite.com and bsite.com can read your cookie.
    Note the notation; always include the preceeding dot in the domain
    values. (two dots for top level domains, etc.)
    Strangely CFCOOKIE documentation doesn't mention anything
    about using semicolon separating multiple domains. It did in CF5
    documentation, but not since.

  • Mailman v3 implementation of support for multiple domains

    Mailman has evolved to support listserve names for multiple domains (think VH for listserves). At what point can we see Apple roll this kind of management into the existing product? It would be fabulous to give VH clients the ability to have their own 'branded' listserve experience rather than one with our default domains
    Server Group -- please update Mailman when more pressing bug fixes are out of your way. Thank you!

    Alex,
    Thanks. I know that it can be done via the CLI, but once again we see where alterations done in the CLI will immediately require abandoning the SA as an admin tool. We're trying to encourage Apple to not create this paradox, or rather, to evolve the GUI admin toolset. I was recently at a Leopard Server tour seminar where the field engineer and I discussed this very feature. His comment to me was essentially 'many of the tools in the Server are based on open source projects, so you can simply download the latest update, compile it and configure it for the server ... but you won't be able to use the admin tools we provide." He's accurate, and if I was the only one admin'ing my machines, that might be a temporary solution to this particular small issue. But it immediately brings to mind the reflex question of 'so why did I buy Leopard server?
    This is a matter of Apple needing to provide sufficient resources to the Server group to grow the product. Whether that means some new hiring, or not pulling engineers off for other product lines, or a different management paradigm. We shouldn't purchase a server product that is touted as an enterprise-class solution when it may only have a bare framework for the offered toolsets. If growing the toolset to match what is already offered in the open source world (for that particular product) requires abandoning the server tools, then there's a bit of a vision problem with the Server product.
    Sorry, -- I didn't mean to get on a soap box. You and I are here to learn and help others. I know you aren't part of Apple any more than I am. I do hope Apple engineers are given some time to peruse this board and mine it for ideas, or gauge the effectiveness of their solutions based on the questions and solutions posed here.
    With Mailman 3 so far along in development (VH support was added in October), is Apple culling the very best from it for their user base (and adjusting the SA toolset accordingly)?

  • Help Setup KMS on single domain and active for multiple domain another

    Hi all,
    I have a problem about configure DNS for KMS host. My company use a single domain "abc.com". But I must mange more than 10 company different and they use another domain and dns running independently, they have a one lease line connect them together.
    My challenge is how to active all client on more than 10 company. Any ideas is very appreciate.
    Please help.
    Thanks,

    That's a good article suggested by Meinolf, but it's a little outdated.
    For an updated guide for this:
    https://technet.microsoft.com/en-us/library/ff793409.aspx
    Publishing to Multiple DNS Domains
    By default, the KMS host is registered only in the DNS domain to which the host belongs. If the network environment has only one DNS domain, no further action is required.
    If there is more than one DNS domain name, you can create a list of DNS domains for a KMS host to use when publishing its SRV RR. Setting this registry value suspends the KMS host’s default behavior of publishing only in the domain specified as the Primary
    DNS Suffix.
    Optionally, add priority and weight parameters to the
    DnsDomainPublishList registry value for KMS. This feature enables you to establish KMS host priority groupings and weighting within each group to define which KMS host to try first and balance traffic among multiple KMS hosts.
    Note   DNS changes might not be reflected until all DNS servers have been replicated. Changes made too frequently (time < replication time) can leave older records if the change is performed on a server that has not been
    replicated.
    To automatically publish KMS in multiple DNS domains, add each DNS domain suffix to whichever KMS should publish to the multi-string registry value
    DnsDomainPublishList in registry subkey HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform. After changing the value , restart the Software Licensing Service to create the SRV RRs.
    Note   This key has changed from the Windows Vista location of
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SL.
    After configuring a KMS host to publish to multiple domains, export the registry subkey, and then import it in to the registry on additional KMS hosts. To verify that this procedure was successful, check the Application event log on each KMS host. Event
    ID 12294 indicates that the KMS host successfully created the SRV RRs. Event ID 12293 indicates that the attempt to create the SRV RRs was unsuccessful. For a complete list of error codes, see the
    Volume Activation 2.0 Operations Guide at
    http://technet.microsoft.com/en-us/library/cc303695.aspx.
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • Autodiscover and outlook anywhere for multiple domains

    Hello
     I have exchange 2010 SP3 environment  which is currently in production. We have multiple domain names added to accepted domain and it’s working fine.
    I have two different public IP Address for MX (SMTP ) and OWA.
    following DNS records are created with ISP DNS Servers. Below find the example.
    MX Records
    Smtp.abc.com (10.1.202.10) (SMTP /MX)
    Smtp.zxc.com  (10.1.202.10) (SMTP /MX)- new domain
    Smtp.qwe.com  (10.1.202.10) (SMTP /MX) - new domain
    OWA and Autodiscover
    Mail.abc.com (10.1.202.2) (owa)
    Autodiscover.abc.com (10.1.202.2)
    Currently outlook anywhere and  outlook autodiscover  working for (mail.abc.com) domain without having any issues. All the other domain are failing errors when I’m testing the Remote connectivity Analyzer. When I’m trying configure the outlook
    profile it’s not resolving the domain name.
    OWA working for domain they also using the same url to access the OWA (https://Mail.abc.com/owa)
    Any idea how to resolve this issue.
    Aucsna

    Hi,
    Agree with Ed, generally, all names autodicover.SMTPAddressSuffix should be added in the certificate and Public DNS entries.
    Alternatively, you can refer to the following article to simplify the namespace in certificate:
    http://www.msexchange.org/articles-tutorials/exchange-server-2010/mobility-client-access/using-autodiscover-large-numbers-accepted-domains-part1.html
    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make
    sure that you completely understand the risk before retrieving any suggestions from the above link.
    Thanks,
    Angela Shi
    TechNet Community Support

  • Issuing Multiple MYSAPSSO2 tickets for Multiple Domains

    Hi,
    I am having a problem understanding the SAP documentation on how to go about issuing SAP login tickets in multiple domains. In the documentation it states that in order to do so, you require either a IRJ or the SAP ISAPI Web Filter installed in on a server in the target Domain. I have now setup the IIS_SSO.dll ISAPI filter in the domain I require the SSO ticket to be issued in however when I make a request to that webserver I do not see the MYSAPSSO2 cookie being created in my browser, I do see in the ISAPI logs that the request has been filtered and the portal username extracted and set to the configured HTTP Header, but no new Cookie created in the DOMAIN.
    Can anyone help? Has anyone done something like this before?
    Basically I have a portal in the domain <b>myportal.subdomain.domain.com</b> and an ITS in the domain <b>myits.domain.com</b>. With this configuration the MYSAPSSO2 cookie is not sent to the ITS server as it is in a Super Domain. So what I want is to configure the portal to issue a Cookie in the super domain (domain.com) rather then subdomain.domain.com. I thought I could do this with the parameter login.ticket_recieving_hosts in the usermanagment.properties file (EP5) and the IIS ISAPI filter to SSO (IIS_SSO.dll) configured on a website in the super domain (domain.com).
    Any help would be greatly appriciated.
    Simon.

    I believe we had to set the domain relax level (ume.logon.security.relax_domain.level) but needed to make sure this was secure since it changes the domain scope of cookies that are valid for the system.
    See the following:
    http://scn.sap.com/thread/1534863
    http://help.sap.com/saphelp_nw70ehp3/helpdata/en/5e/473d4124b08739e10000000a1550b0/frameset.htm
    Hope this helps.

  • How to configure mail for multiple domains

    Hi There:
    I am the only Admin for a Mac Mini Lion Server, I have 3 Domains that I host, the DNS is done separate along with all records.
    I was able to get the Web Sites up and running.
    I need help to set up Separate E-Mail Accounts for each Domain, so each Domain receives it's own mail.
    Will you please give a hand, I am a beginner
    Thank YOU!!! in advance!!!!

    There is no default for those entries. you need to set it up manually by using the custom label.

  • Multiple hostnames for multiple domains

    I am currently running 3.0SP4 in Open mode without a gateway. I have one server instance with two domains (call them domain1 and domain2). Instead of having users have to go to append the domain name to the server URL, I would like to create two separate hostnames for each domain (call them domain1.test.com and domain2.test.com, both are in the same subdomain). I added both hostnames to the system and to the DNS and can reach the server fine. I followed the procedures in the iPS Admin Guide (Chapter 8 Configuring the Gateway, Using Virtual IP and DNS Names), adding the following:
    domain1->Authentication->Domain URLs
    /domain1
    domain1.test.com
    domain1.test.com/domain1
    domain2->Authentication->Domain URLs
    /domain2
    domain2.test.com
    domain2.test.com/domain2
    I also editted the platform.conf file to include:
    ips.virtualhost=domain1.test.com domain2.test.com 111.111.111.111
    Domain1 is set to be the default domain.
    I don't want to permit access to domain1 from domain2.test.com, or vice-versa.
    When I go to domain1.test.com, it brings up the login screen fine and I can log in. When I try to go to domain2.test.com, I get a No Such Domain error.
    I think this might be because it might be trying to redirect domain2.test.com to the default domain (domain2.test.com/domain1) and so I get this error, since it is not in the Domain URLs for domain2.
    Or is it a separate problem? How can I fix this?

    I found my problem... had to do with the default domain Domain URLs.

  • Multiple Certs for multiple domains on one server

    Is it possible with WLS6 and WLCS3.5 to serve up multiple domains with their own certificates?
    i.e. https://www.foo.com and https://www.bar.com on the same box.

    Hi,
    for one WebLogic Server you can only specify one certificate. So to achieve
    this you will have
    to use different WLS instances for your domains - which is possible on the
    same box.
    Kind Regards
    Maria Salzberger
    Developer Relations Engineer
    BEA Support
    Mike Berger schrieb in Nachricht <3c21f5c3$[email protected]>...
    Is it possible with WLS6 and WLCS3.5 to serve up multiple domains withtheir own certificates?
    i.e. https://www.foo.com and https://www.bar.com on the same box.

  • Exchange setup for multiple domains

    We are planning to deploy Exchange server 2013, We have two companies and would like to create Email box for both the companies with same name.
    Example : [email protected], [email protected]
    We would like to have separte email boxes for the both companies. Please suggest us accordingly.

    That should be simple enough. Exchange can handle having multiple domains for sending / receiving and users can have multiple mailboxes configured in Outlook. The name field in Exchange doesn't need to be unique (the account name does obviously), so for
    instance there's no issue having "Fred Bloggs" <[email protected]> and "Fred Bloggs" <[email protected]> both setup.
    In a way the trickier part is setting it up in Outlook since different versions react differently. If you're using Outlook 2013 it should be quite straight forward. As you can see here
    http://technet.microsoft.com/en-us/library/ee815819.aspx the manual setup is easy enough for multiple exchange mailboxes, though auto mapping should work as well. If you're in a network AD
    environment (eg connecting using your local password), then realistically you'll want one mailbox to be primary which is associated to your network login, and then that login to have full access and send as permissions on the second mailbox.
    You may also need to deploy a reg key change to enable saving sent items from the second mailbox into that mailboxes sent items folder rather then the primary mailboxes (assuming you want to keep messages two and from both domains separate and in their own
    mailboxes). The reg key is listed here
    http://support.microsoft.com/kb/2843677 and is definitely needed in Outlook 2007 and 2010 but I'm not sure if it's still an issue if you're using Outlook 2013.

  • How can I set up SSL login authentication on one domain for multiple domains

    Our site currently runs in 22 countries with 22 different
    country domains:
    www.mysite.com
    www.mysite.co.uk
    www.mysite.fr
    etc
    We want to use SSL on our login pages but realise that the
    cost of certification for every domain is expensive. One solution
    would be to channel all login activity to a single domain, eg:
    www.mysite.com/login.cfm?site=fr which would then redirect to
    www.mysite.fr – this is how Google do it
    But, currently we are using encrypted cookies for login
    authentication so we would have the problem of having to transfer
    the cookie info across domains securely. Is there any way of going
    about this?
    Any other suggestions would be great, too. We do plan to move
    to session management for logins but this is a longer term project
    so we are hoping to sort out the SSL prior to that.

    Can you not pass the values you need as URL parameters?
    Encrypt them befor you send them and then decrypt them on the new
    domain. Then add them to whatever place you need (cookie, session,
    etc.)?

  • DNS Settings for multiple domains internal and external.

    First forgive me if my post is in the wrong area. If it is, kindly show me to the right location..
    OK, here is the deal. I have an xserve running 10.5.6 perfectly. 5 Domains running on it as well perfectly fine. lets call them domain1, domain2, etc...
    I run web services and mail services for all 5 domains. but heres the problem...
    I want to add another domain "domain6" but I only run the web services not mail. how can I set this up? I tried to add another Zone and only set up the www.domain6.com part but then no mail works as there is no mx record available.
    I am behind a firewall. when I am on a local machine and there is no domain6 DNS entry the mail works as the address to the external mail server is correct. but no local web works because I am getting the external IP to the www server. I need to keep traffic on the LAN.
    BEGIN Basic Question *
    I want to add another domain that I own but only the A record for the WWW part. How do I add a single entry for www.domain6.com but for everything else like MX records forward outside my network.
    END Basic Question *
    Help Please... Thanks! Bill

    Ok that worked. but let me clue you in on something that was happening...
    When I set up the domain6 then set up the ns record went on to create the www, mail1, anad mail2 entries when I went to save it addded domain6 to the end of the nameserver host name and both mail MX entries. That was my problem I just didnt see it the first time. I then edited the mail entries and removed the "domain6.com" and left the real mx host names and all is working now. Thanks for helping me.

  • One IP for Multiple Domains

    Hi,
    I have installed a DB and a Glassfish on one server. The server should handle 3 domains and only one IP address available which points to this server, each domain has its own Oracle APEX application.
    www.d1.com >>> One IP Address >>> APEX Application1
    www.d2.com >>> One IP Address >>> APEX Application2
    www.d3.com >>> One IP Address >>> APEX Application3
    How can I implement this?
    Thanks,

    Hi,
    I actually had the same problem: I have one oracle instance (11gXE2) with Glassfish and the APEX Listener. I'm hosting different applications (in different workspaces) on this instance. The whole configuration is accessible by one fixed IP adres from the internet. I further have several domains (and sub-domains) mapped to this one IP. To ensure that a request for www.d1.com is routed to Application1 and www.d2.com to Application2 I wrote a smal plsql-"proxy (or multiplexer) using the OWA_UTIL.get_cgi_env ('HOST') variable to determine the requested domain and then redirect to an application that belongs to it.
    The configuration I have stored in a table, for matching I use LIKE patterns:
    Table for my "proxy":
    {code}
    CREATE TABLE "PROXY_RULES"
    (     "ID" NUMBER,
         "SEQ" NUMBER,
         "HOST_PATTERN" VARCHAR2(1000),
         "REDIR_URL" VARCHAR2(1000),
         CONSTRAINT "PROXY_RULES_PK" PRIMARY KEY ("ID") ENABLE
    {code}
    filling for your example:
    {code}
    ID SEQ HOST_PATTERN REDIR_URL
    1 5 %.d1.com http://www.d1.com/apex/f?p=App1:Home:0
    3 10 %.d2.com http://www.d1.com/apex/f?p=App2
    2 15 %.d3.com http://www.d1.com/apex/f?p=App3:1:0
    0 99 % http://www.d1.com/apex/f?p=App1:Home:0
    {code}
    and the actual procedure to redirect calls:
    {code}
    PROCEDURE redirect IS
    t_host varchar2 (250);
    t_redir varchar2 (250);
    BEGIN
    t_host := OWA_UTIL.get_cgi_env ('host');
    SELECT redir_url
    INTO t_redir
    FROM (SELECT redir_url
    FROM proxy_rules
    WHERE UPPER (t_host) LIKE UPPER (host_pattern)
    ORDER BY seq, id)
    WHERE ROWNUM < 2;
    OWA_UTIL.redirect_url (curl => t_redir, bclose_header => TRUE);
    EXCEPTION
    WHEN OTHERS
    THEN
    OWA_UTIL.redirect_url (curl => 'http://www.d1.com', bclose_header => TRUE);
    END redirect;
    {code}
    Grant execute on this procedure to the APEX_PUBLIC_USER, create a public synonym on it and make sure all requests without a path get redirected to it, for example with a simple index.html containing a redirect to "/apex/redirect":
    <meta http-equiv="refresh" content="0; url=/apex/redirect">
    This works fine, but doesn't check that App2 is accessed through www.d1.com. I still have to add this functionality.
    I'm using the method on my sites [url http://www.rokit.nl]rokit.nl, [url http://www.fifapex.net]www.fifapex.net, [url http://m.fifapex.net]m.fifapex.net, [url http://www.themes4apex.com]www.themes4apex.com and [url http://www.themes4apex.com]www.themes4apex.nl. Try it!
    I hope this helps.
    Regards,
    Christian Rokitta
    Edited by: crokitta on Feb 28, 2012 1:38 PM
    Edited by: crokitta on Feb 28, 2012 1:39 PM

  • Emailing with PL/SQL for multiple domains

    Hey guys!
    I've looked around within this forum and couldn't find the situation im trying to figure out. Im trying to build an email functionality within my dev laptop database instance. It seems like I need to have a email server set up. Is that correct? It makes me a little nervous if that is true. The database im working with will manage transactions from a few different internet companies, which will all have a different email server. I'm really hoping I will not have to set up an email server for each client this database handles.
    Is there anyway to write an emailing procedure which will not use the database server's domain? Let me know. I've never dealt with email servers, so this is a bit confusing.
    Thanks in advance!

    did a little research and put in the code you had suggested. Now the execution is working with NO ERRORS!! The problem is, im not getting the email. Is there a way to debug the response from the SMTP? I dont think I got a message from it. Heres what im running, and im using 9i
    create or replace procedure
    e_mail_message
    from_name varchar2,
    to_name varchar2,
    subject varchar2,
    message varchar2
    is
    l_mailhost VARCHAR2(64) := 'mail.synapticdatabase.com';
    l_from VARCHAR2(64) := '[email protected]';
    l_to VARCHAR2(64) := '[email protected]';
    l_subject VARCHAR2(64) := 'try it';
    l_mail_conn UTL_SMTP.connection;
    BEGIN
    l_mail_conn := UTL_SMTP.open_connection (l_mailhost, 25);
    utl_smtp.EHLO(l_mail_conn, l_mailhost);
    utl_smtp.command( l_mail_conn, 'AUTH LOGIN');
    utl_smtp.command( l_mail_conn, utl_raw.cast_to_varchar2( utl_encode.base64_encode( utl_raw.cast_to_raw( '[email protected]'))) );
    utl_smtp.command( l_mail_conn, utl_raw.cast_to_varchar2( utl_encode.base64_encode( utl_raw.cast_to_raw( 'lalalala' ))) );
    utl_smtp.mail (l_mail_conn, p_sender);
    UTL_SMTP.rcpt(l_mail_conn, l_to);
    UTL_SMTP.open_data(l_mail_conn);
    UTL_SMTP.write_data(l_mail_conn, 'Date: ' || TO_CHAR(SYSDATE, 'DD-MON-YYYY HH24:MI:SS')||chr(13));
    UTL_SMTP.write_data(l_mail_conn, 'From: ' || l_from || Chr(13));
    UTL_SMTP.write_data(l_mail_conn, 'Subject: ' || l_subject || Chr(13));
    UTL_SMTP.write_data(l_mail_conn, 'To: ' || l_to || Chr(13));
    UTL_SMTP.write_data(l_mail_conn, '' || Chr(13));
    FOR i IN 1 .. 10 LOOP
    UTL_SMTP.write_data(l_mail_conn, 'This is a test message. Line ' || To_Char(i) || Chr(13));
    END LOOP;
    UTL_SMTP.close_data(l_mail_conn);
    UTL_SMTP.quit(l_mail_conn);
    END;

  • Emails for multiple domains

    Hi,
    I ve a problem with IMS 5.2 on Win 2K, I applied the patch Hotfix 1.
    I installed IMS to manage domain xxx.com but I also need to be able to create users for other email adresses routed on my server, like yyy.be. When I send an email with an adress @yyy.be, I can retrieve it with the correct adress (e.g. [email protected]), but when I send an email to this user [email protected] I receive an error : smtp;530 5.7.1 Relaying not allowed: [email protected]
    From the other side I can send and retrieve every mail from an adress @xxx.com.
    Some say I must create a domain Alias, like explained in the doc, but when I want to import a LDIF file, it doesn't want, sending error : 0 entries imported, 1 entry rejected, and the file reject contains : Error 32 .... Could someone explain me how and where to create such an alias because I am new to IMS and I am a bit lost at this time?
    Thank you in advance,
    a user who needs help !!!

    What behavior do you want? If you want the two domains to be separate, I would use Distributed Admin to create a new domain. That will create entries in o=internet and in your main tree. If you don't use iDA, the Provisioning Guide tells you what entries to create. I haven't tried it, but the manual suggests that "imadmin domain create" might do the job as well.
    If you want the second domain to be an alias for the first, the sleazy approach is add lines to imta.cnf. Here's an example for a server installed as rulink-mail.rutgers.edu, configured to receive mail for [email protected]:
    moltar.rutgers.edu $U%[email protected]
    This causes [email protected] to be treated the same as [email protected] I'm sure there are more elegant approaches. Of course this only causes mail sent to [email protected] to work. It doesn't make the system recognize moltar.rutgers.edu in other contexts (e.g. when users login).

Maybe you are looking for

  • Issues with spry gallery in a DW template

    Hi all, I have incorporated a spry gallery I originally found at: http://www.adobe.com/devnet/dreamweaver/articles/spry_photo_album_02.html into my page. This works fine until I save my page as a template.The js seems to dissapear leaving the gallery

  • How to include clear bacground or image in flash slideshow

    Hi there, we are using the following script and dont want the colour background to show as the images dont have a background. So every time one of the images goes from one to next we see a whote background but want to know if we can change it so that

  • AE using socket to import picture from URL - Need Your Help

    I have a project that works with local network using the path name. I want to update the project to replace all placeholders with a picture located at a URL address instead of the local network. I have no experience with socket coding and can't seem

  • How to re-query viewobject

    Hi Guys, How to re-query view object( with the new values from database) after an event. I have a text input and a submit button, when the user enters order number and click on the button I am displaying order information in a table. Now I have one m

  • Regarding Discounts

    Hi friends, I am new to SAP business one. I was trying to configure a business scenario which is a retail business scenario. The scenario involves lot of discounts and since it is a retail business, it is not possible as such to maintain business par