Q-mail & sap configuration.

I have a send-mail as a mailing system. I want to upgrade send-mail with q-mail system. Please suggest me steps to smooth change over between system

Hi ChiragJaguwala,
What SAP release are you currently on?
If you are using WAS (>=6.10) then all you have to do is update the hostname and listening port SMTP server (SCOT -> Node "SMTP" -> Update "Mail Host" and "Mail Port". This enables SAPconnect to communicate via SMTP directly with QMAIL.
If you are on release <=6.10 (46D, 46C, 45B etc) then you are using the IMG (Internet Mail Gateway) to communicate with Sendmail. In this case the change is not so easy as the IMG parses information to Sendmail using the following command:-
sendmail -i -f<SENDER_ADDRESS>
So for the IMG to communicate with QMAIL then you will have to update the mailgw.ini file to reflect this change as the command to parse information to QMAIL might be different.
To update the command for QMAIL you can use the following command on OS level:-
mlsomadm mailgw.ini
You will then be able to configure the correct command for calling QMAIL.
Please be aware that there is loads of pitfalls for using another command line mailer than Sendmail with the IMG and some tweaking of the commands might be necessary.
Hope this helps
Michael

Similar Messages

  • Sender Mail Adapter Configuration error

    Hi,
    I am working on scenario mail adapter to CRM system. And when I tried to configure the sender email adapter I have got the error following error, Can any one help me to resolve this issues
    error occured: <b>exception caught during processing mail message; java.net.ConnectException: Connection refused</b>
    the details I have provided are as follows
    Transport protocol is POP3
    URL - POP://mailservername/Inbox/folder
    And I have tried with the IMAP4 also
    URL - IMAP://mailservername/Inbox/folder
    And we have cross checked that the XI server is able to ping that particular mail server.
    Regards,
    Venkat.

    Hi Venkateswara,
    I would suggest that you go through these to know how to configure your sender mail adapter,
    <a href="/people/michal.krawczyk2/blog/2005/12/18/xi-sender-mail-adapter--payloadswapbean--step-by-step mail adapter step by step</a>
    <a href="/people/prasad.ulagappan2/blog/2005/06/07/mail-adapter-scenarios-150-sap-exchange-infrastructure adapter Scenario</a>
    Also, to know the various parameters of a sender mail adapter, just go through this link,
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/23/c093409c663228e10000000a1550b0/content.htm">Configuring sender mail adapter</a>
    Check your mail adapter configuration against these details. Also, check if the mail server you are trying to access is running.
    Also go thru this pdf to make yourself more comfortable with mail adapters.
    https://websmp205.sap-ag.de/~sapidb/011000358700004556712005E/HowTo_Mail_Adapter2.pdf
    Regards,
    abhy

  • Mail Adapter Configuration in XI 3.0

    Hi all,
    i tried to set up a process using the mail adapter. Unfortunately it doesn't work. Has anyone succeeded in setting up a process with the mail adapter using POP3 and SMTP?

    Hi Michael,
    I did not find any documentation of the XI 3.0 mail adapter so result of practical test only for outgoing mail using SMTP:
    <b>Mail server settings:</b>
    SMTP port 8025 (you can configure any port of course)
    Account demo, password test
    <b>Mail adapter configuration:</b>
    Bubble adapter java class
    classname=com.sap.aii.messaging.adapter.ModuleBubble
    Bubble.Helper=com.sap.aii.messaging.adapter.ModuleBubbleHelperXIMailImpl
    Part 0 : common part ######
    Mail.MailSubject="mail from adapter z_outmail"
    Mail.MailFrom=[email protected]
    Mail.MailTo=demo@<you mail server name>
    XIALL or XIPAYLOAD
    Mail.MessageProtocol=XIPAYLOAD
    Mail.Log=1110
    Part : XI client to Mail server ######
    OMail.TargetURL=smtp://<you mail server name>:8025
    OMail.User=demo
    OMail.Password=test
    The port and path where the adapter waits for XMB messages from clients.
    XI.Port=8240
    XI.Path=/z_outmail
    It look so that there is no POP3 support, just only IMAP.
    Jiri

  • Want to delete all the mails in the mail box configured for BPM Portal

    Hi All,
    Do you have idea to perform this activity.
    I want to delete all the mails in the Dev mail box configured for BPM Portal.
    Server and mailbox details as given below :
    Mail a/c = Y00123
    Mail server = sap.mail.com
    Thanks, Sanjay

    http://java.sun.com/developer/onlineTraining/JavaMail/contents.html
    http://www.jguru.com/faq/view.jsp?EID=17035
    if you know the password of the account, i think you can also access the mail using mail client, like you use outlook to deal with your company mail daily.

  • Unknown Host : mail.sap.corp

    Hi expert,
    This is my first time configure the smtp server in CE 7.1 SP3. I have read the following threads:
    Re: Guided Procedures - set mail smtp host Re: Mail settings for Guided Procedures
    And I have tried this:
    1. Go to Guided procedure ->
    Administration-> Administer BMF->Clients
    ->select iForms Processor -> press Settings button
    -> Mail Sending tab.
    2. Set your smtp server in SMTP Server field.
    3. Press Save button.
    You can test mail sending by pressing Test button
    but first you should
    configure the mail of the administrator of BMF and
    the mail of the administrator of the client
    (iForms Processor). Please follow instruction below
    BMF Administrator's mail:
    1.Go to Guided procedure ->
    Administration-> Administer BMF->Settings.
    2.Input the mail in Administrator Mail files.
    3.Press Save button.
    iForms client Administrator's mail:
    1. Go to Guided procedure ->
    Administration-> Administer BMF->Clients
    ->select iForms Processor
    2. Press Edit button.
    3. Input the mail in Administrator Mail files.
    4. Press Save button.
    and
    Set the SMTP settings (smtp.sever property) in Configtool under cafeugp~model
    However, the later method do not allow me to modify the configuration. And both method failed and I still received the following exception:
    Unknown SMTP host: mail.sap.corp
    javax.mail.MesssagingException: Unknown SMTP host: mail.sap.corp
    can help?
    thank you

    Hi,
    maybe you should try this:
    1. Under Guided Procedures, choose Administration u2192 Administer BMF.
    2. Choose Clients, then under BMF Clients choose Settings, and then choose Mail Sending.
    3. Enter the data for SMTP Server and Mail Transport Protocol. For example:
             SMTP Server: mail.sap.corp
             Mail Transport Protocol: smtp
    4. Save
    or try the config tool as explained on the following sap help page:
    http://help.sap.com/saphelp_nwce10/helpdata/en/e0/e3934249c30c31e10000000a1550b0/frameset.htm
    smtp.server
    smtp.service_user_mail
    properties.
    It may be useful to restart the server after changing this.
    best regards,
    v s

  • ERROR: Cannot start mail services, configuration directory does not exist

    I'm running an Xserve G5 with one internal boot drive and one RAID using the other two internal drives. I used Apple's Disk Utility to set-up the RAID.
    Back in early December, I moved my mail database and mail store to the RAID. Ever since, when I restart the server, the mailaccess.log generates the following error:
    Jan 23 18:51:33 mail master[47]: ERROR: Cannot start mail services, configuration directory does not exist: /Volumes/RAID/mail.data/db
    I'm speculating this is a timing error that gets created when Postfix initially can't find the RAID. Then, it must try again and find it because the error message does not repeat and mail starts running.
    Is this something to worry about?

    Hi Joel,
    You're right, it's a timing issues. The mail system is ready for work before the file system is mounted. It's benign.
    Jeff

  • The user or users have been added successfully, but there was an error in sending the e-mail message. The server may not be set up correctly to send e-mail. To verify that e-mail is configured correctly, contact your server administrator

    I got this problem when I tried to configure out-going email and add an account to farm administrator group.
    I configure out-going email according to this website http://technet.microsoft.com/en-us/library/cc288949.aspx
    Here are the screen shots.
    The SMTP server and email accounts work out OK when I use Outlook 2010 to test.
    Anyone can help me about it? Thanks.
    Here is the log.
    09/20/2012 09:21:00.36 w3wp.exe (0x1F7C)                      
    0x1138
    SharePoint Foundation         E-Mail                        
    8gsf
    High    
    #160008: The e-mail address 'admin3.sharepoint@domain' contains illegal
    characters. df98555c-612f-4a58-9443-ab6e9a4fcc53
    09/20/2012 09:21:00.36 w3wp.exe (0x1F7C)                      
    0x1138
    SharePoint Foundation         General                      
    8kh7 High    
    Cannot complete this action.  Please try again.
    df98555c-612f-4a58-9443-ab6e9a4fcc53
    09/20/2012 09:21:00.36 w3wp.exe (0x1F7C)                      
    0x1138
    SharePoint Foundation         E-Mail                        
    7946 Critical
    Cannot complete this action.  Please try again.
    df98555c-612f-4a58-9443-ab6e9a4fcc53
    09/20/2012 09:21:00.36 w3wp.exe (0x1F7C)                      
    0x1138
    SharePoint Foundation         Runtime                      
    tkau Unexpected
    Microsoft.SharePoint.SPException: The user or users have been added successfully, but there was an error in sending the e-mail message. The server may not be set up correctly to send e-mail. To verify that e-mail is configured correctly, contact your
    server administrator.    at Microsoft.SharePoint.ApplicationPages.AclInv.SendEmailInvitation(EntityEditor picker, String subject, String message)     at Microsoft.SharePoint.ApplicationPages.AclInv.BtnOK_Click(Object sender, EventArgs e)
        at System.Web.UI.WebControls.Button.OnClick(EventArgs e)     at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)     at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String
    eventArgument)     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStage...
    df98555c-612f-4a58-9443-ab6e9a4fcc53
    The e-mail address I have tested it for several times and there is no problem.
    Anyone has any clue about this error?

    Hi.
    This I have seen before...
    It can be that the SMTP relay server is configured to only allow certain IP ranges or addresses.
    It can be that the firewall on the SP server does not allow for SMTP traffic (normally 25, for example for Exchange).
    It can be that there is an Antivirus on the SP server(Client AV) that prohobits the Timer service to send email from this server. I have seen MacAfee do this. Needed an policy change.
    If, its the builtin SMTP service you are using, check this link:
    http://blog.sharepointrx.com/2010/11/18/setting-up-the-iis-smtp-server-for-sending-email-from-sharepoint-2010-on-server-2008-r2/
    Check that and try again.
    Regards
    Thomas Balkeståhl - Technical Specialist - SharePoint -
    http://blog.blksthl.com
    Download the SharePoint Branding Project here
    Download the SharePoint 2010 Site Settings Explained here

  • Mail Adapter configuration connection timed out

    I am setting up a simple mail scenario to test if my mailadapter works.
    But I receive a error message in the Communication Channel I receive this error:
    "exception caught during processing mail message; java.net.ConnectException: Connection timed out: connect"
    Does anyone knows how to resolve this error?
    gr Roy

    Hi,
    Refer this thread.
    Sender Mail Adapter Configuration error
    Regards,
    Sudheer.

  • Problem in mail resource configuration ??

    Hi
    Version: Oracle 9iAS Release 2(9.0.2, 9.0.3)
    We used to specify the Mail-resource configuration in orion-application.xml, with required properties like smtp-host, user etc..
    My application requires a mail session, I did specify the mail-resouce refence in ejb-jar.xml and map with JNDI-NAME in the orion-ejb-jar.xml.
    If I deploy the application through EMWebsite, the maping of mail-resource(JNDI-NAME) with mail-resource reference in orion-ejb-jar.xml is getting lost.
    It requires manual edit of orion-ejb-jar.xml and restart the OC4J component after deployment.
    If I deploy through the emctl, the problem is not happening.
    Is there any better way to do this.
    Thanks in Advance
    Madhu

    Can anybody provide answer/suggestion for the above problem
    Thanks
    Madhu

  • How can I edit external e-mails accounts configurations I had on Mobile Me mail and now on iCloud?

    how can I edit external e-mails accounts configurations I had on Mobile Me mail and now are
    on iCloud?

    Thanks for the answer, but the external POP accounts I had in my MobileMe are working in my iCloud! I receive all the e-mails that are directed to those POP accounts, in my iCloud e-mail, since I migrated from Mobileme to iCloud. So, iCloud accepts external accounts, but i doesn't allow us to edit new configurations or to send e-mails using Pop Accounts through it. Very weird. Does anybody have a solution?

  • Mail Session configuration with embedded oc4j in jdeveloper 10g 10.1.3.1

    Hello all:
    I'd tried to use javamail in a j2ee application. I´d defined an resource reference with the EJB Module Editor but when i run the application it throws:
    java.lang.InstantiationException: Error initializing ejb-modules: No Mail Session configured for the resource MailSession
    How can i configure a Mail Session with the embedded oc4j of jdeveloper 10g 10.1.3.1?
    Thanks a lot.

    Hi,
    You need to add following configuration in $ORACLE_HOME/j2ee/home/config/application.xml & restart your OC4J :-
    <mail-session location="EMailSession" smtp-host="mail.cdsc.com">       <property name="mail.transport.protocol" value="smtp"/>       <property name="mail.debug" value="true"/>    </mail-session>Regards,
    Sandeep

  • SAP Configuration Tool

    I need to make few changes in UME properties for that I need to use/access SAP Configuration Tool. I need to know who (usually) have authority to access the same i.e. Basis, Consultants, ICT Lead etc.
    Config Tool - Administration Manual - SAP Library
    Any help in this regard would be highly regarded.
    Thanks.

    Hi Sean,
    Every Java instance 7.0 has Config Tool under this path (In >7.3 this tool in web based):
    /usr/sap/SID/JC<instance number>/j2ee/configtool
    You could get configtool folder to execute this tool remotely. You must configure hostname & port. You will need user administrator credentials.
    From my understanding, common scenarios to have access to this tool:
    - SAP Basis administrator / SAP NW Portal developers (Customer's employees)
    - SAP Basis consultants / SAP NW Portal consultant (Depending on customer rules or if customer have outsourced administration to services partner).
    Hope this helps,
    Kind regards

  • TS3899 My mail is configured correctly.  When I go to view my inbox I get the 'Load More Messages...' with the number of messages showing.  I touch the display and nothing happens.  I have uninstalled and reinstalled the email account and restarted the de

    My mail is configured correctly.  When I go to view my inbox I get the 'Load More Messages...' with the number of messages showing.  I touch the display and nothing happens.  I have uninstalled and reinstalled the email account and restarted the device.  I can send mail fine as well as view my sent messages.  Very confusing.

    I have two yahoo accounts and I know as they 'improved' their servers I had periodic outages. It'd work fine on my webmail on  my computer, webmail on the iPad, but not via the mail app. And it was stuff on their end. It may be a case of wait and see and you may need to eventually remove/readd the account on your iPhone.
    When the issue is on their end, unfortunately there's not much for users to do beyond wait it out or find work arounds.

  • Workflow Mail Template Configure

    Hello,
    In the Workflow Mail Template Configure, we are attempting to discover if we can insert text between the single quotes.
    I have a requirement where I need to edit the Approve/Reject/Request More Information in a mail template. The customer wants to have some texts populated in between the quotes in the "Rejection Reason" for the email Template.
    e.g-: when click on Reject link form email, my requirement is to add a text mentioned below in italics. This will give the user instructions on what to do....many tiumers they see the single quotes and do not enter in the Rejection Reason.
    Approval Action: 'Reject'
    Rejection Reason: ' insert rejection reason text here '
    Thanks in advance.

    You can define a message attribute of type 'respond', then you can see a text field to enter your response comments.

  • Mail Server Configuration in Planning

    Hi,
    We have installed all the Hyperion Products and developed a planning application.
    Now we want to configure the mail server.
    Do we need to run the Configuration Utility for mail server configuration or any other way to configure the mail server?
    while running the configuration utility, if we use the existing RDBMS tables instead of dropping or creating new table....our application will retain or will it cause any problem to our exsting application?
    Thanks,
    Naveen Suram

    Hi,
    If you just talking about the email functionality within planning then you can set it up in planning itself.
    Log into the application as an admin owner, administration > application settings > enter SMTP server in the Email Server section. save.
    File > Preferences > Enter Email-address and Enable E-mail notification.
    Cheers
    John
    http://john-goodwin.blogspot.com/

Maybe you are looking for

  • Wrong data when i create a report on infoset in BI 7.0

    Customer No has the master data(C100,C200,C300,C400) and C300 and C400 are not performed any transaction in the cube. Created a infoset with left outer join on infoobject (Customer No) and the Infocube(which has the transactions done by the Customer)

  • Problems with driver for ATI xpress 200

    Hi all, this morning I saw that there is KDE4 available. Straight away I installed the packages, run it and it crashed. There was a funny graphical effect just before the crash. This gave me the impression that the problems comes from the graphical d

  • How to bundle java help class into jar file ?

    Hi, all, I have some package in my project, with which I have a java help jar file as classpath, when I run my project, I need the jh.jar file in directory /jar/jh.jar. Now, I bundled all my class packages into a jar file, my.jar, together with the /

  • Error while creating table 'EDISEGMENT' entry '/BIC/CIAC0CLASS_NUM_TEXT'

    Hello, I get the error message: "Error while creating table 'EDISEGMENT' entry '/BIC/CIAC0CLASS_NUM_TEXT'" when trying to activate my inactive transfer structure for 0CLASS_NUM_TEXT.. Many other transfer structures work fine, but this one is really p

  • I can't burn a second CD

    Please Help Me! I have had my iPod nano for 3 days and have successfully downloaded ONE CD. When I put the second CD in it won't recognize the CD at all. There is no option to listen to or import the CD. I'm now trying to load it into windows media p