[Dovecot] Help with auto vacation replies

CJ Keist cj.keist at colostate.edu
Mon Aug 4 18:30:04 EEST 2008


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello,
   I'm testing out dovecot with postfix.  I'm running postfix 2.5.2 with
dovecot version 1.1.1 with dovecot sieve plugin version 1.1.5.

I have everything compiled and working except for the sieve plugin.  I'm
now trying to test out the sieve plugin and having no luck in getting a
simple auto vacation reply to work.  Here is my .dovecot.sieve script:

require ["fileinto", "vacation"];

# BEGIN VACATION
vacation
    :days 30
    :subject "Out of Office Reply"
    :addresses ["cj.keist at colostate.edu"]
"OUT OF THE OFFICE";

I know the dovecot delivery program is reading my script as the
.dovecot.sievec file is being created and there is no .dovecot.sieve.err
file.  Permissions of the files are in my ownership.  The files are
located in my home directory as well.  The log files simply show
delivery of the message and nothing else:

Aug  4 09:06:28 mail2.engr.colostate.edu postfix/local[7480]: [ID 197553
mail.info] 622BB59EFA: to=<cjay at engr2.colostate.edu>, relay=local,
delay=0.89, delays=0
.18/0.08/0/0.64, dsn=2.0.0, status=sent (delivered to command:
/userM/mail-services/dovecot/libexec/dovecot/deliver)
Aug  4 09:06:28 mail2.engr.colostate.edu postfix/qmgr[4666]: [ID 197553
mail.info] 622BB59EFA: removed


Any help as to why it is not sending any replies?

Dovecot -n follows:

# 1.1.1: /userM/mail-services/dovecot/etc/dovecot.conf
Warning: fd limit 256 is lower than what Dovecot can use under full load
(more than 1500). Either grow the limit or change
login_max_processes_count and max_mail_processes settings
base_dir: /var/run/dovecot/
protocols: imap imaps pop3 pop3s
ssl_cert_file: /userM/mail-services/dovecot/etc/ssl/dovecot.pem
ssl_key_file: /userM/mail-services/dovecot/etc/ssl/privkey.pem
ssl_parameters_regenerate: 0
ssl_cipher_list: MEDIUM:!LOW
disable_plaintext_auth: no
login_dir: /var/run/dovecot//login
login_executable(default):
/userM/mail-services/dovecot/libexec/dovecot/imap-login
login_executable(imap):
/userM/mail-services/dovecot/libexec/dovecot/imap-login
login_executable(pop3):
/userM/mail-services/dovecot/libexec/dovecot/pop3-login
login_greeting: Cyrus ready.
login_max_processes_count: 500
max_mail_processes: 500
mail_location: mbox:~/:INBOX=/userM/mail/%u
mmap_disable: yes
mail_nfs_index: yes
mail_executable(default): /userM/mail-services/dovecot/libexec/dovecot/imap
mail_executable(imap): /userM/mail-services/dovecot/libexec/dovecot/imap
mail_executable(pop3): /userM/mail-services/dovecot/libexec/dovecot/pop3
mail_plugin_dir(default): /userM/mail-services/dovecot/lib/dovecot/imap
mail_plugin_dir(imap): /userM/mail-services/dovecot/lib/dovecot/imap
mail_plugin_dir(pop3): /userM/mail-services/dovecot/lib/dovecot/pop3
auth default:
  mechanisms: plain login
  verbose: yes
  debug: yes
  passdb:
    driver: pam
  passdb:
    driver: passwd
    args: blocking=yes
  userdb:
    driver: passwd
    args: blocking=yes
  socket:
    type: listen
    client:
      path: /userM/mail-services/postfix/var/private/auth
      mode: 432
      user: postfix
      group: postfix

- --
C. J. Keist                     Email: cj.keist at colostate.edu
UNIX/Network Manager            Phone: 970-491-0630
Engineering Network Services    Fax:   970-491-5569
College of Engineering, CSU
Ft. Collins, CO 80523-1301

All I want is a chance to prove 'Money can't buy happiness'
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIlyB8A29OFr7C6jcRAt5lAKCiP5Zh1WIMrg+QWPprcxi9Gp5Z3QCgxhbj
A6ivJ6XeA8MuoA19y2xEFjI=
=uT1j
-----END PGP SIGNATURE-----


More information about the dovecot mailing list