• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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