Luca Olivetti wrote:

While on the subject of postfix, there is a small change that should be
made to the cyrus transport to work out-the-box (gc?):

This is the current default transport for cyrus:
cyrus unix - n n - - pipe
user=cyrus argv=/cyrus/bin/deliver -e -r ${sender} -m ${extension} ${user}


Where it should be:
cyrus     unix  -       n       n       -       -       pipe
  user=cyrus argv=/usr/lib/cyrus-imapd/deliver -e -r ${sender} -m
${extension} ${user}


Neither the first nor the latter. Read my README.RPM (executive summary: don't use deliver, which is just a wrapper arounf lmtp, postfix speaks lmtp nativey).


We simply modify master.cf and use:
   lmtp   unix  -   -  n  -  - lmtp

- Need to take out of chroot for it to work.

Thanks,

S




Reply via email to