procmail
[Top] [All Lists]

Re: Procmail & V8 Sendmail

1996-10-21 15:50:38
anto(_at_)deis93(_dot_)deis(_dot_)unibo(_dot_)it (Antonietta Orsini) writes:
Could someone help me?
I was trying to use procmail as a Local Delivery Agent inside Sendmail.cf
(instead of /bin/mail).
So I have modified my sendmail.cf as:
Mlocal,                P=/usr/local/bin/procmail, F=lsSDFMhPfn, S=10/30, R=20/
40,
              A=procmail -a $h -d $u

...

So the problem is:
when I have tried to send me a mail for testing procmail, mail has come back
to me with this message error:
----------begin-------------------------------------------------------------
From daemon Mon Oct 21 15:23:45 1996
Received: by deis93.deis.unibo.it (4.1/4.7); Mon, 21 Oct 96 15:23:41 +0100
Date: Mon, 21 Oct 96 15:23:41 +0100
From: MAILER-DAEMON (Mail Delivery Subsystem)
Subject: Returned mail: Remote protocol error
To: anto
Status: R
  ----- Transcript of session follows -----
Connected to deis91.deis.unibo.it:
MAIL From:<anto(_at_)deis93(_dot_)deis(_dot_)unibo(_dot_)it>
<<< 554 /etc/aliases: line 14: Postmaster... cannot alias non-local names
QUIT
<<< 554 /etc/aliases: line 18: MAILER-DAEMON... cannot alias non-local names
554 anto(_at_)deis91(_dot_)(_dot_)(_dot_) Remote protocol error



This is a sendmail config problem, not directly related to procmail.
For some reason, the left-hand side of the aliases mentioned,
"Postmaster" and "MAILER-DAEMON" are consider non-local by sendmail.
This means that something ugly was done to your sendmail.cf and some
debugging using the -bt and -d21.4 (or so) flags is in order.  Back
out the changes you made the sendmail.cf one by one until the problem
goes away.  If that last bit that appears to cause the problem looks
like it should work, then try posting to comp.mail.sendmail.

Philip Guenther

<Prev in Thread] Current Thread [Next in Thread>