Nikita Kipriyanov: > Hello. > > For a local aliasing, it is possible to specify the command as a > destination for mail, using 'pipe' character. We're using this > possibility to bind spam-learning facility, like this: > > (main.cf) > alias_maps = /etc/aliases > > (/etc/aliases) > spam: "|/usr/local/bin/spamlearn_from_mail.tcl SPAM" > nospam: "|/usr/local/bin/spamlearn_from_mail.tcl HAM" > > (spamlearn_from_main.tcl performs some checks and invokes sa_learn) > > Is it ever possible to do same thing with virtual aliases? The following > configuration doesn't work:
Postfix behaves as documented. Wietse