Web Messenger Express Forwarding - to keep a copy or not

How do I let the user choose whether to keep a local copy of incoming emails when auto-forwarding is enabled?
Dave

If this is iMS the users can set this via the iDA interface.
When the user logs into iDA they can click on the mail delivery options link.
On that page if they want mail forwarded and a local copy kept make sure both POP/IMAP delivery is selected as well as Enable forwarding.
If all they want is to forward then make sure only Enable forwarding is checked.
-Chris

Similar Messages

  • Displaying Forwarded Messages in Messenger Express

    One of my users noted that when they forward a message that was sent to multiple recipients, the forwarded message, as displayed in Messenger Express, suppresses the display of the list of users that the original message went to. I've tested this by forwarding a message that originally went to multiple recipients to myself. I would then view the message in Messenger Express and in a standard IMAP client. The IMAP client DOES display the list of original recipients, but Messenger Express only displays the original message.
    I've looked through the user "Options" section in Messenger Express and see no setting to modify this behavior. I've also logged into Delegated Admin as the user to see if there were options there, but found nothing. And, finally, I logged into Delegated Admin as the administrative user and checked the global settings for the domain, but again found no option to prevent this suppression. Has anyone else run into this?

    First of all, my name is Dan, and I'm working with Mark on this problem.
    Secondly, I'll concede a semantic point that the headers aren't mangled, technically speaking...they have been completely dismembered from the message. You are correct in stating that they are not there. Semantic points aside, the problem remains.
    It's obvious that webmail can show headers for a single forwarded message, because the headers show up the first time a message is forwarded...so its not that webmail doesn't know how to display any headers...it just ignores headers for nested forwarded or replied messages.
    The reason this is a bug is because the header information is actually there...in other words, if you look at the very same message with any fat client (such as Eudora, Mozilla, Outlook, etc.) all of the header information is intact. It's only when viewing the message through webmail that the header information is ignored (on all but the first of the multi-part MIME parts).
    By any definition, this is a bug in how webmail is rendering message data that is actually intact. The case should never have been closed in the first place, and the RFE should never have been created because the request was not for a feature enhancement. This is a bug, and it needs a fix.

  • Forwarding email and must keep a copy..

    I handle a lot of corporate email with user that have blackberry's, etc., and am required to forward and retain copies in there in box. My other servers have third party solutions, but I'm trying to get away from that because of the upgrade headaches every time a new OS X version is released.
    Is there any way possible to set a virtual user to forward an email and retain a copy in his/her inbox? I've searched high and low, and what is just a click on other mail server software, doesn't seem to be available on mail for Snow Leopard. Any mod that can be made?

    Your close... Basically, if an email comes in for [email protected], which is a virtual host, I want it to go to that users inbox, as well as forwarded on to another account(ie: a blackberry account for their push notification). Now multiply that times about 200 users all forwarding to different accounts, as well as keeping a copy in their inbox for their retrieval when they get back to their office. They still control everything related to the email in their accounts, they just require forwarding to their other accounts as well for some other purpose(mobility etc.)
    Currently, the workgroup manager only allows a forward, and that's it. The docs mention Sieve, but state that it does not work for the virtual host aliases. Having two accounts with different names so it forwards to account 2, and to wherever else is just stupid, and unworkable in the corporate world. That would require two email addresses for everyone of these users.
    So do postfix aliases handle this specifically? ... and if so where would I find this procedure?.. also, when the server is upgraded, will this will probably be overwritten, and continually be a problem in the future?
    This is a fairly standard procedure on any other mail server.

  • Error interpreting the mail server response in Messenger Express

    Background:
    Migrated from Sparc running iMS 6.0 to Linux running iMS 6.3 (from CommSuite 5)
    Problem:
    Some users, some times experience problems using Messenger Express. They receive the following error in their web browsers: Error interpreting the mail server response.
    Attempted solutions:
    1) 120230-20 -- no change in behavior
    2) reconstruct -r -- didn't fix the issue
    3) Support case with Sun -- tech seems to be guessing as a solution and not trying to troubleshoot the issue (growing frustration -- those I am here)
    Data gathered:
    I turned on the telemetry logging for this user and in the end of the imap session, I see:
    0.002>)F OK Completed
    <30.747<C UNSELECT
    0.003>C OK CompletedNETWORK ERROR: Connection reset by peer
    LOGOUT <username> 2007/7/17 8:46:07 - 2007/7/17 8:48:15
    This seems to come and go (working sometimes and not working others) for a few (5 or so) users, though, I haven't found any correlation between the users or how they differ from anyone else. Checking email via POP or IMAP works fine (just not via Messenger express).
    What else can I look at?

    Hi,
    Shane...thank you so much. <refrains from bashing Sun
    Support at this point>I should point out that myself and Jay are also Sun Support (we answer forum questions in our spare time).
    We have a valid support contract and the tech has
    never indicated that he has done any research into
    this issue -- he only keeps throwing out ideas based
    off of nothing. I asked him what he knows about the
    mentioned bug. awaiting response.I couldn't comment on this without looking at the case notes.
    <pushing my luck> Is there anything I can provide you
    which would help diagnose this? Based off of the
    logs (snips i provided u before), it does indeed
    seem to be related to the email
    headers...specifcially headers SpamAssassin added.What's the Sun support case #? Have you provided the full logs (rather then just snips) to the support engineer?
    Thanks again -- you're doing a great job.All part of the service.
    Regards,
    Shane.

  • Not able to connect VS Web Developer Express through instant client 10

    I just spent 10 hours attempting to connect Web Developer Express 2010 to an Oracle 10g database. In the end the solution was beyond simple, but with the existing threads there is a lot of talking around the problem. I’m posting this in case it might help someone else.
    Obtain the Oracle instant client software that will work for your database. You will only need the basic package.
    http://www.oracle.com/technetwork/database/features/instant-client/index-100365.html
    Extract the contents to a temp location on your hard disk
    Create a directory for the application – it could be anything, but here is what I used
    C:\instantclient
    Copy the extracted files into the directory you just created.
    Right click on my computer and choose properties
    Under advanced and environment variables you will need to add the directory you created above to the system variables PATH. You will need to create a new system variable called TNS_ADMIN and put the same c:\instantclient path in it.
    Create the file tnsnames.ora under the c:\instantclient directory and put your customized entry in it. Below is an example.
    tnsnams.ora file contents
    <Alias for this tnsnames entry> =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = <Your Oracle Server>)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = <Your database instance>)
    It’s a good idea to restart your system after this installation.
    In web developer express use the .NET Framework Data Provider for OLE DB.
    Here is the key piece of information!!
    Under server name you need to use the alias from the tnsnames.ora file entry. If you do not do this it will not pick up the SERVICE_NAME parm and will give you some goofy error like:
    ORA-12514: TNS:listener could not resolve SERVICE_NAME given in connect descriptor
    or
    ORA-12514: TNS:listener does not currently know of service requested in connect descriptor

    I just spent 10 hours attempting to connect Web Developer Express 2010 to an Oracle 10g database. In the end the solution was beyond simple, but with the existing threads there is a lot of talking around the problem. I’m posting this in case it might help someone else.
    Obtain the Oracle instant client software that will work for your database. You will only need the basic package.
    http://www.oracle.com/technetwork/database/features/instant-client/index-100365.html
    Extract the contents to a temp location on your hard disk
    Create a directory for the application – it could be anything, but here is what I used
    C:\instantclient
    Copy the extracted files into the directory you just created.
    Right click on my computer and choose properties
    Under advanced and environment variables you will need to add the directory you created above to the system variables PATH. You will need to create a new system variable called TNS_ADMIN and put the same c:\instantclient path in it.
    Create the file tnsnames.ora under the c:\instantclient directory and put your customized entry in it. Below is an example.
    tnsnams.ora file contents
    <Alias for this tnsnames entry> =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = <Your Oracle Server>)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = <Your database instance>)
    It’s a good idea to restart your system after this installation.
    In web developer express use the .NET Framework Data Provider for OLE DB.
    Here is the key piece of information!!
    Under server name you need to use the alias from the tnsnames.ora file entry. If you do not do this it will not pick up the SERVICE_NAME parm and will give you some goofy error like:
    ORA-12514: TNS:listener could not resolve SERVICE_NAME given in connect descriptor
    or
    ORA-12514: TNS:listener does not currently know of service requested in connect descriptor

  • Can't see more than 100 search results in Messenger Express 5.2

    Hi,
    I am experiencing some unusual problems in the Web interface, Messenger Express. One of our users has discovered that when a search is carried out against a mailbox, only the 1st 100 results appear. No navigation bars get added to the search result page, which stops you browsing through the search results.
    Has anyone else noticed this, and perhaps come up with a way around it? Have I missed some important config option?
    Yours Sincerely,
    jt
    John Tebbitt
    Operations Manager
    Information Technology Services
    Bond University

    John, I believe this was fixed in one of the many hotfixes released since the original 5.2 release. You don't indicate which version of 5.2 you're on, so. ..
    I'd either open up a tech support case, and get hotfix 1.24, or at least download 5.2p1, and apply that. 5.2p1 corresponds to 5.2hf0.9, so we've come quite a ways since then.

  • Messenger Express: Problem authenticating using fully qualified user name - userID@domain

    I'm installing iPS SP3a with iMS 5.1, iDS 4.16, iCS 5.0P4... (<i>Sun ONE Starter Kit</i>) on Solaris 8 plataform.
    When I access the page for Messenger Express, with a non-default domain, (login: userID@domain) http://<server> a black box with script running down it and the page is then left white with a message:
    Loading: Please wait...
    and with url:
    http://<hostname>/my-domain/en/mail.html?sid=hes6bu6s3n35qm0&lang=en&cert=false
    If I edit the url and delete my-domain, all work fine (http://<hostname>/en/mail.html?sid=hes6bu6s3n35qm0&lang=en&cert=false)
    I created into <path to iMS>/msg-hostname/html/ a directory with same name of my-domain and copied the "default files and directories" of
    <path to iMS>/msg-hostname/html/
    to
    <path to iMS>/msg-hostname/html/my-domain/
    I followed the documentation and modified the "<path to iMS>/msg-hostname/html/main.js" file.
    then, I restart all services (../start-msg )
    It don't work and... I continue seeing the same message:
    Loading: Please wait...
    There is some bug in <b>iMS 5.1</b> with which it does that the Messenger Express does not work when is
    used several domain ?
    Somebody can help me ???
    <b>Thanks in advice</b>.

    Hi,
    I think your issue is related to iMS, Please post your query in iMS forums.
    Regards,
    Raj_indts
    Developer Technical Support
    Sun Microsystems
    http://www.sun.com/developers/support.

  • How to install sieve filters in Messenger Express ?

    Sun Java(tm) System Messaging Server 6.2-3.04 (built Jul 15 2005)
    libimta.so 6.2-3.04 (built 01:32:55, Jul 15 2005)
    SunOS amd-7-1 5.10 Generic_Patch_118844-30 i86pc i386 i86pc
    There is a lot of information about filters and sieve in the manuals but I didn't find how to activate filters in Messenger Express.
    With UWC, I have a "Mail Filters" in the option tab but not in Messenger Express (except vacation).
    What should I do ?
    We are working with frontend and MEM
    I also see a topics about MEM & Mail Filter but nothing about how to deploy the mail filter.
    Thanks

    I'm not sure to understand.
    What is the signification of "the backend must be set correctly" ?
    The web container (Web server 6.1) and MailFilter are installed on the frontend and it works
    with local.webmail.sieve.port =81 (both on front- and back-end).
    Should I install the web server and MailFilter on the backend ?

  • How to add in new language for Messenger Express

    Guys, i need help on adding in new language for Messenger Express. My customer is asking for "Malay" language which is not come with default language pack. The information from Customization PDF is too little for me, wondering is there any template just like i18n.properties in UWC.
    Version : Sun Java(tm) System Messaging Server 6.2-3.04

    Hi,
    Guys, i need help on adding in new language for
    Messenger Express. My customer is asking for "Malay"
    language which is not come with default language
    pack. The information from Customization PDF is too
    little for me, wondering is there any template just
    like i18n.properties in UWC.There was an RFE (request for enhancement) to do just this implemented in the very latest hotfix (not out quite yet):
    6455821 - Admin should be able to add new language support for MS other than predefined languages/locales
    Suggest you log a Sun support case to get a copy of the MS6.2 patch which contains this RFE (scheduled to be in 125813-01) - and instructions on how to implement the new language.
    Regards,
    Shane.

  • Webmail / Messenger Express

    Hello guys,
    can sombody tell me. how bring up the Webmail Page ie Messenger Express. i want to send email through webmail, as i tried http://<hostname>:<webmailport> ie 80, but i m not able to browse the Webmail Login Page, I've also checked my HTTP service, its up & running
    I can only see the iPlanet Webserver Enterprise edition default page..
    Anyidea ?
    Do i have to installed MMP(Messaging Multiplexor ?
    Thanks in Advance.
    Sunil

    Looks like you start the httpd daemon from your web-server before you start the http daemon from messaging.
    Try stopping your web-server on port 80, the issue /server-root/msg-instance/start-msg httpd
    see if that helps

  • Cannot save drafts in Messenger Express

    I have several users who cannot save drafts when using the iPlanet Messenger Express web client. I have checked their ldif exports against users that are working fine on the same installation and can't find any difference. Any ideas?
    imsimta version shows the following
    iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)
    libimta.so 5.2 Patch 2 (built 19:30:12, Jul 14 2004)
    SunOS messaging 5.8 Generic_108528-16 sun4u sparc SUNW,Sun-Fire-280R

    Check what browser they're using, and what OS they're using, too. Think you'll find the difference.. .
    Then open a tech support case to get hotfix 2.04 (due out Monday)

  • Cannot open certain messages in Messenger Express

    Sun Java(tm) System Messaging Server 6.3-5.02 (built Oct 12 2007; 32bit)
    libimta.so 6.3-5.02 (built 17:15:31, Oct 12 2007; 32bit)
    SunOS f3 5.10 Generic_125100-10 sun4u sparc SUNW,
    We have a user who cannot open certain sent messages - I reconstructed her mailbox to no avail - I also copied the messages to my mailbox and reconstructed, I also couldn't open them.
    Once one of the problem msgs is clicked, every message becomes unreadable, it seems to break the javascript function (javascript:parent.M(n)) which is responsible for popping up msg windows for reading.
    Re-logging in, or a refresh fixes. Until one is clicked again.
    My Firebug debugger shows:
    an "unterminated literal string" error and references this for example:
    'Dear Mr. Smith:<BR><BR> \nHere are some of the content encoding headers from two msgs. One of these had a Word doc attached, one doesn't seem to have any attachments.
    X-Accept-Language: en^M
    Priority: normal^M
    Content-Type: multipart/mixed; boundary="--828bfdc62b245de1365"^M
    ^M
    This is a multi-part message in MIME format.^M
    ^M
    ----828bfdc62b245de1365^M
    Content-Type: text/plain; charset=utf-8^M
    Content-Disposition: inline^M
    Content-Transfer-Encoding: quoted-printable^M
    ^M
    X-Accept-Language: en^M
    Priority: normal^M
    In-Reply-To: <[email protected]>^M
    References: <[email protected]> <F6D57
    [email protected]>^M
    Content-Type: text/plain; charset=us-ascii^M
    Content-Disposition: inline^M
    Content-Transfer-Encoding: 7bit^M
    ^MI see the ^Ms - they're also in at least one msg that opens with no problem.
    Two things though the problem msgs do have in common are strange encoding in the body e.g.:
    Dear Mr=2E Smith=3A^M
    ^M
    =E2=80=A8=E2=80=A8Thanks for the letter-=^M
    blah blah XYZ=2C Inc=2E  I would love the=^M
    opportunity to blah blah blah=2E Please call or email me a=^M
    t foo=40bar=2Ecom=2E^M
    ^M
    Sincerely=2C^M
    ^M
    Robert Johnson=2C CPME^M
    888-888-8888=E2=80=A8^M
    ^Mand inline enclosures with [Content-Transfer-Encoding: quoted-printable^M]:
    ----4cdf31a7fc87b8c1e2a^M
    Content-Type: text/plain; charset=utf-8^M
    Content-Disposition: inline^M
    Content-Transfer-Encoding: quoted-printable^M
    ----828bfdc62b245de1365^M
    Content-Type: text/plain; charset=utf-8^M
    Content-Disposition: inline^M
    Content-Transfer-Encoding: quoted-printable^M
    ^MThanks,
    s7

    Thanks for clarifying on the encoding vs charset and for the other reference in these forums.
    The client is listed as:
    X-Mailer: Sun Java(tm) System Messenger Express 6.3-5.02 (built Oct 12 2007; 32bit)
    I was told this particular user used Safari... could that influence the transfer-encoding? Or is ME messing up?
    I'm not sure it's possible - but might he have created this in ME from an already received, but messed up message (e.g. one w/ the quoted-printable encoding)? In ME it seems he wouldn't be able to open these for editing.
    The X-Mailer header is in the first set of headers,
    The second set contains the multi-part - printed quotable and in-line enclosed (as opposed to attached) Word .doc.
    Here are the full headers (this is a sent message from the send folder):
    foo@x3$ more 79.msg
    Received: from [xxx.xx.xxx.xx] by mail.alt.foo.bar.org (mshttpd); Mon,
    21 Apr 2008 16:04:24 -0400
    From: Howard M Smith <[email protected]>
    To: [email protected]
    Message-ID: <[email protected]>
    Date: Mon, 21 Apr 2008 16:04:24 -0400
    X-Mailer: Sun Java(tm) System Messenger Express 6.3-5.02 (built Oct 12
    2007; 32bit)
    MIME-Version: 1.0
    Content-Language: en
    Subject: MCSE
    X-Accept-Language: en
    Priority: normal
    Content-Type: multipart/mixed; boundary="--bb097b47de131257729"
    This is a multi-part message in MIME format.
    ----bb097b47de131257729
    Content-Type: text/plain; charset=utf-8
    Content-Disposition: inline
    Content-Transfer-Encoding: quoted-printable
    Dear Ms=2E Gord=3A
    =E2=80=A8=E2=80=A8Attached is my cover letter and resume for the teleph=
    one-based computer programming position at Comp USA=2C Inc=2E I would love the=
    opportunity to interview for this position=2E Please call or email me a=
    t howard=40bar=2Eorg=2E
    Sincerely=2C
    Howard Smith=2C MCSE
    212-555-1212=E2=80=A8
    ----bb097b47de131257729
    Content-Type: application/msword
    Content-Transfer-Encoding: base64
    Content-Disposition: attachment; filename="Howard M Smith Resume
    BAR.doc"
    0X5R4KKxGuEBBBBBBBBBBBBBBBBBPgADAP7/CQAGBBBBBBBBBBBBBBABAAAAIwBBBBBB
    BBBBEAAAPQAAAAEAAAD+////BBBBBBBCQAAAD/////////////////////////////////////

  • Messenger Express not working in any browser!

    I've installed Directory Server 5.2, Messaging 5.2 patch 1, iDA 5.2 Patch 1, web server 6.0.
    I first installed DS5.2, then MSG5.2, then patched MSG5.2 to SP1, then WS6.0, then iDA 5.2 SP1.
    I can log in just fine to messenger express but nothing happens when I press the Compose button. The other buttons work fine.
    I've tried this in Netscape 4.72, Netscape 7.1, Internet Explorer 6 SP2, Mozilla 1.5, Mozilla Firebird 0.7
    Same problem in all the browsers.
    Anyone know what's wrong ?
    Thanks.

    Never mind.
    The source of the problem turned out to be Norton Personal Firewall's Ad Blocking feature which by default blocks all popup windows when activated.

  • Are SMS forwarding/Editing and Text Copy Paste functions supported in Firefox OS?

    Could not find any options to forward SMS or edit text messages, neither could find any options to copy paste general text. Most importantly, in the number dial pad, the cursor can't be moved to the desired location to add digits. Am I wrong? If so how do I go about these things?

    Hello,
    Thanks for reaching out to us! Unfortunately it is not possible to forward SMS messages. I'm not sure what you mean by editing text messages. As well as, could you elaborate on what you are looking for to be done with the dial pad?

  • Messenger Express: How do I add the Directory Server to the address book search tool?

    In Messenger Express (ME) how do I add the Directory Server (DS) to the address book
    search tool?
    <P>
    Edit the globals.pl file. Look for a line similar to: <BR>
    @dirservers = ('MyCompany::phonebook.foo.com::o=FooCorp.,c=US','Four11 Directory::ldap.four11.com::');
    <P>
    Add an entry to the list. The list is comma delimited and each entry is a
    string. The string contains three fields, delimited by a double colon (::). The
    first field is the name you want to appear in the User Interface (UI). The second is
    the hostname of the DS and the third is the Distinguished Name (DN) to use when searching.
    <P>
    Please note, Messenger Express is part of the Messaging Server. For more
    information on Messenger Express, please see the release notes at
    http://home.netscape.com/eng/server/MExpress/relnotes.htm

    You can't add a new contact to specific group and there is no app for this. 3rd party apps don't have access to private iPhone APIs with security concerns being a primary reason, which such a function would require.

Maybe you are looking for

  • Event handling in UWL

    Hi all, I'm having problems on calling a function in a workitem. The function i'm calling have: Export: RETURN_CODE     LIKE     SY-SUBRC Tables: EVENT_CONTAINER     LIKE     SWCONT with the column VALUE where is the error description. so i looked on

  • How to calculate servicetax on frieght

    dear sirs please explain me how to configure service tax on freight Moderator message: Locked. Reason: basic question Please try to search before askig. Edited by: Csaba Szommer on Dec 14, 2011 8:11 AM

  • How can find what are the customers are created in my earlier version.

    Hi all,I am trying to find out how can I check the  what are the customers are created in my earlier version of sap (i.e 4.7B) My client  Upgrade d the 5.0 in 2007. Now my client asking, list of WDs which are created in the 4.7B.

  • Error at Copy Form Setting

    Hi All, I've got error message when make copy form setting to user. " You can not continue copying from setting, user add-ons currently connected to SAP Business One Exist. Make sure that selected users and add-ons are logged off and try again" Why t

  • I just woke up to check my iPhone 4 and it is dead. No response. What should I do?

    Just woke up and iPhone 4 is dead, no response. Nothing. I tried plugging it up to wall socket, computer. No power. Tried the reset, nothing.Anyone have an idea of what I should do?