In my alias file for postfix; I'm using something like

Alias:      "| procmail -a \"user@msexchange\""

Here's the content of my /etc/procmailrc

VERBOSE=YES
DEBUG=ON

MAILDIR=/home/usermail
LOGFILE=/var/log/mail/spamassassin

:0fw
| spamc

:0
* ^X-Spam-Status: Yes
/var/quarantine/spam

:0
! $1

The configuration is working fine... Except for the "delivered receipt"

Gilles.

-----Original Message-----
From: Daniel Pittman [mailto:[EMAIL PROTECTED]] 
Sent: mardi 7 mai 2002 15:19
To: [EMAIL PROTECTED]
Subject: [SAtalk] Re: Delivered notifications problems


On Tue, 7 May 2002, Gilles Nedostoupof wrote:
> I'm using Spamassassin 2.20 (spamd / spamc / procmail) with Postfix 
> 1.1.8 on a mail gateway to filter incoming emails. All is then 
> redirected to an exchange server elsewhere on the network.
> 
> My problem is that when someone is requesting a "delivery receipt for 
> this message" into Outlook, when the recipient receive the message, 
> the "delivery receipt" is sended to the user who run spamd (eg:
> nobody) and not to the original sender.

What is the syntax that you are using when you reinject the mail into the
Postfix system?

My presumption is that you are simply piping the message to sendmail(1),
resulting in the SMTP sender being set incorrectly.

Try using something like:

... | spamc | sendmail -i <original SMTP address>

How you determine the original address when using Procmail is beyond me,
though, as I don't use procmail in my setup.

        Daniel

-- 
Never raise your hand to children; it leaves your midsection unprotected.
        -- Robert Orben

_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Spamassassin-talk mailing list [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to