--Simone Gommaraschi wrote on 21.02.2002 11:06 +0100:
> #
> # Table structure for table 'passwd'
> #
>
> CREATE TABLE passwd (
> id char(128) NOT NULL default '',
> crypt char(128) NOT NULL default '',
> clear char(128) NOT NULL default '',
> name char(128) NOT NULL default '',
> uid int(10) unsigned NOT NULL default '65534',
> gid int(10) unsigned NOT NULL default '65534',
> home char(255) NOT NULL default '',
> maildir char(255) NOT NULL default '',
> quota char(255) NOT NULL default '',
> KEY id (id)
> ) TYPE=MyISAM;
>
> #
> # Dumping data for table 'passwd'
> #
>
> INSERT INTO passwd VALUES ('1','abc','','simone',65534,65534,'','','');
>
> Problem:
>
> 1) I can't login pop3 and imap and in mysql-query-logfile can't see query
> and/or connection from courier
You completely messed up things...
- login with one nummeric char is at least unusual
- 'abc' is not a crypted password
- user has no home and no maildir
- the uid/gid looks also very suspicious
> 2) User may insert on hand by sql insert ??? no command from courier package
> are available to do this ???
If you feel uncomfortable with sql and want to stick with
the RPM use authuserdb instead. As long as there is nothing
in the query-log from mysql things wont work anyway.
> 3) where /usr/lib/courier-imap/libexec/logger store data logfile ???
Its sent to syslog, check the manpages for logger, syslogd
and syslogd.conf.
Roland
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users