*push* so ich hab ne ne frage.. in der Doku hier:
http://www.isp-control.net/documentation..._omega_rc3
steht:
Quote:copy these lines:
use DBI;
my $db = "ispcp";
my $user="root"; # Type here your ispCP MySQL User
# (is the same you typed during the setup)
my $host="localhost";
my $password="_YOUR_PASS"; # Type here your ispCP MySQL Password
#(is the same you typed during the setup)
my $dbh = DBI->connect("DBI:mysql:database=$db;host=$host", $user, $password, {RaiseError => 1});
my $arr = $dbh->selectcol_arrayref('SELECT domain_name, 1 FROM domain', {Columns=>[1,2]});
my $arre = $dbh->selectcol_arrayref('SELECT alias_name, 1 FROM domain_aliasses', {Columns=>[1,2]});
my $lis = ($arre,$arr);
%local_domains = (@$arr,@$arre);
Aber was soll man damit machen? Soll das in die amavisd.conf ?!
EDIT:// So beim regestrieren als Maia Admin geb ich da meine email / pw ein und dann kommt
Anmeldung für Benutzer sadasd@dadad.de fehlgeschlagen. ( -ERR Login failed. )
Erneut versuchen , oder für Hilfe kontaktieren.
Oder gibt es bestimme zugangsdaten?!^^