On 8/19/05, Thomas Manson <[EMAIL PROTECTED]> wrote:
>  And the mail keeps bouncing for ever in the active queue of postfix (i can
> see it changing of queue)
...
>  Aug 19 23:31:35 dell1 sendmail[23733]: j7JLVYcj023733:
> [EMAIL PROTECTED], ctladdr=root (0/0), delay=00:00:01,
> xdelay=00:00:01, mailer=r
>  elay, pri=30297, relay=[127.0.0.1] [ 127.0.0.1], dsn=2.0.0, stat=Sent (Ok:
> queued as 04F6D4F4CB)

The above log line is from the real "sendmail", not from postfix.  

...
> smtp      inet  n       -       n       -       -       smtpd
>         -o content_filter=spamassassin
> 
...
>  spamassassin unix -     n       n       -       -       pipe
>          user=nobody argv=/usr/bin/spamc -f -e
>          /usr/sbin/sendmail -oi -f ${sender} ${recipient}

You have a mail loop caused by /usr/sbin/sendmail submitting mail via
SMTP to postfix.  Your setup depends on using the postfix sendmail(1)
compatibility interface to resubmit mail, not the real sendmail.

Make sure /usr/sbin/sendmail is the postfix sendmail compatibility
program, not the real sendmail program.

-- 
Noel Jones

Reply via email to