Hi,
erstmal vielen Dank für deine schnelle Antwort.
Also erstmal was ich getan habe:
Code:
First
Code:
nano /etc/ispcp/ispcp.conf
Remove the hash from DATABASE_PASSWORD so the line only reads as
Code:
DATABASE_PASSWORD =
Next you need to put in your current mysql password
Code:
/var/www/ispcp/engine/ispcp-db-passwd
Now for the important part you need to copy the new hash from DATABASE_PASSWORD = newhash
Code:
nano /etc/ispcp/ispcp.conf
Then replace the old hash in this file with the new hash you just copied
Code:
nano /etc/ispcp/ispcp.old.conf
And finally
Code:
perl ispcp-update
Danach lief dann wenigstens das iscpc Web Interface wieder.
Jetzt habe ich über die GUI mal das Passwort für meinen Mail Account zurückgesetzt und kann mich wieder erfolgreich per Webmail anmelden.
E-Mails rausschicken geht auch, allerdings kann ich keine Empfangen.
Der Sender bekommt folgende Fehlermeldung:
Code:
Unknown Adress Error 554, Relay Access denied.
Im Mail Log sehe ich folgendes:
Code:
May 26 11:18:42 londonXXX postfix/smtpd[2844]: connect from xxx.xxx.com[xxx.250.xxx.129]
May 26 11:18:42 london190 postfix/smtpd[2844]: NOQUEUE: reject: RCPT from xxx.xxx.com[xxx.250.xxx.129]: 554 5.7.1 <stefan@schipper.it>: Relay access denied; from=<SSchipper@xxx.com> to=<stefan@schipper.it> proto=ESMTP helo=<xxx.xxx.com>
May 26 11:18:48 london190 postfix/smtpd[2844]: disconnect from xxx.xxx.com[xxx.250.xxx.129]