After upgrading to 10.9 Server 3 XMPP server does not accept account with domain instead of FQDN

Hi,
I've had this issue before when upgrading to 10.8 from 10.7. The issue is that my previous working jabber ID ([email protected]) stops working and I can only login to the XMPP server using [email protected] In previuos upgrades, all I had to do to fix the issue was to re-add the domain witrh the serveradmin tool, adding it to the jabber:hostsCommaDelimitedString.
#serveradmin settings jabber:hostsCommaDelimitedString="host.domain.com,domain.com"
In 10.9 this does not work. Both host and domain entries are already in the config but I still can only login when changing my JID to be [email protected]
Any hints?
Regard,
//Staffan

Solved it myself! It seems like the #serveradmin script for modifying / adding the domain aliases to the ejabberd server does not work correctly. After looking through the different sm_.xml files created when adding a domain the script does not modify the <local><id> that the server uses to identify the JID with.
After manually modifying that id to match my domain, and restarting the ejabberd server, it works fine again!
It seems like when adding or modifying the jabber:hostsCommaDelimitedString="" the server default hostname is always inserted into the <local><id>.
//Staffan

Similar Messages

  • After upgrading to 3.6.4 (english) firefox does not open

    After upgrading to 3.6.4 (english) firefox does not open when I hit its button. I uninstalled it and reintalled it but the problem remains - My operating sys is VISTA 2 service pack. IE works
    Any suggestions?
    == Operating system ==
    VISTA 2 service pack

    I have been using Firefox on a regular basis for many years.
    I have two problems with Firefox 3.6.4.
    First, it keeps crashing....
    I have 4gb of memory on a Windows 7 - HP Laptop and whenever Firefox tries to allocate more than 1.5gb of memory it crashes. What is more interesting is the fact that while Firefox is running on a static page; such, as the google search page...the memory allocation keeps climbing... Even when nothing else is running.....Does anyone see a problem with this. I have tried all the suggestions that I could search for and I have come to one conclusion....the problem is software related and software problems should be fixed with software not by people manually going into an application and toggling something on or off. In other words the mozilla team should be looking at trying to resolve this issue.
    So, what programmer did you guys have write the 3.6.4 memory handler - a person who doesn't understand how to allocate and deallocate memory?
    Just so you know what I have been describing above about Firefox 3.6.4 is a memory leak, and memory leaks are usually a first sign of poorly written code.
    <u></u><u></u><u></u>==
    My Second Issue is in regards to the newest Firefox Update, which prevents me from going to the internet whenever it's installed because it has a flaw with its Network Proxy module. I have to re-install the original Firefox v3.6.4 to fix this problem.
    Solution:
    I'm going back to Internet Explorer because the mozilla team can't fix all these issues. I don't have the time to come up with a work around solutions for an inferior piece of software that is supposed to just allow me to browse the internet at anytime....

  • The redipient was rejected by the server because it does not accept relaying

    the redipient was rejected by the server because it does not accept relaying? What do I need to change?

    Get the correct server settings from your e-mail provider.

  • After upgrading to iOS 8, the weather app does not show up results for any of the Indian States/cities

    After upgrading to iOS 8 on my iPhone 5, the weather app does not show up results for any of the Indian States/cities. Can Apple look into this or does anyone have a solution to this.

    Swipe from bottom of days listed ("Wednesday, Thursday, Friday, etc")  upwards.  I thought it was gone too but it's still there~just takes different way to access it.

  • After upgrade to 2.6.28, vmware workstation does not start

    After upgrading to the 2.6.28 kernel, vmware does not start. It complains with:
    Could not open /dev/vmmon: No such file or directory.
    Please make sure that the kernel module `vmmon' is loaded.
    I have found that I can run the following command to load the modules:
    vmware-modconfig --console --install-all
    But after a reboot, the modules aren't loaded again.
    Not sure how to get the modules to autoload properly.

    You need to go to the wiki under Installing VMware.
    Search until you find 2. Start and stop script
    Create the script in /etc/rc.d directory and make sure you chmod 755 the file.
    Add mkvmdev to the rc.conf file under daemons.
    This should now work properly.
    I was able to get it working using Vmplayer.

  • After upgrade to Yosemite 10.2.2 machine does not power off

    After upgrading to Yosemite 10.2.2 the machine does not power down !
    Any suggestions !

    Try using the Guest account and see if fails to power down there.
    If you don't have a gust account then create new account and try doing a shut down from there.

  • After upgrading to OS X, the padlock icon does not appear when I make payments. How do I get the padlock back?

    Ever since I upgraded to OS X, the padlock does not appear on my screen when I make purchases.
    Is there a way to get it back on the screen?
    Thanks
    jt

    Adding my fix to this thread from: https://discussions.apple.com/thread/3190067?start=15&tstart=0
    I just got SAM working on my iMac running Lion.
    Use Pacifist to force an install of JavaForMacOSX10.6Update5.pkg (http://support.apple.com/kb/DL1360) then install the JavaForMacOSX10.7.dmg (http://support.apple.com/kb/DL1421) on top of that. Copy the Safari 5.0.5 from a SL machine or use Pacifist to extract the app.
    Still does not run under 5.1 but at least I have a working solution. Let me know if anyone needs help.

  • After upgrade to 37. PHP's fsockopen does not work in FF. Security?

    I have one PHP App on :80, second at :8080 port. but content from :8080 is nested by "fsockopen" in app with :80 port.
    After update FF do not shows a content. But other Browsers (chrome, epiphany) continue working.
    (mjpeg_streamer camera reverse proxy)
    <?php
    $server = "x.x.x.x";
    $port = 8080;
    $url = "/?action=stream"; // image url on server
    set_time_limit(0);
    $fp = fsockopen($server, $port, $errno, $errstr, 30);
    if (!$fp) {
    echo "$errstr ($errno)<br>\n"; // error handling
    } else {
    $urlstring = "GET ".$url." HTTP/1.0\r\n\r\n\r\n";
    fputs ($fp, $urlstring);
    while ($str = trim(fgets($fp, 4096)))
    header($str);
    fpassthru($fp);
    fclose($fp);
    ?>

    Hi Hussein,
    Thanks for the quick response.
    Yes, I've gone thru both the notes specified below:
    Discoverer Workbooks Based On Organization Enabled Views Are Not Populated [ID 1293438.1]
    - Tried this option; but this option is messing up a couple of Oracle Standard Functionalities.
    - For ex: If i set this profile option; we are not able to create any receipts using Custom Responsibilities.
    I am able to create the receipt, when i remove this profile option.
    No Data Shows for Reports in Discoverer 10g with Applications Release 12 [ID 1054380.1]
    - I see that the products i am running these reports from AR/GL - already exists in these tables.
    Anything other options??
    Thanks,
    Kesava

  • After upgrade to Photoshop CC 2014 Adobe Bride does not open anymore

    (File - search in Adobe Bridge) but the Adobe Creative Cloud opens and wants to intall the prior Bridge version. Mini Bridge doesn't work either.
    From LR - PS doesn't open either  (right click in LR and open in PS only open PS but not the photo itself).
    All programs are up to date, I'm running Win7 Pro.
    Any ideas?
    Thanks in advance
    Alexander

    Ik ervaar hetzelfde , ik weet de oplossing ook niet.

  • JES Messaging Server 6.0 will not accept mail alternate address

    JES Messaging Server 6.0 will not accept mail alternate address
    I have installed the Sun ONE Messaging server 6.0 as part of an evaluation of the Java Enterprise System. This was installed along with Directory Server 5.2 and Identity Server 6.1. During the installation I created a top level organization (o=internet) knowing that I would want to create multiple email domains within it and a default domain. After the installation was complete I used the User Management Utility (/opt/SUNWcomm/bin/commadmin) to create some users within the default domain. I provided each user with a primary email address ([email protected]) and an alternate email address (mailAleternateAddress = [email protected]).
    In testing the system I find that the Messaging Server will not accept messages sent to the alternate email address whether sent from the same server (via Messenger Express) or from an external server. It returns the error message: 550 5.1.1 unknown or illegal alias.
    In attempting to trouble shoot this problem I have watched the Directory Server's access log when such an email is sent. It shows a query using [email protected] even though the email message was sent to [email protected] In any event the DS finds the user, but the Messaging server rejects the message.
    [date_time] conn=120 op=11 msgId=12 - SRCH base="o=domain.com,o=internet" scope=2 filter="(mail=[email protected])" attrs="preferredLanguage mail mailEq
    uivalentAddress"
    [date_time] conn=120 op=11 msgId=12 - RESULT err=0 tag=101 nentries=1 etime=0
    [date_time] conn=120 op=12 msgId=13 - SRCH base="o=internet" scope=2 filter="(&(objectClass=sunManagedOrganization)(|(associatedDomain=host.domain.com)(sunPreferredDomain=host.domain.com)))" attrs=ALL
    [date_time] conn=120 op=12 msgId=13 - RESULT err=0 tag=101 nentries=0 etime=0
    Any suggestions to eliminate this problem would be appreciated.

    Both the primary and alternate email addresses are the same as the domain of the user.
    Here is what I want to do. Email is sent to a primary email server (not this machine). Mail for some users stays on that server to be read and mail for other users is moved to a geographically separate server (the one in question) by specifying that the mail be forwarded to the specific host: [email protected] > [email protected]
    On this second server I want to host two (or more) independent email domains. I do not want one of the domains to be a subdomain of the other. So during the installation I used o=internet as the root suffix and then used a different default domain (representing one of the registered internet domains). After installation I used the commadmin tool to create a second domain so now I have what looks something like this:
    o=internet,
    __ou=People
    __ou=Groups
    __o=domain1
    ____ou=People
    ____ou=Groups
    __o=domain2
    ____ou=People
    ____ou=Groups
    I then created some users under domain1 and some under domain2 so one user's dn is:
    uid=user, ou=people, o= domain1.com, o=internet.
    Mail sent locally to user@ domain1.com gets delivered correctly, but sending to [email protected] does not.
    host2.domain1.com is the fully qualified domain name of the server.

  • Group Chat feature in Office Communications Server 2007 R2 does not work in Windows Server 2008 R2 domains

       Hello to all, there are two confliting articles about this topic:
       1-
    http://technet.microsoft.com/en-us/library/upgrade-domain-controllers-to-windows-server-2008-r2(v=ws.10).aspx#BKMK_Whatsnew : this one says that it does not work "The Group Chat feature in Office Communications Server 2007 R2 does not work in Windows
    Server 2008 R2 domains". This article was updated in 2013.
       2-
    http://technet.microsoft.com/en-us/library/ee692314(office.13).aspx: this other article says that it will function "Office Communications Server 2007 R2 Group Chat will function in a Windows Server 2008 R2 forest". This article was updated in
    2010 and was refered by the first one.
       What is the correct support position for Group Chat feature in Office Communications Server 2007 R2 and Windows Server 2008 R2 domains?
       Regards, EEOC.

    Hi,
    I notice the following sentence in the link below “Office Communications Server 2007 R2, Group Chat will not function in a Windows Server 2008 R2 forest or when Group Chat member servers are joined to a Windows Server 2008 R2 domain.
    We know of an issue with changes in Windows 2008 R2 that requires a Group Chat Client and Group Chat Admin Tools hotfix. The Group Chat Client and Group Chat Admin Tools hotfixes are currently scheduled for mid-April 2010.”
    http://blogs.technet.com/b/nexthop/archive/2010/11/06/supportability-for-office-communications-server-2007-r2-and-windows-server-2008-r2.aspx
    So in my opinion, if you update to the latest version of Windows Server 2008 R2, OCS Server 2007 R2 and Group Chat Client, Group Chat Admin Tools to the latest version, it should work.
    However, the best method for you is make a lab to test the problem firstly.
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • I have 2 emai accounts which worked perfectly on iphone 4 but on iphone 5 my msn account wont let me reply to emails sent to that account, it leaves the message in my outbox saying recipient was rejected by the server because it does not allow relaying

    I have 2 email accounts which both worked perfectly well on my ipone 4 but since going over to iphone 5 my msn account will not allow me to reply to any emails. It places a message on my screen stating a copy has been placed in your Outbox. The recipient   @.com was rejected by the server because it does not allow relaying. Any ideas on how I can sort this. Would it be worth deleting my MSN account ant putting re-inputting the details again?

    Your email provider has blocked the standard mail port 25 for sending emails and is requiring a different port. This is to avoid mail relays that use mail clients to send spam. You need to find the port that is used by your provider for sending outgoing mail. Then change the settings in your email account on your phone to match the port. You will also have to provide some security credentials for the account.
    You can also try deleting the email account from your iphone, and the adding the email account back as this will many times set the correct port for sending emails.
    You could also do a Google search on the the settings for your device with your email provider. That will provide you with the proper settings.

  • When I try and play music on my iPhone downloaded from iTunes it says 'this URL is not found on this server'. This does not happen when I play the same music through my iPad. Can anyone help?

    When I try to play music downloaded from itunes on my iPhone 4S it says 'this URL is not found on the server'. This does not happen when I play the same music on my iPad. The music plays fine. The message also comes up when I try and login to iTunes on my iMac. Can anyone help?

    I too am having the same issue as the OP.
    Your USER AGENT information is Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_2) AppleWebKit/600.3.18 (KHTML, like Gecko) Version/8.0.3 Safari/600.3.18
    Every webserver that receives a request from your browser is able to determine the HTTP USER AGENT information unless it has been removed by some software (e.g. firewall) before the request was trasmitted.

  • After upgrade to iOS8 on my iPhone5, I do not see smart keyboard options while typing message or email text

    after upgrade to iOS8 on my iPhone5, I do not see smart keyboard options while typing message or email text

    Go to Settings>General>Keyboards>Predictive Text>ON. If it is on, you can toggle it off and then back on. The other method is to check in the typing area of the Messages app and it could be minimized. You would see a small line in the center just below the typing area. You would just need to put your finger on that small line and swipe upwards. But either should bring it back.

  • Sending an email from my Ipad I get "receipient was rejected by server because it does not allow relaying". What does this mean and how do I correct it?

    When sending an email from my Ipad. I get "receipient was rejected by server because it does not allow relaying". What does this mean and how do I correct it?

    On the email account's settings (Settings > Mail, Contacts, Calendars and tapping on the account on the right), go into it's outgoing SMTP settings and try putting in your email name and password (they might currently show as 'optional')

Maybe you are looking for