[Postfixbuch-users] Courier-IMAP und MySQL

Andreas Meyer anmeyer at anup.de
Di Jul 20 14:40:39 CEST 2004


"Peter Pipulke" <pipulke at ikv.de> wrote:

> Hier das erweiterte Maillogfile:
> 
> Jul 20 13:53:32 Kewelan pop3d: Connection, ip=[::ffff:192.168.100.206]
> Jul 20 13:53:32 Kewelan pop3d: LOGIN: DEBUG: ip=[::ffff:192.168.100.206],
> command=AUTH
> Jul 20 13:53:32 Kewelan pop3d: LOGIN: DEBUG: ip=[::ffff:192.168.100.206],
> command=CAPA
> Jul 20 13:53:35 Kewelan pop3d: LOGIN: DEBUG: ip=[::ffff:192.168.100.206],
> command=USER
> Jul 20 13:53:35 Kewelan pop3d: LOGIN: DEBUG: ip=[::ffff:192.168.100.206],
> command=PASS
> Jul 20 13:53:35 Kewelan pop3d: LOGIN: DEBUG: ip=[::ffff:192.168.100.206],
> username=pipulke at freemail.ikv.de
> Jul 20 13:53:35 Kewelan pop3d: LOGIN: DEBUG: ip=[::ffff:192.168.100.206],
> password=peter
> Jul 20 13:53:35 Kewelan pop3d: authdaemon: starting client module
> Jul 20 13:53:35 Kewelan authdaemond.mysql: received auth request,
> service=pop3, authtype=login
> Jul 20 13:53:35 Kewelan authdaemond.mysql: authmysql: trying this module
> Jul 20 13:53:35 Kewelan authdaemond.mysql: SQL query: SELECT id, password,
> password, uid, gid, home, maildir, "", "", "" FROM mailusers WHERE id =
> "pipulke at freemail.ikv.de"
> Jul 20 13:53:35 Kewelan authdaemond.mysql: zero rows returned
> Jul 20 13:53:35 Kewelan authdaemond.mysql: no password available to compare

Nun bin ich ja nicht der Datenbank-crack, aber warum erscheint in dem
sql-query zweimal password?

Was ergibt das query, wenn du es im mysql-monitor aufrufst?

mysql> use <deinedatenbank>;
mysql> show tables;
mysql> SELECT * FROM mailusers;

Da muß es dann die entsprechenden Spalten geben, die vom authdaemon
abgefragt werden.
Mir scheint in den Tabellen fehlt etwas an Information oder ist falsch
eingegeben.


-- 
   Andreas Meyer




Mehr Informationen über die Mailingliste Postfixbuch-users