Hallo Breadfish Community, ich habe einen vServer und möchte gerne darauf einen MTA Server laufen lassen. Mein Problem ist ich weiß nicht wie.
Gibt es schon irgendwelche Toturials ? oder kennst sich jemand damit aus ?
Danke im voraus.
MTA-Server auf Linux laufen lassen aber wie ?
-
- MTA Server
- Linux
- Reaction
Dein Problem konnte durch einen User gelöst werden? Bedank dich bei ihm indem du seinen Beitrag als Hilfreich markierst sowie einen Daumen oben dalässt
Wichtiger Hinweis: Bitte ändert nicht manuell die Schriftfarbe auf schwarz sondern belasst es bei der Standardeinstellung. Somit tragt ihr dazu bei dass euer Text auch bei Verwendung unseren dunklen Forenstils noch lesbar ist!
Tipp: Ihr wollt längere Codeausschnitte oder Logfiles bereitstellen? Benutzt unseren eigenen PasteBin-Dienst Link
-
-
-
-
@DerFamer
Gibt es ein Aktuelles Toturial ? Beim mir scheitert es schon bei "apt-get install screen ia32-libs lib32readline5 lib32ncursesw5 zip nano proftpd" .
Fehler: E: Package 'ia32-libs' has no installation candidatedpkg --add-architecture i386
apt-get update
apt-get install ia32-libs -
@Sective-Samp.biz
Fehler: Package ia32-libs is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
lib32z1 lib32ncurses5E: Package 'ia32-libs' has no installation candidate
Könntest du mir vlt auf einen Ts3 helfen ?
-
@Sective-Samp.biz
Fehler: Package ia32-libs is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
lib32z1 lib32ncurses5E: Package 'ia32-libs' has no installation candidate
Könntest du mir vlt auf einen Ts3 helfen ?
sudo -i
cd /etc/apt/sources.list.decho "deb http://old-releases.ubuntu.com/ubuntu/ raring main restricted universe multiverse" > ia32-libs-raring.listapt-get updateapt-get install ia32-libs -
Fehler:
Package ia32-libs is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
lib32z1 lib32ncurses5E: Package 'ia32-libs' has no installation candidate
sudo -i
cd /etc/apt/sources.list.decho "deb old-releases.ubuntu.com/ubuntu/ raring main restricted universe multiverse" > ia32-libs-raring.listapt-get updateapt-get install ia32-libshabe das gemacht aber bring nichts
-
Fehler:
Package ia32-libs is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
lib32z1 lib32ncurses5E: Package 'ia32-libs' has no installation candidate
sudo -i
cd /etc/apt/sources.list.decho "deb old-releases.ubuntu.com/ubuntu/ raring main restricted universe multiverse" > ia32-libs-raring.listapt-get updateapt-get install ia32-libshabe das gemacht aber bring nichts
Welches Betriebssystem benutzt du
-
Linux Debian 8.0 X86 64 Minimal Gen2 V1
-