Hi, I'm delivering e-mail to Cyrus IMAP over lmtp over TCP/IP.
Main SMTP server is postfix with amavisd and sophie for virus scanning and spam filtering. Everything works fine, but I noticed that Cyrus IMAP rejects e-mail and being case sensitive in addresses. Example: Jun 30 09:40:14 [EMAIL PROTECTED] postfix/qmgr[15274]: F03FA33E7D: from=<[EMAIL PROTECTED]>, size=864, nrcpt=1 (queue active) Jun 30 09:40:14 [EMAIL PROTECTED] postfix/smtp[15333]: 67F0633E62: to=<[EMAIL PROTECTED]>, relay=127.0.0.1[127.0.0.1], delay=7, status=sent (250 2.6.0 Ok, id=15421-15, from MTA: 250 Ok: queued as F03FA33E7D) This is postfix sending to amavisd (notice Test151) account. Jun 30 09:40:14 [EMAIL PROTECTED] postfix/lmtp[15457]: F03FA33E7D: to=<[EMAIL PROTECTED]>, relay=cyrus_box[192.168.1.1], delay=1, status=bounced (host cyrus_box[192.168.1.1] 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)) There - cyrus bounced it. If I send e-mail to [EMAIL PROTECTED], it gets delivered properly. I have a local recepients table on SMTP box, which says deliver e-mail for test151 on cyrus_box. Postfix is nice case insensitive. Any suggestions for this? Regards, Bojan