Is there any specific docs for using iPlanet v5.1 as MTA only rather than as a MTA/IMAP server?

We currently use PMDF on a couple of dedicated boxes as MTA's for our site. Licensing for iPlanet v5 is a little more favorable and a number of the former PMDF developers now work for iPlanet/Sun and these folks were great to work with. I'm reading the admin guide right now but am curious if there is more out there? Or if anyone is doing what I'm looking at doing?
al

There aren't any documents for installing the MTA portion of IMS only. In fact, out of the box, you can't install just the MTA in IMS 5.1. It may be possible in IMS 5.2.
Currently, you have to install the MTA and the store (which you can later disable). Then you have to configure your mapping and dirsync and so on for the MTA.
MTA configuration isn't drastically different in IMS (though I'm not familiar with SIMS or PMDF previous to IMS) so you will probably feel very comfortable with it after a read through the Admin Guide and the Reference Guide.
If you have a specific question about something in the process, someone could probably provide a little more detail.

Similar Messages

  • Is there any Vga adaptor for the Ipad 2 that is VIDEO IN rather than OUT?

    Is there any Vga adaptor for the Ipad 2 that is VIDEO IN rather than VIDEO OUT? is for a student with visual impairment who needs to view the classroom digital board content from a very short distance, like the distance to an Ipad for example, so the Ipad would be ideal as an interactive monitor with typography and content easy to amplify.
    At the moment, this student has a traditional flat screen monitor taking over the table next to him, so no other child can seat in it, and he has no opportunity to befriend and sporadically joke with anybody else. So much for "inclusion".
    Please do let me know: [email protected]

    Speaking as a teacher ... Why can't he have a student on the other side of him?

  • Is there any Specific rule for using "IS" and "AS" keyword?

    Hi,
    i am confused about the use of these two keywords "IS" and "AS".It seems to me they are used randomly anywhere in procedure,package or triggers etc..
    Is there any rule for there usages , or only way is to remember the actual syntax whenever they are used ?

    They are generally interchangeable, so you can use whichever you choose.
    In the English language we say that "some object IS" and "do an action AS" so, for example...
    in a package if we define a type it reads better as:
    TYPE mytype IS TABLE OF NUMBER;because we are saying that this type called mytype IS a table of numbers.
    but if we were to create the type on the database we would use e.g.
    CREATE OR REPLACE TYPE mytype AS RECORD (x number, y number);because we are saying that we are creating (action) a type called mytype AS a record.
    Just a slight difference in grammatical meaning, but Oracle isn't bothered if you choose to use the other one in most cases.

  • Is there any specific Transaction for defining Scale Basis.

    Hi All,
    Is there any specific Transaction for defining Scale Basis?  What is the Table name for the Scales?
    Thanks & Regards,
    Fedor.

    Hi,
    You can maintain scale basis in condition record T.Code"VK11", and table in which scales are stored is "KONM"
    balu

  • HT4910 Is there any way to change my settings to backup to my PC rather than online?

    Is there any way to change my settings to backup to my PC rather than online?  Tried looking at Settings in iCloud but it just says I need to purchase more storage.  I want to simply back up to my PC instead...

    Welcome to the Apple Community.
    Connect to iTunes and choose 'Computer from the back up section on the summary page.

  • TS3090 Is there any good way for using a network account locally on the server?

    We have a bunch of macs at home. I want to be able to login to a laptop and have my account (home dir) in sync with de desktop account in a noninvasive way. 
    For achieving this I thought  promoting one imac to be a network profile server would be a good solution.
    This way we can work on any machine and sync portable home directories (phd) with our laptops.
    The server should also be usable as a workstation.
    One problem is: is possible to login on the server (locally) and work in a network account?
    I know it is possible, but this article describes issues.
    Also i am concerned about perfomance because files wil be mounted over afp rather than being on the harddisk. (one workaround would be to have a phd on the desktop, this would however not be possible on the server itsself (unless you have two copies of the home directory there))
    Does anyone have any experience with a simular situation or perhaps some other helpfull insights.

    Sorry, you must have edited your message. When I saw it, only the title showed .
    Embedded is what you want. You can change the windows apperance (e.g. hide the scroll bars) by changing the VI properties.
    Uncheck "request control" in the web publishing wizard, and it will be read only.
    Works fine here in LabVIEW 7.1. I don't remember if 6.1 had any limitations.
    LabVIEW Champion . Do more with less code and in less time .

  • Is there any way to reset the file type to "Adobe Acrobat Document" rather than "pdf file"?

    An update from WordPerfect automatically installed Foxit on my computer without warning me.  I uninstalled it and reinstalled CS5 and Acrobat 11 but when I look at a list of files in Windows Explorer, all of my PDF files are simply listed as "PDF file" rather than "Adobe Acrobat Document".  I rely on the Adobe name to get my PDF listed at the top of list of files when I sort by document type for something that I need to do 4 or 5 times a day.  Having it buried under "PDF" is causing lots of errors.
    I've tried searching the registry but can't find anything that would make this change.  I know it's related to the computer because when I use my laptop to view the same folder on the desktop, the laptop shows the files as "Adobe Acrobat Document".  I just don't know where to look to fix this.
    Any help would be very much appreciated.
    Thanks,
    GiGi

    I have already reinstalled both Adobe Reader and the full version of CS5 which includes Adobe Pro.  Neither of those steps worked. 
    Thanks,
    GiGi

  • Is ther any specific utility for creating planning application automaticall

    Hi,
    Do we some utility for creation of Hyperion planning application with min parameters that we used to create using app wizard?
    I mean if we have the utility then we can schedule a script and run the script for creation of application.
    Later we can develop this with metadata loading with any automation tools like HAL etc.........
    Please let me know if we have some thing like that?
    Regards
    Venkat G

    Urgh, it's killing me to write this, but wouldn't EPMA do what you want? Not automated exactly, but if I were in the business of quickly spinning of multiple Planning apps that maybe use some common hierarchies, that's a product I might look at.
    Having said that, in the real world I'd probably look at ODI, especially now that it can drive all dimensions.
    How many applications and how often do you think you're going to create them? Deletes? Why?
    You will put the lie to the "3 to 6 months to implement a Planning app" when you finally get it all working. 3 to 6 minutes? :)
    Regards,
    Cameron Lackpour

  • Is there any other option for using internal table in badi

    hi
    i know we cannot use internal table in badi
    but is der any other option
    plz write in d codez too
    with Regards
    Rohan Shetty
    Edited by: Rohan Shetty on May 6, 2008 2:14 PM

    of course you can use internal table in BAdi, do like this.
    data: itab type table of ....
    data: wa type ...
    Example:
    data: itab type (standard, sorted, hashed) table of mara.
    data: wa type mara.
    Or create your own type within the badi.
    types: begin of ty_xxx,
                fielda  type c,
                fieldb  type n,
                fieldc  type d.
    types: end   of ty_xxx
    data: itab type table of ty_xxx.
    data: wa type ty_xxx.
    Edited by: Micky Oestreich on May 6, 2008 2:16 PM

  • Are there any specific advantages of using Forte's XSLT Processor over other Processor's?

     

    The main advantage is integration into the UDS run-time system. This makes writing applications that perform XSL transformations in TOOL very easy.
    You could implement such transformations using one of UDS's many methods for integrating external components. You can then use XSLT processors that support extension mechanisms that you need, or other non-standard features. This would come at the cost of using the external integration mechanism appropriate to the processor. See the "Integrating with External Systems" book in the UDS documentation.

  • Are there any connection settings for using rtsp:...

    In my effort to get access in 'YouTube" steaming videos, I tried to find the scope available  in Nokia 3110C handset. After going through the Menu icons, I identified one Menu Item in the path : MAIN MANU>MEDIA>MEDIA PLAYER>GO TO ADDRESS. It is...rtsp://. The help message states ...'Lets you manually enter Web Address...'. I entered : ' rtsp//m.youtube.com. The response was a Note which reads - Check Connection  Settings... Again I followed the above path :  MAIN MANU>MEDIA>MEDIA PLAYER>STREAM SETT. I click the Stream Settings. The nesponsing note : 'No Settings found. Contact your Service  Provider'. So, from the above discussion the net  learning I got is I must have the Stream Settings to get YouTube going in my Set. My querry is : Whare those settings and what is the source in getting those settings ? I understood the rtsp (Real Time Stream Protocol) is more versatile than HTTP and MMS in getting Streaming data (numerical, photograph/radio). Please suggest.

    I experienced same problem with my 3110c handset. At first the STREAMING SETT was shadowed dark with a restriction to get access there. Later I got contact with BSNL (my SP). After downloading the settings I discovered that the shadowy patch over Streaming Sett. has gone. It  now shows an entry ..."bsnlstream."
    So far an attempt  was made to activate the Youtube, a message reminds me that the software of 3110C is not supporting such application.

  • Any Specific patches for General Ledger on Release 12.1.3

    All -
    I came to know we can migrate oracle apps *12.1.1 to 12.1.3* by implementing update pack - (*Patch 9239090*)
    But are there any specific patches for General Ledger Module on release *12.1.3*
    Please advise on this
    Regards
    VSH

    I came to know we can migrate oracle apps *12.1.1 to 12.1.3* by implementing update pack - (*Patch 9239090*)
    But are there any specific patches for General Ledger Module on release *12.1.3*
    Please advise on thisPlease see the docs under the "2. Recommended Patching" section in (EBS R12 Period Close Advisor: General Ledger [ID 1359476.1]).
    Also, please the docs referenced in these docs.
    Planning Your Oracle E-Business Suite Upgrade from Release 11i to Release 12.1 [ID 987516.1]
    E-Business Suite: Oracle Financial Control Information Center [ID 1207527.1] -- GENERAL LEDGER
    Oracle Applications Current Patchset Comparison Utility - patchsets.sh [ID 139684.1]
    My Oracle Support > Patches & Updates > Recommended/Latest R12 Patches
    Thanks,
    Hussein

  • Are there any specific codecs or import libraries that will make Premiere 6 use more file types?

    Are there any specific codecs or import libraries that will allow Premiere 6 to import more file types?  I'm using Premiere 6 on Windows 7.
    It seems that the only kind of file that can be imported in to this version of Premiere are certain types of AVI files... even some types of AVIs will import but then will not appear when placed in the timeline... no MPGs, MP4s, WMVs, or anything else will import at all.
    Virtually every file that I need to bring in to Premiere 6 has to be converted to AVI with the H.264 codec first.
    Any help would be helpful.
    digi

    Hi Bill and John,
    Thanks for your replies.
    My inquiry isn't as much to do with the AVIs that won't import as it is to do with figuring out the way that I can make MPGs, MP4s, MOVs and WMVs import in to Premiere 6.
    The AVIs that do import were converted or created using the H.264 codec.  I do know a little about codecs, but I don't hold the PhD in codecs that is apparently required to completely understand them.
    Below is the chart from the Premiere Elements 4 page at this link... http://kb2.adobe.com/cps/402/kb402540.html
    So, if I understand correctly, Bill is saying the Premeire Elements 4 is actually newer than Premiere 6 and that the Pr Elements apps will actually import more movie file formats than the regular versions of Premiere and Premiere Pro?... for someone trying to learn about these apps, one must admit that this seems to be reverse logic... this would be saying that Adobe gave the cheaper "consumer" versions of Premiere the ability to work with 3 or 4 more movie file formats than the more expensive "pro-sumer" version of Premiere.
    Premiere 4 Elements File Format Support Chart
    Microsoft AVI (.avi)
    Import and Export
    MOD (JVC Everio camera) (.mod)
    Import only
    MPEG-1 (.mpg, .mpeg, .m1v, .mpv)
    Import and Export
    MPEG-2 (.mpg, .mpeg, .mpe, .m2t, .m2v, .mod, .mpd, .m2p)
    Import only
    MPEG-4 (.mp4, .m4v)
    Export only
    Export via QuickTime file or "Share to Mobile" workflow.
    QuickTime Movie (.mov, .moov)
    Import and Export
    Windows Media video (.wmv)
    Import and Export
    The built-in web browser instruction manual in Premiere 6 shows this statement on the "Importing Clips" page, as shown in my screenshot linked above...
    "File format support is provided by plug-in software  modules. Over time, additional or updated file formats may be available  from Adobe or other manufacturers, such as QuickTime."
    This indicates that additional file format support can be added to Premiere 6 by "plug-in software modules", and that "over time, additional or updated file formats" were predicted to become available that would be supported by the file format manufacturers, such as Adobe themselves and other manufacturers such as QuickTime.
    Since that was written ten years ago or more, there has certainly been the chance for these additional "plug-in software modules" to be developed "over time"... so I'm asking, "Where are they available?"
    What I'm saying is, I will do my homework to earn at least my Bachelor's degree in codecs, but more than an education in codecs, I need to find these mysterious, "plug-in software modules" for Premiere 6 that Adobe wrote about and referred to over ten years ago.
    Thanks for any clues as to where to locate these "plug-in software modules".
    digi

  • Planning to roll out Firefox 3.x on Netbooks - Qu1:Can I use the standard downloads unmodified? Qu2:Are there any specific problem FAQs I should read first ?

    Target PC type:
    Netbook
    Windows 7 Starter; 1GB
    Planning to roll out Firefox 3.x on Netbooks -
    Qu1: Can I use the standard downloads unmodified?
    Qu2: Are there any specific problem FAQs I should read first ?

    You don't need to upgrade your software.  But if you're struggling with Spry, IMO you should cut your losses and switch to something better for the longrun.
    If you have a budget to work with, I highly recommend Project Seven's Pop-Menu Magic 3.  It's easy to use in DW CS4, 5, 6 or CC.  More importantly, it's bullet proof and works in all devices. 
    Pop-Menu  Magic3 by PVII (commercial DW extension)
    http://www.projectseven.com/products/menusystems/pmm3/index.htm
    If you don't have a budget to work with, you can roll your own menus with jQuery plugins.  A bit more effort on your part, but they perform better than Spry.
    jQuery Superfish
    http://users.tpg.com.au/j_birch/plugins/superfish/
    jQuery MegaMenu2
    DEMO:
    http://www.geektantra.com/projects/jquery-megamenu-2/
    DOWNLOAD:
    http://code.google.com/p/jquery-megamenu/
    Nancy O.

  • Is there any specific VPN application for i phone ?

    Is there any specific VPN application for i phone ?

    Settings//General/VPN. Then all you need is to find a public VPN server. You don't need a separate app.
    But you should keep in mind that your employer doesn't want you using social media. In most companies bypassing corporate information security policy is grounds for termination. Do you really want to risk it?

Maybe you are looking for