Problem creating / finding mailboxes

2014-09-16 Thread John Oliver
CentOS 6.5, cyrus-imapd 2.3.16-6

So, I gather you're supposed to create mailboxes called user.username
But I wind up with user^username, and mailbox can't be found.

[joliver@localhost ~]$ cyradm -u testuser1 localhost
Password:
localhost cm user.testuser2
localhost cm user.testuser3
localhost cm user.textuser4

[joliver@localhost ~]$ sudo ls -l /var/vmail/u/
total 12
drwx--. 2 cyrus mail 4096 Sep 15 15:07 user^testuser2
drwx--. 2 cyrus mail 4096 Sep 15 14:51 user^testuser3
drwx--. 2 cyrus mail 4096 Sep 15 15:07 user^textuser4

Sep 15 15:05:18 localhost lmtpunix[15704]: verify_user(user.testuser2)
failed: Mailbox does not exist
Sep 15 15:05:18 localhost master[15929]: about to exec
/usr/lib/cyrus-imapd/lmtpd
Sep 15 15:05:18 localhost lmtpunix[15929]: executed
Sep 15 15:05:18 localhost postfix/lmtp[15928]: 4B2E61ED5:
to=testus...@domain.com,
relay=localhost.localdomain[/var/lib/imap/socket/lmtp], delay=32,
delays=32/0.01/0/0.02, dsn=5.1.1, status=bounced (host
localhost.localdomain[/var/lib/imap/socket/lmtp] said: 550-Mailbox
unknown.  Either there is no mailbox associated with this 550-name or
you do not have authorization to see it. 550 5.1.1 User unknown (in
reply to RCPT TO command))


What did I do wrong?

-- 
***
* John Oliver http://www.john-oliver.net/ *
* *
***

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus


Re: Problem creating / finding mailboxes

2014-09-16 Thread Simon Matter
 CentOS 6.5, cyrus-imapd 2.3.16-6

 So, I gather you're supposed to create mailboxes called user.username
 But I wind up with user^username, and mailbox can't be found.

 [joliver@localhost ~]$ cyradm -u testuser1 localhost
 Password:
 localhost cm user.testuser2
 localhost cm user.testuser3
 localhost cm user.textuser4

 [joliver@localhost ~]$ sudo ls -l /var/vmail/u/
 total 12
 drwx--. 2 cyrus mail 4096 Sep 15 15:07 user^testuser2
 drwx--. 2 cyrus mail 4096 Sep 15 14:51 user^testuser3
 drwx--. 2 cyrus mail 4096 Sep 15 15:07 user^textuser4

 Sep 15 15:05:18 localhost lmtpunix[15704]: verify_user(user.testuser2)

I guess you should send mail to testuser2, not user.testuser2?

Simon

 failed: Mailbox does not exist
 Sep 15 15:05:18 localhost master[15929]: about to exec
 /usr/lib/cyrus-imapd/lmtpd
 Sep 15 15:05:18 localhost lmtpunix[15929]: executed
 Sep 15 15:05:18 localhost postfix/lmtp[15928]: 4B2E61ED5:
 to=testus...@domain.com,
 relay=localhost.localdomain[/var/lib/imap/socket/lmtp], delay=32,
 delays=32/0.01/0/0.02, dsn=5.1.1, status=bounced (host
 localhost.localdomain[/var/lib/imap/socket/lmtp] said: 550-Mailbox
 unknown.  Either there is no mailbox associated with this 550-name or
 you do not have authorization to see it. 550 5.1.1 User unknown (in
 reply to RCPT TO command))


 What did I do wrong?

 --
 ***
 * John Oliver http://www.john-oliver.net/ *
 * *
 ***
 
 Cyrus Home Page: http://www.cyrusimap.org/
 List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
 To Unsubscribe:
 https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus




Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus


Re: Problem creating / finding mailboxes

2014-09-16 Thread Simon Matter
 CentOS 6.5, cyrus-imapd 2.3.16-6

 So, I gather you're supposed to create mailboxes called user.username
 But I wind up with user^username, and mailbox can't be found.

 [joliver@localhost ~]$ cyradm -u testuser1 localhost
 Password:
 localhost cm user.testuser2
 localhost cm user.testuser3
 localhost cm user.textuser4

 [joliver@localhost ~]$ sudo ls -l /var/vmail/u/
 total 12
 drwx--. 2 cyrus mail 4096 Sep 15 15:07 user^testuser2
 drwx--. 2 cyrus mail 4096 Sep 15 14:51 user^testuser3
 drwx--. 2 cyrus mail 4096 Sep 15 15:07 user^textuser4

 Sep 15 15:05:18 localhost lmtpunix[15704]: verify_user(user.testuser2)

 I guess you should send mail to testuser2, not user.testuser2?

Sorry, I think that was wrong.
However, you should check your unixhierarchysep, hashimapspool and 
fulldirhash settings.

Regards,
Simon


Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus


Re: Problem creating / finding mailboxes

2014-09-16 Thread John Oliver
On Tue, Sep 16, 2014 at 08:29:33AM -0700, John Oliver wrote:
 CentOS 6.5, cyrus-imapd 2.3.16-6
 
 So, I gather you're supposed to create mailboxes called user.username
 But I wind up with user^username, and mailbox can't be found.
 
 [joliver@localhost ~]$ cyradm -u testuser1 localhost
 Password:
 localhost cm user.testuser2
 localhost cm user.testuser3
 localhost cm user.textuser4
 
 [joliver@localhost ~]$ sudo ls -l /var/vmail/u/
 total 12
 drwx--. 2 cyrus mail 4096 Sep 15 15:07 user^testuser2
 drwx--. 2 cyrus mail 4096 Sep 15 14:51 user^testuser3
 drwx--. 2 cyrus mail 4096 Sep 15 15:07 user^textuser4

 I guess you should send mail to testuser2, not user.testuser2?

I am...

-- 
***
* John Oliver http://www.john-oliver.net/ *
* *
***

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus


Re: Problem creating / finding mailboxes

2014-09-16 Thread Bron Gondwana
You'll be wanting to cm user/testuser2 (and so on), because with unixheirsep 
on, the dot gets replaced with DOTCHAR (^) and you actually created a top level 
folder called user.testuser2 rather than what you expected, a subfolder of 
user called testuser2.

Regards,

Bron.

On Wed, Sep 17, 2014, at 01:29 AM, John Oliver wrote:
 CentOS 6.5, cyrus-imapd 2.3.16-6
 
 So, I gather you're supposed to create mailboxes called user.username
 But I wind up with user^username, and mailbox can't be found.
 
 [joliver@localhost ~]$ cyradm -u testuser1 localhost
 Password:
 localhost cm user.testuser2
 localhost cm user.testuser3
 localhost cm user.textuser4
 
 [joliver@localhost ~]$ sudo ls -l /var/vmail/u/
 total 12
 drwx--. 2 cyrus mail 4096 Sep 15 15:07 user^testuser2
 drwx--. 2 cyrus mail 4096 Sep 15 14:51 user^testuser3
 drwx--. 2 cyrus mail 4096 Sep 15 15:07 user^textuser4
 
 Sep 15 15:05:18 localhost lmtpunix[15704]: verify_user(user.testuser2)
 failed: Mailbox does not exist
 Sep 15 15:05:18 localhost master[15929]: about to exec
 /usr/lib/cyrus-imapd/lmtpd
 Sep 15 15:05:18 localhost lmtpunix[15929]: executed
 Sep 15 15:05:18 localhost postfix/lmtp[15928]: 4B2E61ED5:
 to=testus...@domain.com,
 relay=localhost.localdomain[/var/lib/imap/socket/lmtp], delay=32,
 delays=32/0.01/0/0.02, dsn=5.1.1, status=bounced (host
 localhost.localdomain[/var/lib/imap/socket/lmtp] said: 550-Mailbox
 unknown.  Either there is no mailbox associated with this 550-name or
 you do not have authorization to see it. 550 5.1.1 User unknown (in
 reply to RCPT TO command))
 
 
 What did I do wrong?
 
 -- 
 ***
 * John Oliver http://www.john-oliver.net/ *
 * *
 ***
 
 Cyrus Home Page: http://www.cyrusimap.org/
 List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
 To Unsubscribe:
 https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus


-- 
  Bron Gondwana
  br...@fastmail.fm

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus