sieve problem

Ken Murchison ken at oceana.com
Sat Feb 8 18:41:57 EST 2003



Patrick Welche wrote:
> 
> Now sivtest, sieveshell (,imtest, mutt) are all happily connecting, but when
> I actually try out the test sieve script, I get an lmtp mail delivery error(!)
> 
> This is the test script:
> 
> require ["reject","fileinto"];
> 
> if address :is :all "From" "prlw1 at tape.newn.cam.ac.uk"
> {
>   reject "testing";
> }
> 
> and it is successfully installed. When it is active, a test message gets:
> 
> exim[379]: 2003-02-08 22:30:28 18hdUS-000067-00 <= prlw1 at tape.newn.cam.ac.uk U=prlw1 P=local S=470 id=20030208223028.A372 at tape.newn.cam.ac.uk
> exim[380]: 2003-02-08 22:30:29 18hdUS-000067-00 == dburs3 at tape.newn.cam.ac.uk <dburs3 at tape.newn.cam.ac.uk> R=newnham_user T=cyrus_delivery defer (-1): LMTP error after end of data: 421 4.3.0 lmtpd: couldn't exec

Looks like lmtpd couldn't find your sendmail binary.  By default it
tries to use /usr/lib/sendmail.  If its installed somewhere else, set
the 'sendmail' option in imapd.conf accordingly.

-- 
Kenneth Murchison     Oceana Matrix Ltd.
Software Engineer     21 Princeton Place
716-662-8973 x26      Orchard Park, NY 14127
--PGP Public Key--    http://www.oceana.com/~ken/ksm.pgp




More information about the Info-cyrus mailing list