Announcement

Collapse
No announcement yet.

Can't create User

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    yes, I have this table:

    mysql> select * from sequence_uid_number;
    +-----+------+
    | cid | id |
    +-----+------+
    | 1 | 5012 |
    +-----+------+
    1 row in set (0.00 sec)

    Comment


    • #17
      Ok, what about the logs of CYRUS?
      Or some other logs in /var/log

      May be auth.log or messages have some hints where to look at.

      Comment


      • #18
        syslog:

        Code:
        Mar 15 10:41:04 LBSox001 cyrus/imapd[9191]: idle for too long, closing connection
        Mar 15 10:41:06 LBSox001 cyrus/master[8298]: process 10412 exited, status 0
        Mar 15 10:41:09 LBSox001 cyrus/imapd[9191]: accepted connection
        Mar 15 10:41:09 LBSox001 cyrus/imapd[9191]: login: localhost[127.0.0.1] orlando plaintext
        mail.info

        Code:
        Mar 15 10:42:24 LBSox001 cyrus/imapd[10601]: login: localhost[127.0.0.1] oxadmin plaintext 
        Mar 15 10:42:24 LBSox001 cyrus/imapd[10603]: login: localhost[127.0.0.1] oxadmin plaintext 
        Mar 15 10:42:24 LBSox001 cyrus/imapd[10602]: login: localhost[127.0.0.1] oxadmin plaintext 
        Mar 15 10:42:34 LBSox001 cyrus/imapd[10601]: login: localhost[127.0.0.1] oxadmin plaintext
        no changes in auth.log

        I think the mailbox needs to be created manually.

        Now you have to create the mail box as well:

        & cyradm -u oxadmin localhost
        Password: "very secret"

        > cm user.alan_turing
        > sam user.alan_turing alan_turing lswiprcd
        > quit
        My problem ist that the user will not be created.
        Last edited by Guest; 03-15-2007, 11:47 AM. Reason: update:

        Comment


        • #19
          Yes....now everything is fine!!

          1. create the mailbox with "/" :

          Code:
          cm user/orlando
          sam user/orlando orlando lswiprcd
          2. create the user like wiki

          then you can login.

          orlando

          Comment

          Working...
          X