[Dovecot] sieve_execute_bytecode(/var/vmail/domain1/user/dovecot.sievec) failed
I am trying to implement vacation with sieve in dovecot, but each time I try to use a sieve rule that sends a mail, like vacation or reject, I obtain this error code_
sieve_execute_bytecode(/var/vmail/domain1/user/dovecot.sievec) failed
Checking syslog I found this message:
sieve runtime error: Reject: No return-path for reply
Googling I found a report of a problem like this but I can't found a solution.
I'm using postfix+dovecot with virtual users only.
# dovecot -n
# 1.1.13: /etc/dovecot.conf # OS: Linux 2.6.29.3-desktop-1mnb i686 Mandriva Linux 2009.1 ext3 base_dir: /var/run/dovecot/ protocols: imap imaps pop3 pop3s listen(default): *:143 listen(imap): *:143 listen(pop3): *:110 ssl_listen(default): *:993 ssl_listen(imap): *:993 ssl_listen(pop3): *:995 ssl_cert_file: /etc/ssl/marte/mail-cert.pem ssl_key_file: /etc/ssl/marte/mail-key.pem disable_plaintext_auth: no login_dir: /var/run/dovecot//login login_executable(default): /usr/lib/dovecot/imap-login login_executable(imap): /usr/lib/dovecot/imap-login login_executable(pop3): /usr/lib/dovecot/pop3-login login_process_per_connection: no first_valid_uid: 60000 first_valid_gid: 12 mail_access_groups: mail mail_location: maildir:/var/vmail/%d/%u/Maildir fsync_disable: yes mail_executable(default): /usr/lib/dovecot/imap mail_executable(imap): /usr/lib/dovecot/imap mail_executable(pop3): /usr/lib/dovecot/pop3 mail_plugins(default): quota imap_quota autocreate antispam mail_plugins(imap): quota imap_quota autocreate antispam mail_plugins(pop3): quota mail_plugin_dir(default): /usr/lib/dovecot/modules/imap mail_plugin_dir(imap): /usr/lib/dovecot/modules/imap mail_plugin_dir(pop3): /usr/lib/dovecot/modules/pop3 imap_client_workarounds(default): delay-newmail outlook-idle netscape-eoh tb-extra-mailbox-sep imap_client_workarounds(imap): delay-newmail outlook-idle netscape-eoh tb-extra-mailbox-sep imap_client_workarounds(pop3): pop3_client_workarounds(default): pop3_client_workarounds(imap): pop3_client_workarounds(pop3): outlook-no-nuls oe-ns-eoh auth default: mechanisms: plain login digest-md5 cram-md5 ntlm rpa apop user: nobody debug: yes debug_passwords: yes passdb: driver: sql args: /etc/dovecot-sql.conf userdb: driver: sql args: /etc/dovecot-sql.conf socket: type: listen client: path: /var/spool/postfix/private/auth mode: 432 user: postfix group: postfix master: path: /var/run/dovecot/auth-master mode: 432 user: vmail group: mail plugin: quota: dict:::proxy::quotadict quota_rule: *:storage=0:messages=0 autocreate: Trash autocreate2: Spam autosubscribe: Spam antispam_signature: X-DSPAM-Signature antispam_signature_missing: move antispam_trash: trash; Trash; Deleted Items; Deleted Messages;Elementos eliminados;papelera antispam_spam: spam;SPAM;Spam;Correo no deseado;Correo electrónico no deseado;Correo electr&APM-nico no deseado antispam_dspam_binary: /usr/bin/dspam antispam_dspam_args: --deliver=;--user;%u antispam_dspam_result_header: X-DSPAM-Result antispam_dspam_result_blacklist: Virus antispam_mail_tmpdir: /tmp antispam_mail_sendmail: /usr/sbin/sendmail antispam_crm_binary: /bin/false dict: quotadict: mysql:/etc/dovecot-dict-quota.conf
On 07/11/2009 10:49 PM Alejandro Vargas wrote:
I am trying to implement vacation with sieve in dovecot, but each time I try to use a sieve rule that sends a mail, like vacation or reject, I obtain this error code_
sieve_execute_bytecode(/var/vmail/domain1/user/dovecot.sievec) failed
Checking syslog I found this message:
sieve runtime error: Reject: No return-path for reply
Googling I found a report of a problem like this but I can't found a solution.
I'm using postfix+dovecot with virtual users only.
# dovecot -n # 1.1.13: /etc/dovecot.conf # OS: Linux 2.6.29.3-desktop-1mnb i686 Mandriva Linux 2009.1 ext3 [ sniped ]
Hi Alejandro,
please show the 'problematic' sieve script.
How do you invoke Dovecot's deliver from Postfix? Please show your
dovecot service entry from master.cf.
The dovecot -n
output didn't show the protocol lda section. Please
execute grep -v "#" /etc/dovecot/dovecot.conf | grep -v '^\s*$'
and
paste your protocol lda {…} section.
Who/what generates emails w/o a Return-Path?
Regards, Pascal
The trapper recommends today: f007ba11.0919513@localdomain.org
participants (2)
-
Alejandro Vargas
-
Pascal Volk