Keld Simonsen: > On Fri, Jun 25, 2010 at 08:56:49AM -0400, Wietse Venema wrote: > > Keld Simonsen: > > [ Charset ISO-8859-1 unsupported, converting... ] > > > On Thu, Jun 24, 2010 at 06:35:04PM -0400, Wietse Venema wrote: > > > > Keld Simonsen: > > > > > For postfix proper, does postfix invoke the postfix sendmail command > > > > > somewhere > > > > > in the process as an MTA to deliver a mail, - for aliases expansion? > > > > > > > > The Postfix sendmail command RECEIVES mail INTO Postfix. > > > > The Postfix sendmail command is not used to DELIVER mail. > > > > > > 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. > > So should I then have a sendmail -XV included in the alias file? > I do not do that for majordomo. > Or should I so something in master.cf with the SMPT handler or some such? > > Thanks for all your answers.
As documented in VERP_README, use "sendmail -XV ..." to submit mail. VERP_README does not tell you to change aliases, so don't do that. Wietse