Holger Zymowski <[EMAIL PROTECTED]> wrote: > I've problems getting anubis to read the users /home/<user>/.anubisrc file. > I'm using smtp auth mode with a mysql database. > The smtpuser is also an localuser on the machine where anubis > runs. Nevertheless I'm getting this message: > > > [29916] Found record for »holger.zymowski«. > > [29916] Authentication passed. User name holger.zymowski, Local > user NONE. Welcome!
Make sure SQL query: SELECT authid,passwd,account,rcfile FROM table WHERE authid='holger.zymowski' returns your account name in the third column (authid,passwd,etc above are the values of the corresponding variables in your database URL). Regards, Sergey _______________________________________________ Bug-anubis mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-anubis
