Sieve Vacation / LMTP problems
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 thing happens... I noticed Cyrus Imapd 2.0.x has a lmtp daemon, but I have no clue how to get LMTP support to work in Sendmail 8.9.3 Any help is appreciated... Thanks, Edwin
Re: Sieve Vacation / LMTP problems
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 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 thing happens... I noticed Cyrus Imapd 2.0.x has a lmtp daemon, > but I have no clue how to get LMTP support to work in Sendmail 8.9.3 > > Any help is appreciated...
No Subject
Hi, I'm getting this error for one of my users using the vacation sieve script... no different than other vacation scripts in use by other users... Jun 30 12:15:28 localhost sendmail[10051]: MAA10048: SYSERR(root): mailer cyrus died with signal 13 I dug through the archives and someone mentioned it was a bug in db-1.85, I'm using Redhat 6.1. And the "file" command tells me the deliverdb for the user is a: Berkeley DB 2.X Hash?Little Endia (Version 5) I will try rebuilding the deliverdb and see if the problem persists... Edwin -- Edwin Chiu | Principal Consultant | tel: (416)260-9625 x247 [EMAIL PROTECTED] | E-wares Inc. | http://www.e-wares.com
mailer cyrus died with signal 13
Hi, I'm reposting this with a subject line... I'm getting this error for one of my users using the vacation sieve script... no different than other vacation scripts in use by other users... Jun 30 12:15:28 localhost sendmail[10051]: MAA10048: SYSERR(root): mailer cyrus died with signal 13 I dug through the archives and someone mentioned it was a bug in db-1.85, I'm using Redhat 6.1. And the "file" command tells me the deliverdb for the user is a: Berkeley DB 2.X Hash?Little Endia (Version 5) I will try rebuilding the deliverdb and see if the problem persists... which didn't help Could it be a difference between the vacation days and the number of days to prune from the delivery database? I have a cron job doing: deliver -E 3 And the person with only 2 days vacation, no problems. People with 14 and 30 days in the vacation script are causing problems... Cyrus 1.6.24, Redhat 6.1, Sendmail 8.9.3 Thanks, Edwin