Hi all,

I have the following problem :

The sieve vacation feature does not work even if I use lmtp to deliver mail
into cyrus (version 2.0.15). All other sieve features e.g fileinto work
correctly. Any help is greatly appreciated. I have tried everything but
since no logging at all seems to be possible I am really stuck.

Johannes Walch

For reference some configs :

in /etc/mail/sendmail.cf the cyrus mailer (sendmail version is 8.11.4)

Mcyrus,         P=[IPC], F=lsDFMnqA@/:|SmXz, E=\r\n,
                S=EnvFromL, R=EnvToL/HdrToL, T=DNS/RFC822/X-Unix,
                A=FILE /var/imap/socket/lmtp

in /etc/mail/mailertable :
test.de     cyrus:localhost

cyrus.conf :

START {
  mboxlist      cmd="ctl_mboxlist -r"
  deliver       cmd="ctl_deliver -r"
}
SERVICES {
  imap          cmd="imapd" listen="imap" prefork=0
  imaps         cmd="imapd -s" listen="imaps" prefork=0
  pop3          cmd="pop3d" listen="pop3" prefork=0
  pop3s         cmd="pop3d -s" listen="pop3s" prefork=0
  sieve         cmd="timsieved" listen="sieve" prefork=0
  # lmtp                cmd="lmtpd" listen="lmtp" prefork=0
  lmtpunix      cmd="lmtpd" listen="/var/imap/socket/lmtp" prefork=0
}
EVENTS {
  checkpoint    cmd="ctl_mboxlist -c" period=30
  # delprune    cmd="ctl_deliver -E 3" period=1440
}

imapd.conf :

configdirectory: /var/imap
partition-default: /var/spool/imap
admins: root
sasl_pwcheck_method: PAM
sendmail: /usr/sbin/sendmail


Reply via email to