Guten Abend, ich hab hier leider schon seit paar Tagen ein Problem. Nach 2 Tagen googlen weis ich nicht mehr weiter:
Fehlermeldung:
Settings:
mysql-virtual_alias_maps.cf
mysql-virtual_mailbox_domains.cf
mysql-virtual_mailbox_maps.cf
sasl|smtpd.conf
authdaemonrc
courier|authmysqlrc
/etc/hosts
Ich hoffe ihr könnt mir die Woche retten
Danke für die Hilfe
Gruß
pkdragon
Fehlermeldung:
Code:
Oct 28 20:41:07 **** authdaemond: failed to connect to mysql server (server=localhost., userid=SysCP.): Unknown MySQL server host 'localhost.' (1)
Oct 28 20:43:56 **** imapd: authentication error: Input/output error
Oct 28 20:43:56 **** authdaemond: failed to connect to mysql server (server=localhost., userid=SysCP.): Unknown MySQL server host 'localhost.' (1)
Oct 28 20:46:17 **** authdaemond: failed to connect to mysql server (server=127.0.0.1., userid=SysCP.): Access denied for user 'SysCP.'@'localhost' (using password: YES)
Oct 28 20:46:17 **** imapd: authentication error: Input/output error
Oct 28 21:00:43 **** authdaemond: failed to connect to mysql server (server=127.0.0.1., userid=SysCP.): Access denied for user 'SysCP.'@'localhost' (using password: YES)
Oct 28 21:00:43 **** imapd: authentication error: Input/output error
Oct 28 21:02:56**** authdaemond: failed to connect to mysql server (server=127.0.0.1., userid=SysCP.): Access denied for user 'SysCP.'@'localhost' (using password: YES)
Oct 28 21:02:56 **** imapd: authentication error: Input/output error
Oct 28 21:22:44 **** authdaemond: failed to connect to mysql server (server=127.0.0.1., userid=SysCP.): Access denied for user 'SysCP.'@'localhost' (using password: YES)
Oct 28 21:22:44 **** imapd: authentication error: Input/output error
Oct 28 21:23:55 **** authdaemond: failed to connect to mysql server (server=127.0.0.1., userid=SysCP.): Access denied for user 'SysCP.'@'localhost' (using password: YES)
Oct 28 21:23:55 **** imapd: authentication error: Input/output error
Settings:
mysql-virtual_alias_maps.cf
Code:
user = SysCP
password = Password
dbname = syscp
table = mail_virtual
select_field = destination
where_field = email
additional_conditions = and destination <> '' and destination <> ' '
hosts = 127.0.0.1
mysql-virtual_mailbox_domains.cf
Code:
user = SysCP
password = Password
dbname = syscp
table = panel_domains
select_field = domain
where_field = domain
additional_conditions = and isemaildomain = '1'
hosts = 127.0.0.1
mysql-virtual_mailbox_maps.cf
Code:
user = SysCP
password = Password
dbname = syscp
table = mail_users
select_field = maildir
where_field = email
hosts = 127.0.0.1
sasl|smtpd.conf
Code:
pwcheck_method: auxprop
auxprop_plugin: sql
allowanonymouslogin: no
allowplaintext: yes
mech_list: plain login cram-md5 digest-md5
sql_engine: mysql
sql_hostnames: 127.0.0.1
sql_user: SysCP
sql_passwd: Password
sql_database: syscp
sql_select: SELECT password FROM mail_users WHERE username='%u@%r' OR email='%u@%r'
authdaemonrc
Code:
authmodulelist="authmysql"
authmodulelistorig="authcustom authcram authuserdb authldap authmysql authpam"
daemons=5
version=""
authdaemonvar=/var/run/courier/authdaemon
courier|authmysqlrc
Code:
MYSQL_SERVER 127.0.0.1
MYSQL_USERNAME SysCP
MYSQL_PASSWORD Password
MYSQL_PORT 3306
MYSQL_DATABASE syscp
MYSQL_USER_TABLE mail_users
MYSQL_CRYPT_PWFIELD password_enc
MYSQL_UID_FIELD uid
MYSQL_GID_FIELD gid
MYSQL_LOGIN_FIELD username
MYSQL_HOME_FIELD homedir
MYSQL_MAILDIR_FIELD maildir
MYSQL_QUOTA_FIELD (quota*1024*1024)
/etc/hosts
Code:
127.0.0.1 localhost
93.92.47.27 xxx
93.92.47.26 xxxhost
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
Danke für die Hilfe
Gruß
pkdragon