hola list,

i have setup cyrus-imap with sendmail. all works nice but the vacation mails 
are not send. forwards.... does work. here are the relevant config parts of my 
setup.

/etc/imapd.conf
-------------------------------------------
configdirectory: /var/lib/imap
partition-default: /var/spool/imap
sievedir: /var/lib/sieve
admins: cyrus root
allowanonymouslogin: no
autocreatequota: 10000
reject8bit: no
quotawarn: 90
timeout: 30
poptimeout: 10
dracinterval: 0
drachost: localhost
sasl_pwcheck_method: saslauthd
lmtp_overquota_perm_failure: no
lmtp_downcase_rcpt: yes
sendmail: /usr/sbin/sendmail
-------------------------------------------

/etc/cyrus.conf
-------------------------------------------
START {
  recover       cmd="ctl_cyrusdb -r"
}

# UNIX sockets start with a slash and are put into /var/lib/imap/socket
SERVICES {
  imap          cmd="imapd" listen="imap" prefork=0
  pop3          cmd="pop3d" listen="pop3" prefork=0
  sieve         cmd="timsieved" listen="sieve" prefork=0
  lmtpunix      cmd="lmtpd" listen="/var/lib/imap/socket/lmtp" prefork=0
}

EVENTS {
  checkpoint    cmd="ctl_cyrusdb -c" period=30
  delprune      cmd="ctl_deliver -E 3" period=1440
  tlsprune      cmd="tls_prune" period=1440
}
-------------------------------------------

and a test of a user with a sieve skript:
-------------------------------------------
require ["vacation"];

vacation :days 7 :addresses ["[EMAIL PROTECTED]"] text:
sdfdsfdsdsfsdfdsf
.
;
-------------------------------------------

some of the mc parts of sendmail:
-------------------------------------------
MAILER(`smtp')dnl
MAILER(`local')dnl
MAILER(`cyrus')dnl
define(`confLOCAL_MAILER',`cyrus')dnl
ifdef(`CYRUS_MAILER_ARGS',,`define(`CYRUS_MAILER_ARGS', `deliver -e -f $f -m $h 
-- $u')')dnl
-------------------------------------------

the mail is be deliverd to the user, if i send one. so i don't know whats going 
wrong here. 

can somebody send me your config files or can help me please?

greetings

lini
__________________________________________________________________________
Erweitern Sie FreeMail zu einem noch leistungsstärkeren E-Mail-Postfach!        
        
Mehr Infos unter http://freemail.web.de/home/landingpad/?mc=021131

----
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Reply via email to