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" "[EMAIL PROTECTED]"
> {
>   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 <= [EMAIL PROTECTED] U=prlw1 
>P=local S=470 [EMAIL PROTECTED]
> exim[380]: 2003-02-08 22:30:29 18hdUS-000067-00 == [EMAIL PROTECTED] 
><[EMAIL PROTECTED]> 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

Reply via email to