Hi,
ich habe Debian Sarge. Wenn ich mich über meinen Webmailer einloggen will bekomme ich in /var/log/mail.log immer diese Meldung.
May 4 15:37:34 server-5 imaplogin: Connection, ip=[::ffff:127.0.0.1]
May 4 15:37:34 server-5 authdaemond.mysql: failed to connect to mysql server (server=localhost, userid=provider_admin)
May 4 15:37:39 server-5 imaplogin: LOGIN FAILED, ip=[::ffff:127.0.0.1]
May 4 15:37:39 server-5 imaplogin: LOGOUT, ip=[::ffff:127.0.0.1]
und mehr nicht. Hat jemand von euch damit erfahrung wie man das behebe kann?
habe alles mit apt-get installiert.
Courier Login + Mysql
Re: Courier Login + Mysql
IPv6 deaktivieren und meine Sig lesen, verstehen, umsetzen...
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Re: Courier Login + Mysql
Als erstes solltest du klären, ob mysql überhaupt auf Port 3306 hört.
Bei Woody gibt es in der in /etc/mysql/my.cnf den skipnetworking Paramter. In der Defaulteinstellung ist das Netzwerk natürlich aus. Danach solltest du mal ins mysql Log schauen, ob die Anmeldung dort überhaupt ankommt.
Alternative ist, dass du authdaemond.mysql so konfigurierst, dass es sich an ein Socket bindet ( z.B. /var/run/mysqld/mysqld.sock bei Woody ).
Gruss
Marc
Bei Woody gibt es in der in /etc/mysql/my.cnf den skipnetworking Paramter. In der Defaulteinstellung ist das Netzwerk natürlich aus. Danach solltest du mal ins mysql Log schauen, ob die Anmeldung dort überhaupt ankommt.
Alternative ist, dass du authdaemond.mysql so konfigurierst, dass es sich an ein Socket bindet ( z.B. /var/run/mysqld/mysqld.sock bei Woody ).
Gruss
Marc

