On Sat, Jun 26, 2010 at 04:19:18PM -0400, Wietse Venema wrote: > Keld Simonsen: > > On Sat, Jun 26, 2010 at 03:22:59PM -0400, Wietse Venema wrote: > > > > >>>>> OK, What can you recommend to me to have postfix do VERP > > > > >>>>> for a recipient listed in an alias file, and where this recipient > > > > >>>>> is specified via an :include: statement? > > > > >>>>> > > > > >>>> You invoke "sendmail -XV ..." as per the instructions from > > > > >>>> Majordomo. > > > > >>>> > > > > >>>> Postfix VERP support works for remote and local recipients > > > > >>>> whether they are mailboxes or aliases. > > > > >>>> > > > > >>> I am not using majordomo here, only postfix. > > > > > > Then, use "sendmail -XV ..." to submit the mail, as described in > > > VERP_README. > > > > Where should I set this up, in which configuration file? > > You configure the program that invokes the Postfix sendmail command. > That program is not part of Postfix. > > Perhaps surprisingly, the configuration of non-Postix programs is > not covered by Postfix support, warrantee or documentation.
As said before, in this case I only use postfix programs. I do not use any external programs. What is happening is that the postfix server receives the message on port 25, via ESMTP, then delivers it via the the alias file to a list of recipients, recorded in the file /some/file/in/the/filesystem, which is included via a line in /etc/postfix/aliases : listname: :include: /some/file/in/the/filesystem Best regards keld