• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Roundcube (Sieve) autoresponder not working

Marco Weinrich

New Pleskian
Hello

we are running Plesk 12 on centos 6 with roundcube 1.0.5 and dovecot with installed sieverules. All filters are working as expected except the auto responder.

I found those errors in maillog:
Code:
Mar 29 16:57:25 server dovecot: service=lda, [email protected], ip=[]. sieve: msgid=<[email protected]>: discarded vacation reply to <>

i managed it to get working by changing the qmail deliver command by adding the preline:

| /var/qmail/bin/preline -f /usr/libexec/dovecot/dovecot-lda -d "$DELIVERED_TO"

Now the autoresponder works for most mails (try'd from iCloud and other mailservers) except gmail complaints about the syntax because of double <<>>:

Code:
Mar 30 09:56:38 server dovecot: service=lda, [email protected], ip=[]. sieve: msgid=<CACftkLXd9ha3cJ+GeTYD_CNou71R1b=MzoLfAQ4-rX76NvxJng@mail.gmail.com>: sent vacation response to <[email protected]>
Mar 30 09:56:39 server qmail: 1427702199.096480 delivery 133: failure: Connected_to_2a00:1450:4013:0c01:0000:0000:0000:001b_but_sender_was_rejected./Remote_host_said:_555_5.5.2_Syntax_error._cq5si16636445wjb.115_-_gsmtp/

Any suggestions?

Thx Marco
 
...also when i want this to by serverwide, it has to be in var/qmail/control/defaultdelivery, right? Do i have to use the same syntax : | /var/qmail/bin/preline -f /usr/libexec/dovecot/dovecot-lda -d "$DELIVERED_TO" ??
 
Back
Top