Authmysql doesn't want to work : (((( With mysql I've this problem and no mysql connection logged
Feb 22 18:53:26 kylie pop3d: Connection, ip=[::ffff:127.0.0.1] Feb 22 18:54:10 kylie pop3d: Connection, ip=[::ffff:127.0.0.1] Feb 22 18:55:14 kylie pop3d: Connection, ip=[::ffff:127.0.0.1] +++++++++++++++++++++++++++++++++++++++++++ Now in order to use pam authmodule, for check if there'are a basic problem for courier( as you have assumed possible), I've changed my configuration to use pam auth ... with pam it's work ... my test: [root@kylie pippo]# adduser pippo [root@kylie pippo]# passwd pippo [root@kylie pippo]# maildirmake /home/pippo/Maildir [root@kylie pippo]# telnet localhost 110 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. +OK Hello there. user pippo +OK Password required. pass xxxx -ERR Maildir: Permission denied Connection closed by foreign host. [root@kylie pippo]# ll /home/pippo total 4 drwx------ 5 root root 4096 Feb 22 18:55 Maildir [root@kylie pippo]# tail -f /var/log/maillog Feb 22 19:04:18 kylie pop3d: Connection, ip=[::ffff:127.0.0.1] Feb 22 19:04:28 kylie pop3d: LOGIN, user=pippo, ip=[::ffff:127.0.0.1] Feb 22 19:04:28 kylie pop3d: pop3d: Permission denied Feb 22 19:04:30 kylie pop3d: DISCONNECTED, user=pippo, ip=[::ffff:127.0.0.1], top=0, retr=0 [root@kylie pippo]# chmod 775 /home/pippo/Maildir [root@kylie pippo]# telnet localhost 110 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. +OK Hello there. user pippo +OK Password required. pass pippo +OK logged in. ^] telnet> quit Connection closed. [root@kylie pippo]# telnet localhost 110 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. +OK Hello there. user pippo +OK Password required. pass pippo +OK logged in. list +OK POP3 clients that break here, they violate STD53. . ^] telnet> quit Connection closed. I think that is a good result .. or not ??? And now I think that problem is only for authmysql method ?? Any idea or suggestion after this test from you ??? I need to use mysql THX > Yes .. for syslog was a fucking space ... now it's work right > > When try to login there're that error: > > Feb 22 11:38:57 cartman pop3d: Connection, ip=[::ffff:127.0.0.1] > Feb 22 11:39:42 cartman pop3d: LOGIN FAILED, ip=[::ffff:127.0.0.1] > > THX > > -----Messaggio originale----- > Da: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Per conto di Roland > Schneider > > > --Webmaster www.sfondo.it wrote on 21.02.2002 18:12 +0100: > > > # Log all the mail messages in one place. > > mail.* /var/log/maillog > > > > but file /var/log/maillog is empty > > make shure you dont have _any_ spaces in the line above, > only tabs. Then do a `killall -HUP syslogd` and send > some blurb to the log: > > logger -p mail.info -t TEST "qwertzuiop" > > If this wont show up in the maillog then nothing will. > > Roland > > > _______________________________________________ > courier-users mailing list > [EMAIL PROTECTED] > Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users > > > _______________________________________________ > courier-users mailing list > [EMAIL PROTECTED] > Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
