Your master.cf file should actually have an entry like the following: cyrus unix - n n - - pipe flags=R user=cyrus argv=/usr/cyrus/bin/deliver -e -m ${extension} ${user}
cyrdeliver has been deprecated in favor of deliver. -- =G= -=* I'm sorry if doing things correctly offends you. *=- Manou Rabary wrote: > Hi all, > I use cyrus imap with postfix. > I saw in a documentation ;-) how to use postfix to transport mail: > > insert in /etc/postfix/master.cf the following line: > > > cyrus unix - n n - - pipe > flags=R user=cyrus argv=/usr/sbin/cyrdeliver -e -m ${extension} > ${user} > > But I can't locate cyrdeliver. > > In /var/log/mail.log, I have: > > Mar 4 16:20:38 rajako pipe[15758]: fatal: pipe_comand: execvp > /usr/sbin/cyrdeliver: No such file or directory > Mar 4 16:20:39 rajako postfix/pipe[15757]: 335C4C604: > to=<[EMAIL PROTECTED]>, relay=cyrus, delay=3, status=bounced > (Command died with status 1: "/usr/sbin/cyrdeliver") > > > How can I solve the problem? What file to use instead of cyrdeliver? > > Thanx in advance > Manou >