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
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
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