Path: utzoo!attcan!utgpu!news-server.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!zaphod.mps.ohio-state.edu!samsung!munnari.oz.au!cs.mu.OZ.AU!kre From: kre@cs.mu.OZ.AU (Robert Elz) Newsgroups: comp.mail.sendmail Subject: Re: sendmail.cf Message-ID: <5404@munnari.oz.au> Date: 9 Sep 90 14:30:35 GMT References: <806@venice.SEDD.TRW.COM> Sender: news@cs.mu.oz.au Lines: 19 In article <806@venice.SEDD.TRW.COM>, waldorf@venice.SEDD.TRW.COM (Jerry Waldorf) writes: > > Mddnerror, P=/users/waldorf/error, F=DFMPlms, S=10, R=20, A=error > > So I guess that my program is not getting any input. > So It must be in the config file. yes, and yes. Sendmail believes that its mailers are intended to deliver mail ... to do that, they have to be told the user name, somewhere. That means that either the $u macro is used on the arg list (somewhere in the A= list) or sendmail will talk to your program using SMTP (through a pipe). Since you aren't using $u, sendmail is sitting there waiting for your program to return the "220" welcome message. Since your prog doesn't look at its args, just make it be A=error $u kre