Hi, Let's say I have 2 domains: - Virtual Mailbox Domain: example.local (internal domain) - Virtual Alias Domain: example.com (public domain) Every mail sent to @example.com is really sent to @example.local. I have a virtual alias that forward mails sent to support-abc at example.com is sent finally to: op1 at example.local Now, I'd want to every mail was sent to support-abc at example.com it triggers an autoreply vacation style. So, I've wrote and compiled a sieve filter, something like that and put in op1 at example.local sieve folder. But it fails complaining like that: nov 29 15:55:39 muteriver.example.local dovecot[12549]: lmtp(12675, op1 at example.local): CqNdF6sCH1qDMQAAcSFsIQ: sieve: msgid=< ded22f3d-f1e3-157e-0667-ca73d851d1a8 at example.com>: discarding vacation response for implicitly delivered message; no known (envelope) recipient address found in message headers (recipient=<op1 at example.local>, and additional `:addresses' are specified) I've tried appending in dovecot configuration: lda_original_recipient_header = X-Original-To But it does not work either. Using: dovecot-pigeonhole-2.2.10-8.el7.centos.x86_64 and postfix-2.10.1-6.el7.x86_64 Please could you help me? Thanks in advance! -- -- Sergio Belkin LPIC-2 Certified - http://www.lpi.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wed, 29 Nov 2017, Sergio Belkin wrote:> Now, I'd want to every mail was sent to support-abc at example.com it triggers > an autoreply vacation style. > > So, I've wrote and compiled a sieve filter, something like that and put in > op1 at example.local sieve folder. > > But it fails complaining like that: > nov 29 15:55:39 muteriver.example.local dovecot[12549]: lmtp(12675, > op1 at example.local): CqNdF6sCH1qDMQAAcSFsIQ: sieve: msgid=< > ded22f3d-f1e3-157e-0667-ca73d851d1a8 at example.com>: discarding vacation > response for implicitly delivered message; no known (envelope) recipient > address found in message headers (recipient=<op1 at example.local>, and > additional `:addresses' are specified)your MTA does not pass the envelope sender to Dovecot. Do you use LMTP or LDA to deliver the messages? - -- Steffen Kaiser -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEVAwUBWh+tI8QnQQNheMxiAQLi4AgAuTja/RGggap3E/EmqoDt42FNfPV/Tx+i wYC/IoM9KG+IZE4YcVVQW15EMt3CYNWf8VFU4ln45yAPuE/QidZLBdV5P0Ob9CLn uh7o02fc4RHQsmLeDNL3A9NpNTJR/Tj013fW2ZFvEA4hNU7f7IM07j28xZMWLI0Z ToRXWptFmw4SYKuK3utPlE2D3H7kqxskY/736qEoW97p6KFzAre36BH1ANe25/dD SygYJNEuh5B1VsKZg/NJjTpPbZwLCsqoP0lOW/tCG/SyPO991jPM1vzuI2A5r9fk OsxjYnb4xnufiu3Xe0EUkFee3fen9EAQ1LZdDHaueKva3TQmPLb4ow==2Ex/ -----END PGP SIGNATURE-----
El 30 nov. 2017 4:02 a.m., "Steffen Kaiser" <skdovecot at inf.h-brs.de> escribi?: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wed, 29 Nov 2017, Sergio Belkin wrote: Now, I'd want to every mail was sent to support-abc at example.com it triggers> an autoreply vacation style. > > So, I've wrote and compiled a sieve filter, something like that and put in > op1 at example.local sieve folder. > > But it fails complaining like that: > nov 29 15:55:39 muteriver.example.local dovecot[12549]: lmtp(12675, > op1 at example.local): CqNdF6sCH1qDMQAAcSFsIQ: sieve: msgid=< > ded22f3d-f1e3-157e-0667-ca73d851d1a8 at example.com>: discarding vacation > response for implicitly delivered message; no known (envelope) recipient > address found in message headers (recipient=<op1 at example.local>, and > additional `:addresses' are specified) >your MTA does not pass the envelope sender to Dovecot. Do you use LMTP or LDA to deliver the messages? - -- Steffen Kaiser -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEVAwUBWh+tI8QnQQNheMxiAQLi4AgAuTja/RGggap3E/EmqoDt42FNfPV/Tx+i wYC/IoM9KG+IZE4YcVVQW15EMt3CYNWf8VFU4ln45yAPuE/QidZLBdV5P0Ob9CLn uh7o02fc4RHQsmLeDNL3A9NpNTJR/Tj013fW2ZFvEA4hNU7f7IM07j28xZMWLI0Z ToRXWptFmw4SYKuK3utPlE2D3H7kqxskY/736qEoW97p6KFzAre36BH1ANe25/dD SygYJNEuh5B1VsKZg/NJjTpPbZwLCsqoP0lOW/tCG/SyPO991jPM1vzuI2A5r9fk OsxjYnb4xnufiu3Xe0EUkFee3fen9EAQ1LZdDHaueKva3TQmPLb4ow==2Ex/ -----END PGP SIGNATURE----- Steffen, Thanks, I use lmtp. Greets.