Bonjour,


je suis en train de suivre le tutorial ici :
http://www.dedibox-news.com/doku.php..._multi-domaine

Et j'ai un souci.. il me sort toujours ce message d'erreur, quand j'essaye de me connecter dessus en pop3..


Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
Jul 31 19:23:24 sd-***** courierpop3login: Connection, ip=[::ffff:193.253.***.**]
Jul 31 19:23:25 sd-***** authdaemond: received auth request, service=pop3, authtype=login
Jul 31 19:23:25 sd-***** authdaemond: authpam: trying this module
Jul 31 19:23:25 sd-***** authdaemond: authpam: username 'webmaster@monsite.com' not found in password file
Jul 31 19:23:25 sd-***** authdaemond: authpam: REJECT - try next module
Jul 31 19:23:25 sd-***** authdaemond: authmysql: trying this module
Jul 31 19:23:25 sd-***** authdaemond: SQL query: SELECT username, password, "", id, id, concat('/data/mail/',maildir), "", "", name, "" FROM mailbox WHERE username = "webmaster@monsite.com"
Jul 31 19:23:25 sd-***** authdaemond: password matches successfully
Jul 31 19:23:25 sd-***** authdaemond: authmysql: sysusername=<null>, sysuserid=1, sysgroupid=1, homedir=/data/mail/monsite.com/webmaster@monsite.com/, address=webmaster@monsite.com, fullname=<null>, maildir=<null>, quota=<null>, options=<null>
Jul 31 19:23:25 sd-***** authdaemond: Authenticated: sysusername=<null>, sysuserid=1, sysgroupid=1, homedir=/data/mail/monsite.com/webmaster@monsite.com/, address=webmaster@monsite.com, fullname=<null>, maildir=<null>, quota=<null>, options=<null>
Jul 31 19:23:25 sd-***** courierpop3login: chdir Maildir: No such file or directory
Pourtant, j'ai bien un repertoire correspondant.. :


Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
sd-*****:/data/mail/monsite.com# ls -alh
total 12K
drwxrwxrwx 3 statd mysql 4,0K 2007-07-31 18:32 .
drwxrwxrwx 3 root  root  4,0K 2007-07-31 18:32 ..
drwxrwxrwx 5 statd mysql 4,0K 2007-07-31 18:32 webmaster@monsite.com
D'ou peut venir ce probleme ?

Ma config authmysqlrc :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
MYSQL_SERVER            localhost
MYSQL_USERNAME          postfix
MYSQL_PASSWORD          ******
MYSQL_PORT              0
MYSQL_OPT               0
MYSQL_DATABASE          postfix
MYSQL_USER_TABLE        mailbox
MYSQL_CRYPT_PWFIELD     password
MYSQL_UID_FIELD         id
MYSQL_GID_FIELD         id
MYSQL_LOGIN_FIELD       username
MYSQL_HOME_FIELD        concat('/data/mail/',maildir)
MYSQL_NAME_FIELD        name