Re: Sieve Vacation / LMTP problems

2001-06-26 Thread Ken Murchison
Edwin Chiu wrote: > > Hi, > > I'm having trouble getting sieve vacation messages to work properly. > > I'm using: > > Sendmail 8.9.3 > Cyrus Imapd 1.6.24 > > This is from imapd.log: > localhost deliver[17029]: lmtp connection preauth'd as postman > > I have no clue how LMTP works... I add

Re: Sieve Vacation / LMTP problems

2001-06-26 Thread Edwin Chiu
I fixed the problem by setting `CYRUS_MAILER_ARGS' to 'deliver -e -l' Rather than the sendmail default of: 'deliver -e -m $h -- $u' This doesn't work either: 'deliver -e -l -m $h -- $u' But again, 'deliver -e -l' works fine Regards, Edwin Edwin Chiu wrote: > > Hi, > > I'm having trouble

Sieve Vacation / LMTP problems

2001-06-26 Thread Edwin Chiu
Hi, I'm having trouble getting sieve vacation messages to work properly. I'm using: Sendmail 8.9.3 Cyrus Imapd 1.6.24 This is from imapd.log: localhost deliver[17029]: lmtp connection preauth'd as postman I have no clue how LMTP works... I added in my sendmail.mc FEATURE(local_lmtp) Same t