Matlock
New Member
Hallo,
ich möchte auf mein Vserver ein Jabber Server installieren.
Ich weiss jedoch nicht wirklich wie ich den einrichte so das ich und andere sich dazu verbinden können z.B mit Pidgin.
(Bin eher Anfänger was Linuxserver angeht)
Ich habs soweit installiert , nur hab ich keine jabber.cfg:
Wäre nett wenn mir einer helfen könnte.
mfg
ich möchte auf mein Vserver ein Jabber Server installieren.
Ich weiss jedoch nicht wirklich wie ich den einrichte so das ich und andere sich dazu verbinden können z.B mit Pidgin.
(Bin eher Anfänger was Linuxserver angeht)
Installing Jabber in Debian
#apt-get install jabber
This will download and install jabber, jabber-common and any other packages your system might need. The server will be started automatically at this point, so we need to stop it and update the configuration to work with your host. To stop the server run
# /etc/init.d/jabber stop
Now we can look at the configuration files inside the directory /etc/jabber. The main thing that we need to setup is the hostname directive. The server itself is primarily configured via the XML file /etc/jabber/jabber.xml, but as a convience the startup script of the Debian package will make use of the file jabber.cfg as well, and this is where we'll set the name up. In a small office where you have your own DNS system it is useful to setup a hostname to refer to the system, this allows you to move machines without having to change any clients. We've used chat.my.company before for this purpse. In this case We are just using the hostname of the current machine. So edit the file /etc/jabber/jabber.cfg to have your hostname
JABBER_HOSTNAME (which is then passed to jabberd in the -h switch)
JABBER_HOSTNAME=chatserver.my.flat
Now we can start the server up
Ich habs soweit installiert , nur hab ich keine jabber.cfg:
/etc/jabber# ls
cacerts.pem dhparams.pem jabber.xml jabber.xml.dist
Wäre nett wenn mir einer helfen könnte.
mfg