TOUZEAU DAVID wrote:
thanks mouss but in my mains.cf there is

mailbox_transport=lmtp:unix:/var/run/cyrus/socket/lmtp
virtual_transport=$mailbox_transport


compare with
$ postconf -d virtual_transport
virtual_transport = virtual

so virtual transport is used for cyrus


do you see any "postfix/virtual" in your logs?

since you have changed the virtual_transport, the mailbox pathnames in virtual_mailbox_maps are not used. postfix talks LMTP to your cyrus, it can't say "deliver this to /var/foo/bar/".

in the lmtp log in verbose mode there is

[snip]
Sep 6 10:55:18 pc-touzeau cyrus/lmtpunix[19756]: lmtp connection preauth'd as postman Sep 6 10:55:18 pc-touzeau postfix/lmtp[19755]: < pc-touzeau.klf.fr[/var/run/cyrus/socket/lmtp]: 220 pc-touzeau.klf.fr LMTP Cyrus v2.2.13-Debian-2.2.13-13ubuntu3 ready Sep 6 10:55:18 pc-touzeau postfix/lmtp[19755]: > pc-touzeau.klf.fr[/var/run/cyrus/socket/lmtp]: LHLO pc-touzeau.klf.fr Sep 6 10:55:18 pc-touzeau postfix/lmtp[19755]: < pc-touzeau.klf.fr[/var/run/cyrus/socket/lmtp]: 250-pc-touzeau.klf.fr Sep 6 10:55:18 pc-touzeau postfix/lmtp[19755]: < pc-touzeau.klf.fr[/var/run/cyrus/socket/lmtp]: 250-8BITMIME Sep 6 10:55:18 pc-touzeau postfix/lmtp[19755]: < pc-touzeau.klf.fr[/var/run/cyrus/socket/lmtp]: 250-ENHANCEDSTATUSCODES Sep 6 10:55:18 pc-touzeau postfix/lmtp[19755]: < pc-touzeau.klf.fr[/var/run/cyrus/socket/lmtp]: 250-PIPELINING Sep 6 10:55:18 pc-touzeau postfix/lmtp[19755]: < pc-touzeau.klf.fr[/var/run/cyrus/socket/lmtp]: 250-SIZE Sep 6 10:55:18 pc-touzeau postfix/lmtp[19755]: < pc-touzeau.klf.fr[/var/run/cyrus/socket/lmtp]: 250-AUTH EXTERNAL Sep 6 10:55:18 pc-touzeau postfix/lmtp[19755]: < pc-touzeau.klf.fr[/var/run/cyrus/socket/lmtp]: 250 IGNOREQUOTA
Sep  6 10:55:18 pc-touzeau postfix/lmtp[19755]: server features: 0xf size 0
Sep 6 10:55:18 pc-touzeau postfix/lmtp[19755]: Using LMTP PIPELINING, TCP send buffer size is 4096 Sep 6 10:55:18 pc-touzeau postfix/lmtp[19755]: > pc-touzeau.klf.fr[/var/run/cyrus/socket/lmtp]: MAIL FROM:<[EMAIL PROTECTED]> SIZE=614 Sep 6 10:55:18 pc-touzeau postfix/lmtp[19755]: > pc-touzeau.klf.fr[/var/run/cyrus/socket/lmtp]: RCPT TO:<[EMAIL PROTECTED]>

so you see. postfix says "RCPT TO:<[EMAIL PROTECTED]>".


Sep 6 10:55:18 pc-touzeau postfix/lmtp[19755]: > pc-touzeau.klf.fr[/var/run/cyrus/socket/lmtp]: DATA Sep 6 10:55:18 pc-touzeau cyrus/lmtpunix[19756]: verify_user(user.david^t) failed: Mailbox does not exist

and cyrus doesn't like the recipient. (looks like the '.' became a '^' in the log or maybe elsewhere?).

Sep 6 10:55:18 pc-touzeau postfix/lmtp[19755]: < pc-touzeau.klf.fr[/var/run/cyrus/socket/lmtp]: 250 2.1.0 ok Sep 6 10:55:18 pc-touzeau postfix/lmtp[19755]: < pc-touzeau.klf.fr[/var/run/cyrus/socket/lmtp]: 550-Mailbox unknown. Either there is no mailbox associated with this Sep 6 10:55:18 pc-touzeau postfix/lmtp[19755]: < pc-touzeau.klf.fr[/var/run/cyrus/socket/lmtp]: 550-name or you do not have authorization to see it. Sep 6 10:55:18 pc-touzeau postfix/lmtp[19755]: < pc-touzeau.klf.fr[/var/run/cyrus/socket/lmtp]: 550 5.1.1 User unknown

Reply via email to