Quantcast
Channel: iRedMail
Viewing all articles
Browse latest Browse all 14136

Upgrate from iRedMail-0.8.6 to iRedAdmin-Pro-MySQL-1.4.0

$
0
0

==== Required information ====
- iRedMail version: 0.8.6
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Linux/BSD distribution name and version: ubuntu 13.10
- Related log if you're reporting an issue:
====
Hi all,

   like TOPIC SUBJECT, i'm trying, i replaced passwords

[iredadmin]
# Database used to store iRedAdmin data. e.g. sessions, log.
host =  127.0.0.1
port =  3306
db = iredadmin
user = root
passwd =  123

############################################
# Database used to store mail accounts.
#
[vmaildb]
host =  127.0.0.1
port =  3306
db = vmail
user = root
passwd =  123

#################################################################
# Settings used for Policyd (1.8.x) integration. Provides global
# white-/blacklist, sender/recipient throttling, etc.
#
[policyd]

# Enable policyd integration: True, False.
enabled = True

# SQL Database used to store policyd data, eg. whitelist, blacklist.
# You can find related information in policyd config files:
#   - On RHEL/CentOS:   /etc/policyd.conf
#   - On Debian/Ubuntu: /etc/postfix-policyd.conf
#   - On FreeBSD:       /usr/local/etc/policyd.conf
# Related parameters:
#   host    -> MYSQLHOST
#   port    -> 3306 (Default)
#   db      -> MYSQLDBASE
#   user    -> MYSQLUSER
#   passwd  -> MYSQLPASS
host =  127.0.0.1
port =  3306
db = policyd
user = root
passwd =  123

##############################################################################
# Settings used for Amavisd-new integration. Provides spam/virus quaranting,
# releasing, etc.
#
[amavisd]

########### Logging into SQL (@storage_sql_dsn) ##########
# Logging into SQL: True, False.
# Log info of incoming/outgoing emails into SQL.
# It's @storage_sql_dsn setting in amavisd. You can find this setting
# in amavisd-new config files:
#   - On RHEL/CentOS:   /etc/amavisd.conf
#   - On Debian/Ubuntu: /etc/amavis/conf.d/50-user.conf
#   - On FreeBSD:       /usr/local/etc/amavisd.conf
# Reference:
# http://www.iredmail.org/wiki/index.php? … in.Amavisd
logging_into_sql = True

host =  127.0.0.1
port =  3306
db = amavisd
user = root
passwd =  123

i can connect to https://server_ip/iredadmin, BUT i can't login with any users.

Please help me, thank you


Viewing all articles
Browse latest Browse all 14136

Trending Articles