nein, diese Einstellung gibt es im Panel nicht, jedoch ganz einfach per Listener machbar https://github.com/i-MSCP/imsc…ix/30_postfix_bcc_maps.pl
Posts by flames
-
-
manually, look in to any table in the imscp db that contain domain id or alias id of the deleted domain/alias.
-
yes, but check database for orphaned records first. if you forgot to delete something, that is referring to the deleted alias (like alias ftp, alias mail, etc...), else the setup could go badly wrong and you will need to fix things manually.
I know, the i-MSCP structure is not hard to understand, but still better to wait for an answer, until you get deeper into how i-MSCP is working.
-
You already deleted the DB entries? If not, don't do that, do like Nuxwin said.
W/o debug information we can not help and we can not find out where the issue actually was.
If you already removed the db entries, so now you need to edit the postfix alias maps manually or rerun the setup so the alias maps are recreated by i-MSCP setup according your database. -
der server mag neu sein, aber er ist vom serveranbieter bereits mit etwas vorinstalliert.
über das interface des anbieters den server formatieren und reinstallieren mit einem debian minimal ohne jegliche panele. ACHTUNG, der server wird platt gemacht! also alles was nötig ist sichern.
zu der letzten frage, die auch die richtige frage ist: lesen und lernen. im forum findet sich so gut wie zu jedem problem eine lösung.
-
TCAdmin? Dies ist ein völlig anderes Panel. Die DNS Einstellungen sind falsch! Die URL zeigt zu einem anderen Server, als den, wo i-MSCP installiert wurde.
Oder TCAdmin ist noch auf dem Server, und es war kein Cleaninstall.
-
eigentlich sogar nur hostnamen.
dies:
internetundtelefon.de MX preference = 10, mail exchanger = 89.15.247.74
ändern in:
mail.internetundtelefon.de. IN A 89.15.247.74
internetundtelefon.de. IN MX 10 mail.internetundtelefon.de. -
lol, indeed, RTFM. sorry
-
wurde eventuell zum teamspeak3 server auch ein webinterface installiert, welches die apache configs überschreibt oder einen vhost angelegt hat, der nun apache verwirrt?
führe aus dem installationsverzeichnis perl imscp-autoinstall -d aus, um imscp nochmal drüber zu installieren, dies sollte die konfigurationen wieder richtig setzten. falls dann nach einer weile wieder etwas nicht funktioniert, ist eine andere software verantwortlich.
-
there is also rdiff http://rdiff-backup.nongnu.org/
it is using rsync but also saves incremental states. useful for /var/www/virtual backups, so you can restore a specified moment. while it doesn't take the space of multiple full-backups. kind of mac time machine or windows shadow copy