stefaniobrunhara
(usa CentOS)
Enviado em 30/10/2013 - 15:14h
Para criar a conta superadmin veja em DOCUMENTS/SUPERADMIN.txt ele é criada inicialmente como
Then you can log in as new@domain.tld, password: admin
Caso você tenha criado a senha errada para votar para admin faça o processo abaixo.
mysql -u root -p
Enter password:*******
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 772
Server version: 5.1.63 Mandriva Linux - MySQL Community Edition (GPL)
Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql> use postfix;
Database changed
mysql> Update admin SET password="$1$0fec9189$bgI6ncWrldPOsXnkUBIjl1";
Query OK, 0 rows affected (0.00 sec)
Rows matched: 1 Changed: 0 Warnings: 0
mysql> quit
Bye
Agora tente logar com o suporte@servidor.init.br senha admin