User Messaging Server Configuration

I am running into some issues configuring email notifications from a Human Workflow Task. I have gone through all the docs, but still continue to receive an error message stating that it cannot connect to the server "localhost". The strange thing is that I have updated the email driver to use a different hostname other than localhost. What I have noticed is that each time I restart the SOA server that it wipes out any changes that I have previously made to the email driver configuration. If I watch the files on disk I see s backup copy made (with my changes) and then a default, empty one created. I have to believe that the problem is that the system just isn't picking up my configuration changes, but don't know where they are coming from.
Thanks,
Pete

This is the error I receive when sending a test notification through the Human Workflow Engine. I am confident that I have updated the email configuration properties through EM to use something other than localhost.
[2011-03-08T14:30:01.106-05:00] [soa_server1] [NOTIFICATION] [SDP-26003] [oracle.sdp.messaging.driver.dispatcher] [tid: [ACTIVE].ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: OracleSystemUser] [ecid: 0000IuMwcg3ALQ05zzp2iW1DTc1r00007U,0] [APP: usermessagingdriver-email] [dcid: c3da69ddac93cb47:-6c8e30d7:12e96e675fe:-7ffd-000000000000181e] [arg: 96f2872a0a0014a201d831ad3db09391] Dispatcher sent message with id: 96f2872a0a0014a201d831ad3db09391.
[2011-03-08T14:30:01.122-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.services.notification] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: OracleSystemUser] [ecid: 0000IuMwcgYALQ05zzp2iW1DTc1r00007W,0] [APP: soa-infra] [dcid: c3da69ddac93cb47:-6c8e30d7:12e96e675fe:-7ffd-000000000000181e] <.> HWFMailer: Received following status for the Notification sent from SDPM :: [[
Channel Message Id:96f2872a0a0014a201d831ad3db09391, Addressed to :EMAIL:[email protected], Status Content :javax.mail.MessagingException: Could not connect to SMTP host: localhost, port: 25;
nested exception is:
     java.net.ConnectException: Connection refused: connect, Status Type :DELIVERY_TO_GATEWAY_FAILURE, Received from Driver : Farm_oim_domain/oim_domain/soa_server1/usermessagingdriver-email:oracle_sdpmessagingdriver_email#Email-Driver, Received at :Tue Mar 08 14:30:00 EST 2011
[2011-03-08T14:30:01.122-05:00] [soa_server1] [ERROR] [] [oracle.soa.services.notification] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: OracleSystemUser] [ecid: 0000IuMwcgYALQ05zzp2iW1DTc1r00007W,0] [APP: soa-infra] [dcid: c3da69ddac93cb47:-6c8e30d7:12e96e675fe:-7ffd-000000000000181e] <.> Error while sending notification.[[
Error while sending notification to 'email:[email protected]; 96f2872a0a0014a201d831ad3db09391'.
Possible causes : SDPMessaging Driver not configured; Invalid To Address is used; Email server/Messaging gateway is down; using IP address as part of email ID instead of domain name;.
ORABPEL-31015
Error while sending notification.
Error while sending notification to 'email:[email protected]; 96f2872a0a0014a201d831ad3db09391'.
Possible causes : SDPMessaging Driver not configured; Invalid To Address is used; Email server/Messaging gateway is down; using IP address as part of email ID instead of domain name;.
     at oracle.bpel.services.notification.impl.asns.ASNSDriver.onStatus(ASNSDriver.java:680)
     at oracle.bpel.services.notification.impl.asns.ASNSInteractionBean.onStatus(ASNSInteractionBean.java:235)
     at oracle.bpel.services.notification.impl.asns.ASNSInteraction_rwgsr4_ELOImpl.onStatus(ASNSInteraction_rwgsr4_ELOImpl.java:504)
     at oracle.sdpinternal.messaging.MessageDispatcherBean.dispatchStatus(MessageDispatcherBean.java:332)
     at oracle.sdpinternal.messaging.MessageDispatcherBean.onMessage(MessageDispatcherBean.java:247)
     at weblogic.ejb.container.internal.MDListener.execute(MDListener.java:466)
     at weblogic.ejb.container.internal.MDListener.transactionalOnMessage(MDListener.java:371)
     at weblogic.ejb.container.internal.MDListener.onMessage(MDListener.java:327)
     at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:4659)
     at weblogic.jms.client.JMSSession.execute(JMSSession.java:4345)
     at weblogic.jms.client.JMSSession.executeMessage(JMSSession.java:3821)
     at weblogic.jms.client.JMSSession.access$000(JMSSession.java:115)
     at weblogic.jms.client.JMSSession$UseForRunnable.run(JMSSession.java:5170)
     at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

Similar Messages

  • Instant Messaging Server configuration failed after installation

    Hi,
    I have a problem with the configuration of Instant Messaging server as part Sun Java Communications Suite 6u2.
    IM had been installed using commpkg install --altroot -installroot /opt/sun/comms2 (should run in cluster environment).
    Running configure failed when looking for package SUNWiimin. Due to the altroot installation the package information resides under /opt/sun/comms2/var/sadm/...
    Since configure is just a shell script those incorrect calls could be fixed (e.g. pkgparam -R /var/opt/sun/comms2 SUNWiimin instead of
    pkgparam SUNWiimin.
    Unfortunately configure calls com.sun.im.config.core.Configurator as a Java program. In this program IM_BASE seems not tobe set which leads to:
    Executing command : null/sbin/impermissions inetuser r /var
    Error in executing command : null/sbin/impermissions inetuser r /var
    java.io.IOException: null/sbin/impermissions: not found
    at java.lang.UNIXProcess.forkAndExec(Native Method)
    at java.lang.UNIXProcess.<init>(UNIXProcess.java:53)
    at java.lang.ProcessImpl.start(ProcessImpl.java:65)
    at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
    at java.lang.Runtime.exec(Runtime.java:591)
    at java.lang.Runtime.exec(Runtime.java:429)
    at com.sun.im.util.Command.execute(Unknown Source)
    at com.sun.im.config.util.CommandExecutor.execute(CommandExecutor.java:134)
    at com.sun.im.config.util.CommandExecutor.executeRuntimeCommand(CommandExecutor.java:41)
    at com.sun.im.config.validation.SROValidator.createRuntimeDir(SROValidator.java:220)
    at com.sun.im.config.validation.SROValidator.isValid(SROValidator.java:133)
    at com.sun.im.config.validation.PanelValidator.isValid(PanelValidator.java:33)
    at com.sun.im.config.core.CLIEngine.renderUI(CLIEngine.java:124)
    at com.sun.im.config.core.Configurator.main(Configurator.java:157)
    Return value: -1
    Is this bug fixed somewhere??
    Regards,
    Rudiger

    rudidotk wrote:
    Is this bug fixed somewhere?? This has been known issue for some time that still hasn't been fixed:
    bug #6733030 - "IM7.3: altroot installation causes configure to error with null/sbin/impermissions: not found"
    Please raise a Sun support request to have this bug escalated.
    Regards,
    Shane.

  • MESSAGING SERVER CONFIGURATION service.http.smtphost

    Hi!
    I've migrated from Messaging Server 6.3 to MS 7.0, in previous version there was a property service.http.smtphost, in this property I configured my Antivirus Server, but in version 7, where can I do this?, Is there an equivalent property/configuration?
    Thanks!!

    JulioMedjav wrote:
    I've migrated from Messaging Server 6.3 to MS 7.0, in previous version there was a property service.http.smtphost, in this property I configured my Antivirus Server, but in version 7, where can I do this?, Is there an equivalent property/configuration?The parameter hasn't changed:
    bash-3.00# ./configutil -H -o service.http.smtphost
    Configuration option: service.http.smtphost
            Description: SMTP relay host. If you are using LMTP, set this to the machine name of the LMTP host.
            Syntax: string
    service.http.smtphost is currently set to: 127.0.0.1Regards,
    Shane.

  • Non-admin Users SQL Server Configuration Manager

    Hi Everyone,
    I'm wondering if it's possible to grant non-admin users to start/stop SQL services using SQL Server Configuration Manager. Using the sc command, I was able to grant non-admin users access to services applet in Windows.
    However, our DBA said that the best practice to stop/start SQL is via SQL Server Configuration Manager. Based on testing, they are unable to stop/start SQL from SQL Server Configuration
    Manager though they are able to do so (stop/start SQL services) via Services applet.

    Check these links.. Yes you can stop/start SQL is via SQL Server Configuration Manager, services.msc,
    SSMS --> InstanceName-->Stop / Start
    http://support.microsoft.com/kb/325349
    http://social.technet.microsoft.com/Forums/en/w7itprosecurity/thread/8848c72c-37fa-4d7f-90a6-769e4204f2f3
    Raju Rasagounder Sr MSSQL DBA

  • After initial messaging server 'configure', amadmin can no longer log in

    RHEL 4, JES 2005Q4
    After install, amadmin can log into amconsole just fine. Under Sessions, Max Session time is 120 minutes. But after I run messaging 'configure' script and restart webserver, amadmin user can only log in to amconsole for roughly 8 seconds before being kicked out due to session timing out. If I quickly click Sessions, it shows 0 minutes max time, 0 minutes left, etc. Trying to log in as admin user results in "User has no profile in this organization." message.
    The install log shows a few strange things:
    After a long list of "+F mailsrv mail 640 /some/file", the following:
    ===== Mon Dec 12 18:49:31 CST 2005 =====
    Running /bin/sh -c /opt/sun/messaging/sbin/imsimta clbuild -image_file=IMTA_COMMAND_DATA IMTA_BIN:pmdf.cl
    d
    /opt/sun/messaging/lib/imtacli: symbol lookup error: /opt/sun/messaging/lib/libmailwave.so: undefined symbol: db_env_create_4002
    ===== Mon Dec 12 18:49:31 CST 2005 =====
    Running /bin/sh -c /opt/sun/messaging/sbin/imsimta chbuild
    /opt/sun/messaging/lib/imtacli: symbol lookup error: /opt/sun/messaging/lib/libmailwave.so: undefined symbol: db_env_create_4002
    Then a long list of "adding new entry" messages and the error 'ldap_modify: Type or value exists' repeats about 80 times or so. Then, a bit further down:
    ===== Mon Dec 12 18:49:32 CST 2005 =====
    Running /bin/sh -c /opt/sun/messaging/sbin/imsimta cnbuild
    /opt/sun/messaging/lib/imtacli: symbol lookup error: /opt/sun/messaging/lib/libmailwave.so: undefined symbol: db_env_cre
    ate_4002
    I am running configure as root, and libmailwave.so exists and is readable. The last line of an strace on 'imtacli cnbuild' has this to say:
    write(3, "Internal error in cl_init -- can"..., 83Internal error in cl_init -- cannot open command definition file IMTA_BIN:pmdf.cld
    but that file does exist and is readable by anyone!

    the imsimta (mta cli) program is broken in Linux editions. There is a patch for that, currently available only from tech support.
    Not likely the cause of your other issue, though.
    Check what's happening in your ldap access log when you try to log in.
    Possible there's a clue there.

  • User Messaging Service Configuration Lost on Restart

    I am configuring email for SOA and BAM. For SOA everything goes fine but we are facing issue in BAM.
    We are configuring email in bam(entering port, address etc) and saving that changes. but when we do restart the server all the configuration got erased. only deafult values left. this is the case with BAM only.
    Any idea why its happening?

    I solved this... when u r saving from Em it is not saving ur configuration. so go to driverconfig.xml file at below location
    Manully enter all the configuration values and restart the server.
    C:\Oracle\Middleware\user_projects\domains\ofmw_base_domain\config\fmwconfig\servers\bam_server1\applications\usermessagingdriver-email\configuration

  • Where is the configuration file for my message server ?

    Hi:
    I am in charge for a message server version upration from 5.1 to 5.2, My question is very simply , I can not find configuration file for message server,when I execute start-msg [smtp | imap | pop | store | http] which configuration file it will read ?
    and /usr/iplanet/server5/slapd-www/config/slapd.conf
    is my ldap server configuration file ?
    and the following three file is mta related file ?
    /usr/iplanet/server5/msg-www-1/imta/config/dispatcher.cnf
    /usr/iplanet/server5/msg-www-1/imta/config/job_controller.cnf
    /usr/iplanet/server5/msg-www-1/imta/config/imta.cnf
    My question is very simple and I am a new junior for ims . Anyway Thanks !!
    $ imsimta version
    iPlanet Messaging Server 5.2 (built Feb 21 2002)
    libimta.so 5.2 (built 15:07:23, Feb 21 2002)
    SunOS ctidml 5.8 Generic_108528-27 sun4u sparc SUNW,Ultra-5_10

    There is NO ONE messaging server configuration file.
    The store configuration is read from the configuration ldap server on startup, and cached in temporary files, msg.cnf and local.cnf. Do not attempt to edit these files, as that won't work.
    Use the configutil utility to see what the store configuratin is

  • Split Permissions for Server Configuration

    I'm currently migrating our organization to Exchange 2010. We have 3 different Exchange servers worldwide and different administrators for each. I'm trying to give the other 2 remote sites "Server Configuration" administration so that they may
    manage their own Databases and Receive connectors, etc.
    When I give their users the Server Configuration rights in RBAC, it's giving them rights to edit databases in ALL locations, not just their own.  And this is when I have the scope set to only their OU which contains their server.
    Is there a way for me to give them rights to only their server configuration and not all of the servers in the organization?

    I've given the remote admin account "Administer Data Store" rights in ADSIEdit at the server level, however they are still unable to make any database changes, everything is locked.  Does anyone know exactly what rights are required for users
    to make changes to DB's, add DB's, etc. on their server?
    EDIT:  OK, I've got my answer after a little digging around.  This is just for reference:
    First I found this article which specifies how to make a custom write scope for specific DB's.  This is great, except for the fact that I want full Server management including Receive Connectors, Virtual Directories, etc.
    http://social.technet.microsoft.com/Forums/exchange/en-US/d07dbae1-0187-4a71-8798-4471f331f2c8/exchange-2010-rbac-database-and-server-customwritescope?forum=exchange2010
    So I found another article on TechNet which talks about writing a custom write scope for a Server.
    http://technet.microsoft.com/en-us/library/dd335146(v=exchg.150).aspx
    And here's more detail on the actual command and how to point it to the correct AD Site.
    http://technet.microsoft.com/en-us/library/dd335137(v=exchg.150).aspx
    So in the end, I created two write scopes for two of our remote sites that have Exchange Servers.  Then I copied the "Server Management" RBAC role and forced the custom Server Scope I defined.  The result is exactly what I want, they
    have full server management but only within their own scope.  Any changes outside of the scope on a different server get a Denied message.
    Thanks for all the responses.

  • SNMP Service not listed in messaging server Conf Console

    HI
    We are running Messaging Server in Windows NT, in the Messaging server Configuration Console SNMP service is not getting listed.
    Please help in finding out what i am missing, but SMTP service is ruuning mail delivery is working Fine

    Sorry I am not getting SMTP Service in Conf Console please help me

  • What is Message Server Service ????

    while configuring receiver in SI , when i check Load Balancing , it asks for 2 things
    Message Server : Which i assume is host name of Receiver
    Message Server Service : Now what is this ????
    i am not able to find it anywhere
    please let me know how do i find this for my r/3 system

    Message Server Service : Now what is this ???? >> check http://help.sap.com/saphelp_erp2005/helpdata/en/c8/e80440a832e369e10000000a155106/content.htm
    But you need to have a message server configured already (for that see the reply from Jaime)....
    while .... if you are just doing a test scenario avoid the load balancing.

  • When i send a mail to the user of messaging server, it returns saying unknown user.

    I am trying to add a mail user to iplanet messaging server 5.1, I am able to configure that user from my mail client (outlook) but when i send mail to that user, it returns saying unknown user. I can see that user in LDAP data base/

    This could be symptomatic of the iMS 5.1 server not yet having done a full synch to its alias database of the LDAP server. This is done every 24 hours (default) at 2 or 3 am. You can synch manually by running the "imsimta dirsync -F" command.

  • JCo destination/ SLD configuration/ message server GRANT POINTS!

    Hi,
    I am trying to create JCo Destination, using wizard when I get to the point 3.2 (message server) I do not have my message server listed in the drop down list, althogh it is up running on port 3601.
    Here is an error message I ve got at the end.
    SLD Data supplier service running and I have HTTP and RFC configuration in place
    Thanks Denis
    Failed to create new JCO client connection HR_Human_Resouces_Test: com.sap.lcr.api.cimclient.LcrException: CIM_ERR_ALREADY_EXISTS: Instance already exists: SAP_MsgServJCODestination.CreationClassName="SAP_MsgServJCODestination",Name="HR_Human_Resouces_Test",SystemCreationClassName="SAP_J2EEEngineCluster",SystemName="DE1.SystemHome.sbdevsqlsap2" at com.sap.lcr.api.cimclient.SimpleResponseAnalyser.raiseExceptionOnError(SimpleResponseAnalyser.java:120) at com.sap.lcr.api.cimclient.SimpleResponseAnalyser.getIResult(SimpleResponseAnalyser.java:53) at com.sap.lcr.api.cimclient.CIMOMClient.sendImpl(CIMOMClient.java:215) at com.sap.lcr.api.cimclient.CIMOMClient.send(CIMOMClient.java:147) at com.sap.lcr.api.cimclient.CIMOMClient.createInstanceImpl(CIMOMClient.java:660) at com.sap.lcr.api.cimclient.CIMOMClient.createInstance(CIMOMClient.java:642) at com.sap.lcr.api.cimclient.CIMClient.createInstance(CIMClient.java:730) at com.sap.lcr.api.sapmodel.JavaCIMObjectAccessor.createInstance(JavaCIMObjectAccessor.java:44) at com.sap.tc.webdynpro.serverimpl.wdc.sl.SystemLandscapeFactory.createJCOClientConnection(SystemLandscapeFactory.java:283) at com.sap.tc.webdynpro.services.sal.sl.api.WDSystemLandscape.createJCOClientConnection(WDSystemLandscape.java:107) at com.sap.tc.webdynpro.tools.sld.ButtonBar.onActionFinish(ButtonBar.java:224) at com.sap.tc.webdynpro.tools.sld.wdp.InternalButtonBar.wdInvokeEventHandler(InternalButtonBar.java:265) at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87) at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:67) at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.handleAction(WebDynproMainTask.java:101) at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.handleActionEvent(WebDynproMainTask.java:304) at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.execute(WebDynproMainTask.java:649) at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:59) at com.sap.tc.webdynpro.clientserver.cal.ClientManager.doProcessing(ClientManager.java:248) at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doWebDynproProcessing(DispatcherServlet.java:154) at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:116) at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:55) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325) at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887) at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241) at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92) at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148) at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33) at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41) at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37) at java.security.AccessController.doPrivileged(Native Method) at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:95) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:159)

    Hi Denis,
    The below is the Wiki which i have created, please go through the notes.
    Configure SLD for JCo and Creation of JCo Destinations
    To create JCo connections you need to configure SLD (System Landscape Directory) first and then create JCo destinations.
    First let’s see as how to configure SLD.
    Start Visual Administrator.
    To start it
    1)     Go to Server Installed path i.e. usr\sap\<systemid>\<systeminstance>\J2ee\admin
    2)     Choose go.bat and start it.
    3)     Under Global Server Configuration, choose <Serverid>.
    4)     Choose Services under it.
    5)     Find SLD Data Supplier.
    6)     Under System Landscape Directory select HTTP Settings.
    7)     Give all the required fields like Host Name, Port Number, User Name and Password.
    8)     Similarly choose CIM Client Generation Settings and give Host Name, Port Number, User Name and Password.
    9)     You can test the SLD is configured properly or not. Just click CIM Client Test.
    10)     Save the settings and close Visual Administrator.
    Now that you have configured SLD through Visual Administrator, we can create JCo Connections. To create JCo connections
    1)     You will need Super Administrator permissions to create JCo’s.
    2)     Log on to the Portal.
    3)     Go to Content Administration &#61664; Web Dynpro
    4)     Since we have configured SLD, now we can see a button to “Create JCo Destination”. Click it
    5)     Now you can observe Create new JCo Destination on right side panel.
    6)     Give the Following Details.
    a)     General Data:
    Name: Give the name of JCo
    Client: Give the Client number to which system you want to create JCo for. Click Next.
    b)     J2EE Cluster: Check the Use Local J2EE engine. Click Next.
    c)     Connection Type: Select Dictionary Meta Data. Click Next.     
    d)     Application Server Connection: Select the existing Message Server and Logon Group.
    It might sometimes happen that Message Server and Logon Group is not configured to configure them, follow the process
    For Message Server:
    i.     Log on to SDL through portal i.e. http://<servername>:<portnumber>/sld
    ii.     Choose Technical System. Click it.
    iii.     You will observe New Technical System button, click it.
    iv.     System Type: Select Web AS ABAP , if you want to connect to R/3 System and incase you are using Java application use Web AS Java
    v.     General: Log on to R/3 System through SAP Log on pad. Go to System &#61664; Status, check for SID, Installation Number and Database Host Name.
    vi.     Central Servers: Give Host Name and Port Number and Instance Number.
    For Logon Group:
    i.     Click on Add New Logon Group, this will open a row in the table.
    ii.     Log on to R/3 through Logon pad and get Logon Groups ids and the transaction code is “SMLG”.
    vii.     Application Servers: Click on Add Application Server and then give Host Name and Instance Number of R/3 System.
    viii.     Clients: Give Client number (System id) and Logical Client Name (which we can get from SMLG code). And click finish.
    7)     Message Server Connection:
    i.     Name: Give the logon name of R/3 System
    ii.     Password & Confirm Password: Give appropriate password of R/3 System.
    8)     Click Finish.
    regards
    Anil

  • Is there a possibility by which i can configure Netscape Messaging server as a POP server.

    I'm running Netscape Messaging server on Solaris 8 is there a provision to configure the NMS as a POP server.SO user's could download the mail through mail clients like Outlook express.

    Which version is it? Netscape 4.x or Iplanet 5.x? In both cases the information to configure your mailrelay server as a pop3-server is contained in the administration guide. There you can find everything there is to know about pop3. And it is a lot...
    The manuals can be found on the internet: www.iplanet.com.
    Good luck.
    Paul

  • Configure messaging server and MTA on different machine

    Is there anyways to install / configure messaging server and MTA on different machine? I am using Sun One Messaging server 6.0
    Thanks
    Haris

    Thanks for the reply, How MTA can be disabled on the
    messaging server? how can i disable the store on the
    MTA machine, Is there any documentation for it?Yes, the documentation helps you. You cannot totally disable the MTA. If you did, how would you get mail to the store?
    Also
    is it possible to use some another machine for
    webmail?Well, um, kind of. The webmail interface provided with Messaging Server interacts directly with the store, so you can't truly run that remotely, but .. .
    You can install the server on a remote box, and turn on "Messaging Express Multiplexor", a proxy for webmail. Users can then connect to the MEM box, and be forwarded to the store for their mails.
    It should be possible to use a third-party webmail product that uses something like IMAP to talk to the store, too. that would be unsupported, but possible. Most users find MEM to be very good.
    What problem are you trying to solve? Perhaps I can better help you if I know why you're asking these questions, and offer a better solution to you.
    >
    Thanks
    Haris

  • Configure messaging server 6

    Hi all,
    I installed sun java messaging server 6 2005Q1 on solaris 10 with the following components:
    - Messaging server
    - Directory server
    - Web server
    - Identity server
    I chose Configure now option.
    I configured:
    1. Web server:
    - web server host: mail.test.com
    - administration port: 8888
    - http port: 80
    2. Administration server:
    - mail.test.com
    - port: 389
    3. Access Manager:
    - Administrator User ID: amAdmin
    - pass: <pass>
    - LDAP user ID: amldapuser
    - pass: <pass>
    My amsamplesilent configuration file:
    ############### START OF VARIABLE DEFINITIONS ################################
    ### PLATFORM_DEFAULT indicates /opt on Solaris and /opt/sun on Linux.
    ### Please modify the variable below and set it to the basedir if you
    ### want a different one from the Default.
    BASEDIR=PLATFORM_DEFAULT
    SERVER_HOST=sample.red.iplanet.com
    SERVER_PORT=58080
    SERVER_PROTOCOL=http
    CONSOLE_HOST=$SERVER_HOST
    CONSOLE_PORT=$SERVER_PORT
    CONSOLE_PROTOCOL=$SERVER_PROTOCOL
    CONSOLE_REMOTE=false
    DS_HOST=sample.red.iplanet.com
    DS_PORT=389
    DS_DIRMGRDN="cn=Directory Manager"
    DS_DIRMGRPASSWD=11111111
    ROOT_SUFFIX="dc=iplanet,dc=com"
    # ADMINPASSWD, the amadmin password, and AMLDAPUSERPASSWD, the amldapuser password, must be set to different values
    ADMINPASSWD=11111111
    AMLDAPUSERPASSWD=00000000
    CONSOLE_DEPLOY_URI=/amconsole
    SERVER_DEPLOY_URI=/amserver
    PASSWORD_DEPLOY_URI=/ampassword
    COMMON_DEPLOY_URI=/amcommon
    COOKIE_DOMAIN=.iplanet.com
    JAVA_HOME=/usr/jdk/entsys-j2se
    AM_ENC_PWD=""
    PLATFORM_LOCALE=en_US
    NEW_OWNER=root
    #### Linux installations probably would want to set NEW_GROUP as root as the sane default value.
    NEW_GROUP=other
    XML_ENCODING=ISO-8859-1
    NEW_INSTANCE=false
    ############### Web Container type required #######################
    Do I have to edit this amsamplesilent configuration file?
    How do I edit it with my domain (mail.test.com) and above configuration?
    Thanks.

    Since I can't see all of your system, I honestly can't tell if you need to modify your installer file.

Maybe you are looking for

  • Songs wont play but videos will help please

    i have had itunes for a while now iv never had any problem untill yesterday i put itunes on to listen to my purchased music and the wont play when i click on them but my music video will play

  • ABC Analysis in QM

    Hi SAPians,                 I want to know that how can i perform the ABC Analysis in SAP for various data. Presently if i am going to perform it , an error msg is coming. Please explain the procedure to get it. Thanks in advance. Atul

  • Function to find the Last Date of Month One Year Ago - RETURNS ERROR

    I've written sql code which takes a date and finds the Last Day of the Month one year ago. For example,  it takes the date '2015-04-17' and returns the date '2014-04-30'. The code works fine in a query. Now I'm trying to turn this into a function. Ho

  • ICloud and time machine not compatible

    after installing iCloud,  time machine will show me all of my backups but not let me restore any backup info at all.  also my email account won't work on my mac pro but  does work on my iPhone.  anybody else having these kinds of issues?  and time ma

  • Dreamweaver has deleted all my sites in the 'manage site' box! any reason why?

    Strangely enough, dreamweavers 'manage site' box has deleted all my sites - both local and server info totally wiped out. I have to reinstall my sites and their following details for the sites to be reconnected again! I never seem to have this proble