Re: 'Mailbox unknown' unpon LMTP delivery

2003-07-02 Thread Henning Holtschneider
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday 02 July 2003 04:41, Mark Keasling wrote:

> What is the unixhierarchysep setting in your imapd.conf file?
> A setting of "yes" means '/' is the hierarchy separator rather than '.'.

It is set to "yes".

> When the separator has been set to '/', dot '.' characters in mailbox
> names are mapped to caret '^' and user mailbox must be created as
> user/username.

Thanks, that sovled my problem!

Regards,

 <-gninneH<-
- --
   __ _  ____   Henning Holtschneider
  / /  ___  ___ _/ |/ /__ / /_  <[EMAIL PROTECTED]>
 / /__/ _ \/ __/ _ `// -_) __/
//\___/\__/\_,_/_/|_/\__/\__/  ...net happens!
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE/AqU4P9goCV2uudcRAvl+AJ930hc/mk4eQWsQfs/dcryI3mm4jwCg32a+
HuKJicVGU6R42Jj5IrXK1H0=
=/vmX
-END PGP SIGNATURE-



Re: 'Mailbox unknown' unpon LMTP delivery

2003-07-01 Thread Henning Holtschneider
--On Montag, 23. Juni 2003 14:40 +0200 Henning Holtschneider <[EMAIL PROTECTED]> 
wrote:

I'm running Cyrus IMAP 2.1.13 on top of Postfix. Mail is being delivered
from  Postfix into Cyrus using an LMTP unix socket. My users have email
addresses  like [EMAIL PROTECTED] The login names/mailbox
names are unique  user ids like "jdoe123". I created a virtual transport
map in Postfix to map  "[EMAIL PROTECTED]" to
"[EMAIL PROTECTED]". Howerver, incoming  messages can't be delivered to
the mailboxes. Cyrus complains:
I've finally been able to track down the problem to this: the mailboxes are 
being created as user.username which results in a directory user.username 
being created and the mailbox being added to a DB file (as far as I can see 
from the source code). However, lmtpd is looking for user^username (^ 
instead of . as the seperator). Why is Cyrus trying to use another 
seperator when delivering incoming messages?

Regards,

    <-gninneH<-
--
  __ _  ____   Henning Holtschneider
 / /  ___  ___ _/ |/ /__ / /_  <[EMAIL PROTECTED]>
/ /__/ _ \/ __/ _ `// -_) __/
//\___/\__/\_,_/_/|_/\__/\__/  ...net happens!


Re: 'Mailbox unknown' unpon LMTP delivery

2003-06-24 Thread Henning Holtschneider
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 24 June 2003 09:28, Simon Matter wrote:

> > Jun 20 19:19:07 mail  postfix/lmtp[14044]: 3607DB3A73:
> > to=<[EMAIL PROTECTED]>, orig_to=<[EMAIL PROTECTED]>,
>
> Did you try sending mail to username instead of [EMAIL PROTECTED] just
> to make sure delivery via LMTP works okay?

I just tried and it does not work, either.

Regards,

 <-gninneH<-
- --
   __ _  ____   Henning Holtschneider
  / /  ___  ___ _/ |/ /__ / /_  <[EMAIL PROTECTED]>
 / /__/ _ \/ __/ _ `// -_) __/
//\___/\__/\_,_/_/|_/\__/\__/  ...net happens!
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE++AoXP9goCV2uudcRArX/AKCLYiSNouKUrQdya6QL006gvjVeEwCfToTu
6ZeZsWVNSkzYfrNGRSuln3U=
=FUia
-END PGP SIGNATURE-



Re: 'Mailbox unknown' unpon LMTP delivery

2003-06-23 Thread Henning Holtschneider
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 23 June 2003 15:05, Rob Siemborski wrote:

> Did you create mailboxes for all of your users?

I created "user." mailboxes, so that the username part in the 
re-written recipient address matches the mailbox name.

Regards,

 <-gninneH<-
- --
   __ _  ____   Henning Holtschneider
  / /  ___  ___ _/ |/ /__ / /_  <[EMAIL PROTECTED]>
 / /__/ _ \/ __/ _ `// -_) __/
//\___/\__/\_,_/_/|_/\__/\__/  ...net happens!
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+9zA9P9goCV2uudcRAi8zAJsHFF0ZGyx3QPE9W4Pt1cBK0LVtbgCeNJAs
860HnldBJBpV6mjRQz6W7Lc=
=81fp
-END PGP SIGNATURE-




'Mailbox unknown' unpon LMTP delivery

2003-06-23 Thread Henning Holtschneider
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I've just started using Cyrus IMAP (as part of the KDE Kolab server project) 
so please forgive me if this question is stupid and I should have looked 
elsewhere before.

I'm running Cyrus IMAP 2.1.13 on top of Postfix. Mail is being delivered from 
Postfix into Cyrus using an LMTP unix socket. My users have email addresses 
like [EMAIL PROTECTED] The login names/mailbox names are unique 
user ids like "jdoe123". I created a virtual transport map in Postfix to map 
"[EMAIL PROTECTED]" to "[EMAIL PROTECTED]". Howerver, incoming 
messages can't be delivered to the mailboxes. Cyrus complains:

Jun 20 19:19:07 mail  postfix/lmtp[14044]: 3607DB3A73:  
to=<[EMAIL PROTECTED]>, orig_to=<[EMAIL PROTECTED]>, 
relay=/kolab/var/kolab/lmtp[/kolab/var/kolab/lmtp], delay=13, status=bounced 
(host /kolab/var/kolab/lmtp[/kolab/var/kolab/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))

I'm getting no suspicious messages in the LMTP log file. I tried to increase 
verbosity by setting CYRUS_VERBOSE=1 but this only results in more master 
messages and no additional LMTP log messages :-/ Is it possible to increase 
the LMTP logging level?

What's wrong with my setup? From reading the docs and the mailing list 
archive, I understand that Cyrus will take the recpipient address, strip off 
the domain name part and use the username to find a maildrop with the same 
name. This does not seem to be the case on my machine or I did not understand 
Cyrus correctly? 

Thanks for your help,

 <-gninneH<-
- --
   __ _  ____   Henning Holtschneider
  / /  ___  ___ _/ |/ /__ / /_  <[EMAIL PROTECTED]>
 / /__/ _ \/ __/ _ `// -_) __/
//\___/\__/\_,_/_/|_/\__/\__/  ...net happens!
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+9vUtP9goCV2uudcRAkF/AJ9cRU9FIEUac6sWGp/8IpbhnDKecwCfeCIV
f5iuP2bhMr6Q2GGG6Ie9Mls=
=WtG2
-END PGP SIGNATURE-