• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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