Help! GW altering CC'd external User email address.

I have external Internet users created per TID 10099059. All that
works well (we see them in our system book and can email them fine)
until some one emails an internal user and has one (or more) of the
users in the external domain CC'd. When the user replies-to-all, the
external user's name now contains the GW domain and PO in it which, of
course is invalid and gets bounced.
Example:
Object ID tomw
external GW domain name= ANZ
external GW po name= NZ
last name= willow
Given Name= tom
internet domain= domain.co.nz
email address= [email protected]
When anyone is sent an email with [email protected] cc'd and
then selects reply to all, his email address is "changed" by GW to
[email protected] Of course this is promply returned because
domain.co.nz has no record of [email protected]
System specs GW 7.02HP running on OES Netware 6.5.6

On Thu, 09 Jul 2009 18:55:13 GMT, Michael Bell
<[email protected]> wrote:
>Jim wrote:
>> On Thu, 09 Jul 2009 17:29:16 GMT, Michael Bell
>> <[email protected]> wrote:
>>
>>> Jim wrote:
>>>> On Thu, 09 Jul 2009 15:08:27 GMT, Michael Bell
>>>> <[email protected]> wrote:
>>>>
>>>>> Jim wrote:
>>>>>> I have external Internet users created per TID 10099059. All that
>>>>>> works well (we see them in our system book and can email them fine)
>>>>>> until some one emails an internal user and has one (or more) of the
>>>>>> users in the external domain CC'd. When the user replies-to-all, the
>>>>>> external user's name now contains the GW domain and PO in it which, of
>>>>>> course is invalid and gets bounced.
>>>>>>
>>>>>> Example:
>>>>>> Object ID tomw
>>>>>> external GW domain name= ANZ
>>>>>> external GW po name= NZ
>>>>>> last name= willow
>>>>>> Given Name= tom
>>>>>>
>>>>>> internet domain= domain.co.nz
>>>>>> email address= [email protected]
>>>>>>
>>>>>>
>>>>>> When anyone is sent an email with [email protected] cc'd and
>>>>>> then selects reply to all, his email address is "changed" by GW to
>>>>>>
>>>>>> [email protected]. Of course this is promply returned because
>>>>>> domain.co.nz has no record of [email protected].
>>>>>>
>>>>>> System specs GW 7.02HP running on OES Netware 6.5.6
>>>>> Do you have internet addressing enabled? And are using that to define
>>>>> the internet domain?
>>>> It is for ourdomain.com but there is not an entry for the
>>>> domain.co.nz..should it be?
>>> I mean under the external po.
>>
>> Under the External PO--properties--Groupwise--Internet Addressing, I
>> have the 1st override checkbox checked and the Preferred address set
>> to: first name.last name@Internet domain name. Also, the end override
>> Checkbox is checked with the Internet Domain Name set to domain.co.nz.
>>
>>
>Take a look at TID 3230787 which i wrote years ago. Most of it is the
>same, but let's double check. Also note the workaround listed at the end
>- instead of internet addressing, an alias can be used, although we try
>to avoid those these days.
I followed your tid. I noticed your note at the bottom is the exact
issue I am having. I believe I have it configured as you say. Is
there a way I can check the actual config file to make sure the change
really is there? I would be glad to send a pdf'd screen shot of the
area. Thanks.

Similar Messages

  • System_Mail_Send - Get user email address

    Hi,
    I am trying to use System_Mail_Send to send a notification in the end of a Job Chain.
    How I can retrieve user email address from SAP CPS user(UME)?
    I want to use this information as To destination.
    Regards,
    André Ferreira

    Hi Andre,
    Actually, I had no time to test what I wrote earlier ... the code below should work in a library source:
    // Example code to illustrate
    package masalan;
    import com.redwood.scheduler.api.model.SchedulerSession;
    import com.redwood.scheduler.api.model.Subject;
    import com.redwood.scheduler.api.model.enumeration.SubjectType;
    import com.redwood.scheduler.api.scripting.variables.*;
    public class user
    public static String getEmailAddress(String username)
         //Default email address is [email protected]
          String defaultEmail = "[email protected]";
          if (username == null || username.trim().isEmpty()) return defaultEmail;
          SchedulerSession jcsSession = ScriptSessionFactory.getSession();
          Subject subject = jcsSession.getSubjectByTypeName(SubjectType.User,  username);
          String email = "";
          if (subject != null) email = subject.getEmail();
          if (email != null && email.endsWith("@company.com")) return email;
          return defaultEmail;
    You create REL entry points:
    Name - getEmail
    FQ Class Name - masalan.user
    Method Signature - getEmailAddress(String)
    Now, create a parameter Username on the job chain.
    Parameter To should have  the value =Custom.getEmail(chainParameters.Username)
    You specify the username in the Username parameter, the email address will be retrieved from CPS. The user must have logged on to CPS at least once, alternatively, you can import the user.
    Note that to import the user, you must assign at the very least the AccessScheduler action in UME.
    Regards,
    HP
    Message was edited by: h. Carpenter - missed an import and add SchedulerSession
    Message was edited by: h. Carpenter - Improved error handling, more secure code (it uses default email address if anything goes wrong or if somebody tries to use an external email address)

  • I would like to change my user email address to a different email? I am currently subscribed with [delete] but would like to change it to [delete]

    I would like to change my user email address to a different email?
    I am currently subscribed with [email protected] but would like to change it to [email protected]

    Change/Verify Account https://forums.adobe.com/thread/1465499 may help
    -email address https://forums.adobe.com/thread/1446019

  • I have one account, but use it as two for years.  One is home, one is work.  Recently we upgraded to Windows 7 at work and a new email system.  Now I can't download music at work; work tech support can't help but said to use my work email address. Failure

    I have one account, but use it as two for years.  One is home, one is work.  Recently we upgraded to Windows 7 at work and a new email system.  Now I can't download music at work; work tech support can't help but said to use my work email address. Failure.
    Could it be a new work firewall associated with the upgrades?  How can I resolve this?

    I have one account, but use it as two for years.  One is home, one is work.  Recently we upgraded to Windows 7 at work and a new email system.  Now I can't download music at work; work tech support can't help but said to use my work email address. Failure.
    Could it be a new work firewall associated with the upgrades?  How can I resolve this?

  • Accessing a user email address from the database

    Hi,
    I really need help with the following.
    I am adding functionality where users can set reminders that will then be sent to them by email when the reminder is due. I am going to utilise dbms_job to do this. My problem is that I am using apex authentication and users for the rest of the application and I need to retrieve the email address from apex. I cannot use wwv_flow_users as the email will be sent from a job in the database therefore there will be no current logged in user / workspace / session.
    There must be some way of accessing an internal apex table / view or something that can tell me what the email addresses of my users are without being signed into an apex session.
    Please help, this is quite urgent.
    Thank you in advance.
    Lee

    Hi,
    Glad to see that you've found.
    However would be very interesting to know how to retrieve user list without being in an Apex workspace.
    i would do as follows:
    When the first user of the day log into apex you could update a static table containig the email (taken select into from www_flow_user once a day).
    Then via a trigger you could start your batch proc, that needs updated email.
    Is not clean at all, but probably if your firm isn't too big this approach could work.
    By the way if you find how to retrieve the email not using www_flow_user, would be very nice to know.
    Message was edited by:
    Marcello Nocito

  • Realm - get user email address

    I've successfully connected to realm and returned the user groups, now im trying to return some extra details about the user such as their email address.
    I can return the roles of the user by setting
    userRoleName="memberOf"
    and I can get the email address by setting
    userRoleName="mail"
    But I dont seem to be able to return both. Im totally lost on this so any help is much appreciated. All I need is a pointer in the right direction.
    Many Thanks in advance

    no problem :)
                             <Realm className="org.apache.catalina.realm.JNDIRealm" debug="99"
                                  connectionURL="ldap://xxxx/"
                                  connectionName="xxx"
                                  connectionPassword="xxx"
                                  userBase="OU=xxx,DC=xxx,DC=xx,DC=com"
                                  userSearch="(sAMAccountName={0})"
                             userRoleName="memberOf"
                                  roleSubtree ="true"
                                  userSubtree="true"                         
                             />
    Like I said changing the userRoleName="memberOf" line to ="mail" does return the email address of the user instead

  • Customise EOP Spam Notification End-User email address and email content

    Hi
    We are using EOP with our on-premise Exchange 2010 environment. 
    I am rolling out EOP and have the following two (simple) questions, regarding the Spam Notification email that is sent to end-users:
    1. Can we edit the email address that sends the Quarantine notification email? Or must the email come from [email protected]
    2. Can we customise the Quarantine email that is sent to the End-user (with our company logo)?
    From my experience and understanding, I believe the answer for both is NO, but my customer is adamant that editing the email address and customising the email content is possible.. Please advise.
    Thanks
    Ron

    The safelist/blocklist is tied to one email address. However, if you enable email alias consolidation done by LDAP and leveraging off of the Active Directory, then you may be able to achieve what you want.
    The safelist/blocklist comes into play with respect to anti-spam results. The email alias consolidation should occur much earlier.
    So, see if you can get email alias consolidation using LDAP/Active Directory working and it should address the safelist/blocklist thing.

  • Retrieve Users Email Address from Login

    Hi,
    I'm trying to get the users e-mail address from the login providers (EG. MS, Google, Facebook and Twitter) so that I can insert it into the database on the Mobile Services side. I have gone through various articles about getting their full name etc, but
    there is no mention of email address?
    I need it as I need a way to send emails back to the user. Is this possible and if so how?
    Thanks very much
    Regards,
    Mauro

    This is similar to the blog post Rafal points to but more aggregated. However you might not be able to receive the email as ip's might not provide that info. (Please mark this as aswereed if you find it usefull)
    exports.get = function(request, response) {
    var user = request.user;
    var identities = user.getIdentities();
    var url;
    var req = require('request');
    var provider;
    if (identities.google) {
    provider = "Google";
    var googleAccessToken = identities.google.accessToken;
    url = 'https://www.googleapis.com/oauth2/v1/userinfo?access_token=' + googleAccessToken;
    } else if (identities.facebook) {
    provider = "Facebook";
    var fbAccessToken = identities.facebook.accessToken;
    url = 'https://graph.facebook.com/me?access_token=' + fbAccessToken;
    } else if (identities.microsoft) {
    provider = "Microsoft";
    var liveAccessToken = identities.microsoft.accessToken;
    url = 'https://apis.live.net/v5.0/me/?method=GET&access_token=' + liveAccessToken;
    } else if (identities.twitter) {
    provider = "Twitter";
    var userId = user.userId;
    var twitterId = userId.substring(userId.indexOf(':') + 1);
    url = 'https://api.twitter.com/users/' + twitterId;
    req(url, function (err, resp, body) {
    if (err || resp.statusCode !== 200) {
    console.error('Error sending data to FB Graph API: ', err);
    request.respond(statusCodes.INTERNAL_SERVER_ERROR, body);
    } else {
    try {
    var userData = JSON.parse(body);
    if (identities.google) {
    user = {
    firstname: userData.given_name,
    lastname: userData.family_name,
    gender: userData.gender,
    username:userData.username,
    fullname:userData.name,
    picture:userData.picture
    } else if (identities.facebook) {
    user = {
    firstname: userData.first_name,
    lastname: userData.last_name,
    gender: userData.gender,
    username:userData.username,
    fullname:userData.name,
    picture:userData.picture
    } else if (identities.microsoft) {
    user = {
    firstname: userData.given_name,
    lastname: userData.family_name,
    gender: userData.gender,
    username:userData.username,
    fullname:userData.name,
    picture:userData.picture
    } else if (identities.twitter) {
    user = {
    firstname: userData.given_name,
    lastname: userData.family_name,
    gender: userData.gender,
    username:userData.username,
    fullname:userData.name,
    picture:userData.picture
    else{
    request.respond(statusCodes.INTERNAL_SERVER_ERROR, "Provider not supported");
    response.send(200, user);
    } catch (ex) {
    console.error('Error parsing response from '+provider+':', ex);
    request.respond(statusCodes.INTERNAL_SERVER_ERROR, ex);
    If this answers your question, please use the "Answer" button to say so... Mikael - http://blogical.se/blogs/mikael

  • Programmatically Changing User Email Addresses

    Currently I cant change email address for a user.
    I've moved onto group memberships but if I cant sort this out,
    I'll need to delete the user and recreate each time.
    // Create a hashtable to store options that can be set
    for the new user.
    Hashtable userOptions = new Hashtable();
    userOptions.put(UserManager.HAS_EMAIL , new Boolean
    (true));
    if (aEmail != null)
    userOptions.put(UserManager.EMAIL_ADDRESS, aEmail);
    //Create the user.
    try{
    dUser = usermanager.createUser(aUserid,password,
    userOptions);
    System.out.println("New User Created : " + dUser.getName
    System.out.println(" DistinguishedName = " +
    dUser.getDistinguishedName());
    }catch (IfsException e){
    //create user failed so look up existing user and
    modify it.
    //Fetch the DirectoryUser instance to be deleted.
    duColl = mSession.getDirectoryUserCollection();
    dUser = (DirectoryUser) duColl.getItems(aUserid);
    //dUser.setAdminEnabled(false);
    /**@todo make this work!!!!!! */
    dUser.putProperty
    (UserManager.EMAIL_ADDRESS,AttributeValue.newAttributeValue
    (aEmail));
    System.out.println("Email::"+dUser.getAttribute
    (UserManager.EMAIL_ADDRESS));
         // try to change email though the pup
    PrimaryUserProfile pup=dUser.getPrimaryUserProfile();
    pup.putProperty(UserManager.EMAIL_ADDRESS,
    AttributeValue.newAttributeValue(aEmail));
    System.out.println(UserManager.EMAIL_ADDRESS);
    System.out.println(AttributeValue.newAttributeValue
    ("Modified user : ") + dUser.getName());
    Any ideas?

    Check the table HZ_PARTIES.

  • HELP! How to change an Invalid email address

    Hi,
    Please can someone help.
    My daughter set up her Blackberry ID with a slight mistake in the email address. This has only just caused a problem as her screen froze so she removed the battery and had to re-input the password and cannot remember it. Of course the password reminders are going to an invalid email.
    I have set up a correct Blackberry id for her now (on the computer) but cannot change it on her phone as the original password for the incorrect email is required!
    I've tried to google and I'm sure it's simple but have a distraught daughter who cannot BBM her friends!
    Is the only solution to wipe it? and if so how?
    Many thanks

    Hi goody24
    Welcome to BlackBerry Support Forums
    Sorry !  I think you also agree that we can change or reset our password but we should have a vaild email address i;e BlackBerry ID username ,If it is wrong then you are locked . No other way but have to change or create a new  BlackBerry ID. Do your Backup and then follow this Knowledge Base to Create a new valid BlackBerry ID of your own.
    KB26694 : How to change the BlackBerry ID on a BlackBerry PlayBook tablet or BlackBerry smartphone
    Click " Like " if you want to Thank someone.
    If Problem Resolves mark the post(s) as " Solution ", so that other can make use of it.

  • HT4910 Good Day. Please help me get an icloud customer service email address. I have forgotten my password and Apple ID. My iphone needs that password i order to function. It all started after updating my software to Ios7.

    Good Day
    Can anyone help me get icloud customer service help email address? I need to contact them to help me reset my password.
    I cant use my iPhone since upgrading to Ios7
    Thank you in advance
    Moagi.(RSA)
    <E-mail Edited by Host>

    It's a really bad idea to post your email address - it's an invitation to spam - and I've asked the Hosts to remove it. No-one is goingto email you.
    Go to http://iforgot.apple.com and sign in with your iCloud login. A new password will be sent to your associated email address. If this doesn't work you will have to contact Support. Go to https://getsupport.apple.com; click' See all products and services', then 'More Products and Services, then 'Apple ID', then 'Other Apple ID Topics' then 'Lost or forgotten Apple ID password'.

  • How can we access the logged in SSO user email address in websheet app

    Is there any way where we can find the email address of the logged in SSO user, do we have any variables which we can use and if so how can we use in our websheet application?
    could any please guide me on this
    thanks
    srinivas p.

    You can't access it directly. But your applet can make net connections to the server, and the server can provide that kind of functionality. Generally this is easiest by making HTTP connections and having the server provide the functionality via the web server. (So in your case, JSPs or servlets on the server would list/deliver/create/modify/delete files, and the applets would invoke those JSPs and servlets.

  • OIM 11g: How to remove rule requiring unique user email addresses

    Use the OIM 11g Administrative and User Console to update a user's email address to be the same as another user's address and on save you get error message:
    "The user with the attribute Email and value [email protected] already exists"
    In OIM 9.1 we used to be allowed duplicate email addresses.
    OIM 11g wants them to be unique (refer OIM 11g User Guide table 11-2 in section "11.2 User Entity Definition" which shows the email attribute properties with unique:yes).
    How do you change this to "unique:no"?
    The OIM 11g Admin Guide section "14 Configuring User Attributes" describes the User.xml file in MDS but doesn't mention unique properties.
    The System Properties accessed via System Management->System Configuration doesn't show anything that looks like an option to enforce email address uniqueness.
    Thanks

    OIM 11g does not allow duplicate email addresses. We asked Oracle about this and they responded that the feature (duplicate email addresses) was "removed from OIM 11g due to sending mail notifications, security and other related
    concerns". We think we can live with this restriction and did not make an enhancement request.
    The user guide does show that email address is unique:
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e14316/usr_mangmnt.htm#BGBDCDCH
    but there's no way to override the rule.

  • SharePoint 2010 - can't configure user email addresses

    Some internal users do not have email addresses in AD. No problem. I created a new site,  assigned those users access permission, but could not find any way in SharePoint to assign them email addresses. (For example, Site Actions> Site Settings>
    click on a user name and .... oops!..... nothing but a Close button appears in the dialog box. I can't edit the user info to assign an email address). How am I supposed to assign them email addresses?
    TIA,
    edm2

    Hi edm,
    Can you please go to Central admin and go to user profile services.
    Find that particular user and set email id properties for that user.Do a full crawl.
    Email id against user will come.
    Regards
    Soni K

  • [EWS 2007] Retrieve current user email address.

    Hi all,
    We're building a Javascript frontend that interact with the EWS directly. Since user is authenticated via NTLM (browser), the Javscript do not aware the username and password. I am wondering if there are any way we get retrieve user's email address after
    authenticated in EWS?

    Have never came across a direct method that gives email-address of logged in user, but you can do simple hack by creating a PostItem and then getting email-address by its PostItem.getFrom() method, something like :
    PostItem postItem = new PostItem( service );
    postItem.setBody( MessageBody.getMessageBodyFromText("Test for email-address " ) );
    postItem.save();
    postItem = PostItem.bind( service , postItem.getId() );
    System.out.println( postItem.getFrom() );
    postItem.delete( DeleteMode.HardDelete );

Maybe you are looking for