This may need to go to the postfix list, but I'll try here first because of
the recent related traffic...
OK, I'm trying to get Cyrus IMAP 2.0.11 single instance message store
working with Postfix (latest snapshot).
I have postfix set up using lmtp via a transport table as per the postfix
lmtp instructions, and I've got the following in my main.cf:
max_use = 300
lmtp_destination_recipient_limit = 1000
lmtp_destination_concurrency_limit = 1000
I've noticed that postconf doesn't know about these last two, which is
troubling.
lmtp delivery works fine, but I'm not getting the single instance store, as
verified by ls -i on the message files.
Here's what a delivery looks like in maillog:
Feb 12 11:20:14 paradigm postfix/smtpd[22910]: connect from
ltsc.ucsb.edu[128.111.224.224]
Feb 12 11:20:14 paradigm postfix/smtpd[22910]: 5055E22E16:
client=ltsc.ucsb.edu[128.111.224.224]
Feb 12 11:20:14 paradigm postfix/cleanup[22911]: 5055E22E16:
message-id=<[EMAIL PROTECTED]>
Feb 12 11:20:14 paradigm postfix/qmgr[22854]: 5055E22E16:
from=<[EMAIL PROTECTED]>, size=518362, nrcpt=3 (queue active)
Feb 12 11:20:14 paradigm postfix/smtpd[22910]: disconnect from
ltsc.ucsb.edu[128.111.224.224]
Feb 12 11:20:14 paradigm postfix/lmtp[22913]: 5055E22E16:
to=<[EMAIL PROTECTED]>,
relay=/var/imap/socket/lmtp[/var/imap/socket/lmtp], delay=0, status=sent
(250 2.1.5 Ok)
Feb 12 11:20:14 paradigm postfix/lmtp[22914]: 5055E22E16:
to=<[EMAIL PROTECTED]>,
relay=/var/imap/socket/lmtp[/var/imap/socket/lmtp], delay=0, status=sent
(250 2.1.5 Ok)
Feb 12 11:20:14 paradigm postfix/lmtp[22913]: 5055E22E16:
to=<[EMAIL PROTECTED]>,
relay=/var/imap/socket/lmtp[/var/imap/socket/lmtp], delay=0, status=sent
(250 2.1.5 Ok)
So it looks like it's using a new lmtp process each time, which is not what
I'd expect.
Any suggestions?
Thanks.
-David